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. Linker
B. Compiler
C. Interpreter
D. Assembler
Answer: Option B
Solution (By JKSSB Mock Tests)
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!