INTRODUCTION TO COMPILER DESIGN
OVERVIEW OF COMPILERS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Compilers translate high-level language into machine code .
|
True
|
|
False
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -A compiler is a computer program that translates a program written in a high-level language to the machine language of a computer. The compiler is used to translate source code into machine code or compiled code.
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: -Expert-Verified Answer The compiler does not convert a high-level language program into machine language line-by-line. Compiler is a program that converts a program written in a high level language into machine language that can be read by the machine.
There is 1 question to complete.