A(n)_____________program is one that is ready to run and does not need to be altered in any way.

  • A. Interpreter
  • B. High level
  • C. Compiler
  • D. Executable

Explanation

An executable program has been translated into a form the operating system and processor can run directly. An interpreter or compiler is a translation tool, while “high level” describes a language rather than a ready-to-run program.

Related questions