INTRODUCTION TO COMPILER DESIGN
OVERVIEW OF COMPILERS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
It takes input from the previous stage, processes and yields output that can be used as input for the next stage.
|
Pass
|
|
Phase
|
|
Either A or B
|
|
None of the above
|
Explanation:
Detailed explanation-1: -Phase : A phase of a compiler is a distinguishable stage, which takes input from the previous stage, processes and yields output that can be used as input for the next stage.
Detailed explanation-2: -Explanation: Lexical analyser takes source program as input and token as output.
Detailed explanation-3: -lexical analysis. symbol table construction. syntax analysis. semantic analysis. code generation. optimisation.
There is 1 question to complete.