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 ▸

Describe two's complement.


Define resolution in regards to images and how it differs from colour depth


Describe an advantage of using vector graphics instead of bitmaps to represent images.


What is method "Overloading" in object-oriented programming (OOP) ?