Computer Science for IGCSE & O level - Software (Section 5 - No. 32)

Which of the following is generally true about Interpreters?
Interpreters are generally faster than compilers.
Interpreters create an executable file.
Interpreters execute code line by line.
Interpreters analyze the entire program before execution.

Explanation

Interpreters translate and run code line by line.

Comments (0)

Advertisement