COMPILER DESIGN

CODE GENERATION

ROLE OF CODE GENERATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Assemblers translate high-level language into machine code .
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The correct answer is Compiler. It is a program that translates a source program written in some high-level programming language into machine code for some computer architecture. In simple language, it converts high-level language into machine language.

Detailed explanation-2: -Answer. Explanation: A assembler is used to convert assembly language into machine code.

Detailed explanation-3: -Assembly language may also be called symbolic machine code. Assembly code is converted into executable machine code by a utility program referred to as an assembler. The conversion process is referred to as assembly, or assembling the source code.

There is 1 question to complete.