MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which, of the following is not true about the description of a decision table?
A
A decision table is easy to modify
B
A decision table is easy to understand
C
A decision table is directly understood by the computer
D
All of the above
Explanation: 

Detailed explanation-1: -Solution: Decision table is used to represent the combination of input values with their output and action. Decision table is divided into 4 parts: Entry portion, Stub portion, Action portion and condition portion. Therefore, Driver portion is a correct answer.

Detailed explanation-2: -A decision table is used to represent conditional logic by creating a list of tasks depicting business level rules. Decision tables can be used when there is a consistent number of conditions that must be evaluated and assigned a specific set of actions to be used when the conditions are finally met.

Detailed explanation-3: -A decision table is a scheduled rule logic entry, in table format, that consists of conditions, represented in the row and column headings, and actions, represented as the intersection points of the conditional cases in the table. Decision tables are best suited for business rules that have multiple conditions.

Detailed explanation-4: -A decision table is a table with various conditions and their corresponding actions. Decision tree is a two dimensional matrix. It is divided into four parts, condition stub, action stub, condition entry, and action entry.

There is 1 question to complete.