Multiple choice Translator of a high level language into the object code is called Interpreter Application program Compiler Assembler 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.