Home » Computer » Miscellaneous » Question
  1. A computer program that translates one program instruction one at a time into machine language is called a/an
    1. Interpreter
    2. Compiler
    3. Simulator
    4. Commander
Correct Option: A

An interpreter translates one instruction at a time, and then executes that instruction immediately. It directly executes, i.e. performs, instructions written in a programming or scripting language, without previously compiling them into a machine language program.



Your comments will be displayed only after manual approval.