Multiple choice

Translator of a high level language into the object code is called

  1. Interpreter

  2. Application program

  3. Compiler

  4. Assembler

  5. None of these

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

A compiler is a program that translates source code written in a high-level language into machine-readable object code. An interpreter executes code line-by-line without creating a separate object file.