A specialized program that translates an entire high-level source code file into machine language all at once, creating an executable file, is known as a/an: MCQ with Answer and Explanation
A specialized program that translates an entire high-level source code file into machine language all at once, creating an executable file, is known as a/an:
A. Compiler
B. Assembler
C. Linker
D. Interpreter
Answer: Option A
Solution (By JKExamLibrary)
A compiler translates the entire source code into machine code in one single operation before execution, whereas an interpreter does it line-by-line.
No comments yet. Be the first to start the discussion!