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

Which statement best describes an interpreter?
Translates an entire program at once.
Executes code line by line after translating.
Used for hardware interaction.
Results in faster execution speed.

Explanation

An interpreter translates and then executes the code line by line.

Comments (0)

Advertisement