Decision Table Example
Decision Table Example
1. Holding the present job for more than 3 years and residing in the same place for more than 5 years. 2. Monthly Salary exceeds1500 and holding the present job for more than 3 years. 3. Residing in the same place for more than 5 years and monthly salary exceeds 1500. The facility is rejected for all other customers.
Conditions involved in the problems are: 1. Holding the present job for more than 3 years. 2. Monthly salary exceeds 1500. 3. Residing in the same place for more than 5 years. Actions involved in the problem are: 1. Allow credit facility. 2. Reject credit facility.
Allowing Credit Facility C1 Holding the present job for more than 3 years Monthly salary exceeds 1500 Residing in the same place for more than 5 years
R1
R2
R3
R4
R5
R6
R7
R8
C2
C3
A1 A2
X X
X X X X
Example 2 Select the largest of three distinct numbers A,B,C Conditions and Actions: 1. A > B 2. A > C 3. B > C Actions involved in the problem are: 1. A is largest 2. B is largest 3. C is largest Select largest C1 C2 C3 A1 A2 A3 A>B A>C B>C A is Largest B is Largest C is Largest R1 Y Y Y X R2 Y Y N X X X X X R3 Y N Y R4 Y N N R5 N Y Y R6 N Y N R7 N N Y R8 N N N