COMPILER DESIGN

TOOLS AND TECHNIQUES FOR COMPILER DESIGN

MISCELLENOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
When a sub-node splits into further sub-nodes, then it is called
A
Decision Node
B
Splitting
C
Pruning
D
Terminal Node
Explanation: 

Detailed explanation-1: -Decision Node: When a sub-node splits into further sub-nodes, then it is called the decision node. Leaf / Terminal Node: Nodes do not split is called Leaf or Terminal node. Pruning: When we remove sub-nodes of a decision node, this process is called pruning. You can say the opposite process of splitting.

Detailed explanation-2: -Leaf/Terminal Node: Nodes that do not split further are called Leaf/Terminal nodes.

Detailed explanation-3: -Splitting: Splitting is the process of dividing the decision node/root node into sub-nodes according to the given conditions.

There is 1 question to complete.