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

Which of the following is a function of an interpreter?
To translate the entire program into machine code before execution.
To execute machine code directly.
To translate and execute code line by line.
To manage computer hardware.

Explanation

An interpreter translates and runs code sequentially, one line at a time.

Comments (0)

Advertisement