Computer Science (Year 9)
Software Development
What is the main difference between a compiler and an interpreter?
Compilers translate code line by line, interpreters do not
Interpreters translate code all at once, compilers do not
Compilers convert high-level code to machine code, interpreters do it at runtime
There is no difference