Which term refers to a program that executes source code directly, translating and running it line by line without producing a separate executable?
- A. Recursive descent parser
- B. Interpreter ✓
- C. Token
- D. Compiler
Correct answer
B. Interpreter
Explanation
Interpreter refers to a program that executes source code directly, translating and running it line by line without producing a separate executable.