COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
decision tree
|
|
decision table
|
|
structure chart
|
|
hierarchical chart
|
Detailed explanation-1: -A graphical technique that depicts a decision or choice situation as a connected series of nodes and branches is a : decision tree.
Detailed explanation-2: -A decision tree is a map of the possible outcomes of a series of related choices.
Detailed explanation-3: -Nodes and Branches A decision node is a point where a choice must be made; it is shown as a square. The branches extending from a decision node are decision branches, each branch representing one of the possible alternatives or courses of action available at that point.
Detailed explanation-4: -A decision tree consists of three types of nodes: Decision nodes – typically represented by squares. Chance nodes – typically represented by circles. End nodes – typically represented by triangles.