A computer program that converts an entire program into machine language is called a/an

  • A. Interpreter
  • B. Simulator
  • C. Compiler
  • D. Commander

Explanation

A compiler translates an entire source program into machine code or another lower-level form before execution. An interpreter translates and executes instructions one at a time.

Related questions