Q. _______ converts and executes one statement at a time
A) interpreter
B) compiler
C) instructions
D) converter
✔ Correct Answer: interpreter
Exam Insight
An interpreter reads and executes the source code line-by-line, which allows for immediate feedback and debugging, but typically runs slower than compiled programs.