Computer Science for IGCSE & O level - Software (Section 11 - No. 28)

What is the key function of an interpreter?
To translate a program and then execute it.
To translate a program into machine code.
To edit the source code.
To debug the program.

Explanation

An interpreter translates and executes the code, typically line by line.

Comments (0)

Advertisement