What is the difference between interpreted and intermediate code?

Interpreted code is compiled line by line when a program is run which means there could be errors. Compiled code is translated into object code, all at once and an executable file is produced. Interpreted code can use breakpoints which are beneficial during development. The source code of compiled code is kept confidential which allows it to be used commercially.

ZN

Related Computing A Level answers

All answers ▸

What is the difference between HTML, CSS and JavaScript


What is Reverse Polish Notation?


Explain indexed addressing including the benefits when traversing certain data structures (4 Marks)


Taken from an AQA paper: A common misconception is that the Internet is the World Wide Web. Explain the differences between the Internet and the World Wide Web.