FUNDAMENTALS OF COMPUTER

OPERATING SYSTEMS FOR COMPUTERS

OS FUNCTIONS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A ____ translates high-level language statements into machine code.
A
Programmer
B
Syntax Detector
C
Compiler
D
Decipherer
Explanation: 

Detailed explanation-1: -A compiler translates a program written in a high-level language into Machine language or that transforms computer code written in one programming language into another programming language.

Detailed explanation-2: -A compiler is a translator program that converts a high-level language source program into a machine language object program.

Detailed explanation-3: -A compiler takes the source code as a whole and translates it into object code all in one go. Once converted, the object code can be run at any time. This process is called compilation . All of the object files used in a program must be combined before the program can be run.

There is 1 question to complete.