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 time complexity of Bubble Sort?


What is the difference between HTML, CSS and JavaScript


What is the difference between CISC and RISC?


How do you convert from binary to decimal?