Computer Science for IGCSE & O level - Software (Section 9 - No. 31)

Which of the following accurately describe how an interpreter works?
Translates the whole program before execution.
Executes instructions one at a time.
Translates each line of code before executing it.
Results in faster execution compared to compilers.

Explanation

Interpreters translate line-by-line and then execute it.

Comments (0)

Advertisement