Computer Science for IGCSE & O level - Software (Section 6 - No. 1)

Which of the following statements is TRUE regarding an Interpreter?
An interpreter translates the entire program at once.
An interpreter executes the code line by line.
An interpreter generates a new executable file.
Interpreters are generally faster than compilers.

Explanation

Interpreters translate and execute a program's code line by line.

Comments (0)

Advertisement