A (n) ...... converts and executes one statement at a time.
Verified Answer
A. compiler
B. interpreter
C. converter
D. instructions
E. None of these
Explanation:
An (B) interpreter is a program that directly executes instructions written in a programming language, translating and running one statement at a time, without first compiling the entire program. (A) A compiler translates the entire program before execution. (C) Converter is a general term. (D) Instructions are the code itself. Thus, (B) interpreter is correct.