Home »
General Knowledge (GK) MCQs »
Computer Science GK MCQs
What translates and executes the program at run-time line by line?
46. What translates and executes the program at run-time line by line?
- Interpreter
- Compiler
- Assembler
- Executor
Answer
The correct answer is: A) Interpreter
Explanation
The interpreter translates and executes a program line by line in real time, converting the source code into machine code and immediately executing each line without creating a separate executable file.