Multiple choice general knowledge

A compiler translates a program written in a high level language into

  1. Machine Language

  2. An algorithm

  3. A debugged program

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A compiler converts high-level source code into low-level machine code that the computer processor can execute directly. An algorithm is a procedure, not a translation target. A debugged program is a result, not the compilation output.