COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

OVERVIEW OF COMPILERS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
It reads a statement from the input, converts it to an intermediate code, executes it, then takes the next statement in sequence.
A
Assembler
B
Compiler
C
Interpreter
D
LInker
Explanation: 

Detailed explanation-1: -In computing, code generation is part of the process chain of a compiler and converts intermediate representation of source code into a form (e.g., machine code) that can be readily executed by the target system. Sophisticated compilers typically perform multiple passes over various intermediate forms.

Detailed explanation-2: -Code Generation In this phase, the code generator takes the optimized representation of the intermediate code and maps it to the target machine language. The code generator translates the intermediate code into a sequence of (generally) re-locatable machine code.

There is 1 question to complete.