Multiple choice Which of the following high level to machine level language translators is the fastest? Interpreter Assembler Compiler All have the same speed. 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.