EmSAT Practice Test
EmSAT - Emirates Standardised Test EmSAT Computer Science 2
What is the difference between a compiler and an interpreter?
Select your answer
A
They are the same thing
B
A compiler translates the entire program at once, while an interpreter translates and executes line by line
C
A compiler is faster during execution than an interpreter in all cases
D
An interpreter can only work with Python
Hint