basic computer MCQ #1582

A computer program that translates one program instruction at a time into machine language is called:

basic computer MCQ #1582

  1. Question 1

    Q1. A computer program that translates one program instruction at a time into machine language is called:

    • A) Compiler
    • B) Simulator
    • C) Interpreter
    • D) CPU

    Answer: Interpreter

    Explanation: An interpreter translates and executes a high-level program one instruction at a time, unlike a compiler which translates the entire program before execution.