COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
The Parsing is assoicated with
A
Graph coloring
B
DFA minimization
C
Production tree
D
Post-order Traversing
Explanation: 

Detailed explanation-1: -A parse tree or parsing tree or derivation tree or concrete syntax tree is an ordered, rooted tree that represents the syntactic structure of a string according to some context-free grammar.

Detailed explanation-2: -Rules for drawing a parse tree The root node is the starting symbol of the grammar. All leaf nodes or the end nodes present in the tree must be terminal. All internal nodes present in the tree must be non-terminal.

Detailed explanation-3: -Explanation: The tree, known as “Parse tree” when used in a compiler, is the data structure of choice to represent the source program.

There is 1 question to complete.