EMERGING TRENDS IN SOFTWARE ENGINEERING
MISCELLANEOUS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Condition=3 and Action=3
|
|
Condition=6 and Action=3
|
|
Condition=4 and Action=4
|
|
Condition=3 and Action=6
|
Detailed explanation-1: -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-2: -Formulae for Decision Table Scenarios = 2N( As a decision will always be in the form of choosing either Yes or No or either True or False or either A or B) N is the total number of input combinations. Start adding input conditions in different combinations and identify and write output for each.
Detailed explanation-3: -1) Draw boxes for the top and bottom left quadrants. 2) List the conditions in the top left quadrant. 3) List the possible actions in the bottom left quadrant. More items •26-Apr-2012