Computer Science for IGCSE & O level - Software (Section 10 - No. 18)

Which of the following characterizes an interpreter's execution approach?
It translates the entire program before execution.
It translates and executes the program line by line.
It optimizes the code for faster execution.
It creates an executable file.

Explanation

Interpreters execute code in a line-by-line manner.

Comments (0)

Advertisement