____________translates and executes program at run time line by line?
- A. Compiler
- B. Interpreter
- C. Linker
- D. Loader
Explanation
An interpreter translates and executes source code one statement at a time while the program runs. A compiler generally translates the program before execution and produces object or executable code.
Related questions
A computer program that translates one program instructions at a time into machine language is called a/an___________?
In assembly languages symbols are used instead of binary code, these symbols are called?
In which language is source program written?
BASIC stands for ________?
The symbols used in an assembly language are _________?