SYNTAX ANALYSIS
ROLE OF THE PARSER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
A graphical representation for derivations that filter out the choice regarding replacement order is called the ____
|
parse tree
|
|
graph tree
|
|
syntax tree
|
|
symbol tree
|
Explanation:
Detailed explanation-1: -Explanation: Parse tree is a representation of the derivation.
Detailed explanation-2: -Parse tree is the graphical representation of symbol. The symbol can be terminal or non-terminal. In parsing, the string is derived using the start symbol. The root of the parse tree is that start symbol.
There is 1 question to complete.