Multiple choice

Which of the following high level to machine level language translators is the fastest?

  1. Interpreter

  2. Assembler

  3. Compiler

  4. All have the same speed.

  5. None of these

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

Compiler is the fastest high level language to machine level language translator as it converts whole source code at a time and also keeps record of converted lines, so that it can be used in case of repetition.