A computer program that translates one program instructions at a time into machine language is called a/an___________?
- A. Interpreter
- B. CPU
- C. Compiler
- D. Simulator
Explanation
An interpreter translates and executes a program one statement or instruction at a time. A compiler translates the complete source program before execution, so it is not the intended choice.