MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A decision table has
A
Four portions
B
Three portions
C
Five portions
D
Two portions
Explanation: 

Detailed explanation-1: -A decision table is a table of rows and columns separated into four quadrants. In a decision table, the inputs are listed in a column, with the outputs in the same column but below the inputs. Using decision tables make it possible to detect combinations of conditions either not tested or developed.

Detailed explanation-2: -In software testing, the decision table has 4 parts which are divided into portions and are given below : Condition Stubs : The conditions are listed in this first upper left part of the decision table that is used to determine a particular action or set of actions.

Detailed explanation-3: -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.

Detailed explanation-4: -A decision table contains a set of rules describing decision situations where the state of a number of conditions determines the execution of a set of actions.

Detailed explanation-5: -Each condition entry in a decision rule column should have a value assigned for the state of the condition stub in that rule. However, there are two types of entries. These are limited entries and extended entries.

There is 1 question to complete.