Computer Science for IGCSE & O level - Software (Section 1 - No. 22)
Which of the following best describes an interpreter?
It translates the entire program at once.
It translates and executes code line by line.
It is faster than a compiler.
It is typically used for low-level languages.
Explanation
Interpreters execute code one line at a time.
Comments (0)
