COMPILER DESIGN

INTRODUCTION TO COMPILER DESIGN

COMPILATION PROCESS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The syntax tree is converted into object code in:
A
Lexical Analysis
B
Syntax Analysis
C
Code Generation
D
Code Optimisation
Explanation: 

Detailed explanation-1: -OBJECT CODE FORM means a form of software code resulting from the translation or processing of software in Source Code Form by a computer into machine language or intermediate code or other executable code, which thus is in a form that would not be convenient to human understanding of the program.

Detailed explanation-2: -The name compiler is primarily used for programs that translate source code from a high-level programming language to a lower level language (e.g., assembly language, object code, or machine code) to create an executable program.

Detailed explanation-3: -Object code is generated by a compiler that reads higher-level computer language source instructions and then translates them into equivalent machine language instructions.

There is 1 question to complete.