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.

Related Computing A Level answers

All answers ▸

Describe two's complement.


Write a function in pseudocode that determines if a given string is a palindrome


Write pseudocode for the linear search algorithm, and then explain it’s complexity using big-O notation


What is 'Virtual Memory', and how does it work?


We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2024

Terms & Conditions|Privacy Policy