MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A graphical technique that represent a decision as a connected series of nodes and branches is a:
A
decision tree
B
decision table
C
structure chart
D
hierarchical chart
Explanation: 

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.

There is 1 question to complete.