Home »
General Knowledge (GK) MCQs »
Computer Science GK MCQs
What is the term for a computer program that converts an entire program into machine language all at once?
91. What is the term for a computer program that converts an entire program into machine language all at once?
- Assembler
- Compiler
- Interpreter
- Debugger
Answer
The correct answer is: B) Compiler
Explanation
A compiler is a computer program that translates an entire source code written in a high-level programming language into machine code or executable code all at once.