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

What translation method does an interpreter employ?
Translates and executes an entire program at once.
Translates the program into assembly language.
Translates and executes code line by line.
Translates a program from assembly to machine code.

Explanation

An interpreter translates and executes code line by line.

Comments (0)

Advertisement