MCQS

Q. A computer program that converts an entire program into machine language is called a/an
🔍 Search on Google 📖 Search on Wikipedia
« PreviousNext »

The correct answer for this question is 'Compiler' because a compiler is a software program that translates the entire source code of a program into machine language. It does this in one step, converting the entire program at once rather than translating it line by line like an interpreter. This makes a compiler more efficient for converting high-level programming languages into machine code.