A computer program that converts an entire program into machine language is called a/an
A compiler is a program that changes the whole code of a computer program into machine language at once. It makes the program ready to run faster. An interpreter works line by line, but a compiler does everything in...
Read More
1BASIC COMPUTER MCQS
A computer program that converts an entire program into machine language is called a/an
Interpreter
Simulator
Compiler
Commander
Correct Answer:
C. Compiler
Detailed Explanation
A compiler is a program that changes the whole code of a computer program into machine language at once. It makes the program ready to run faster. An interpreter works line by line, but a compiler does everything in one go.
Discussion
Leave a Comment