Computer Science for IGCSE & O level - Software (Section 13 - No. 39)

What is the role of the interpreter in programming?
To translate the high level code into machine code all at once.
To directly run high level code.
To translate one line of code at a time.
To create a .exe file.

Explanation

An interpreter translates and executes code line by line.

Comments (0)

Advertisement