Decision Table is a matrix representation of the logic of a decision which specifies the possible conditions for the decision. Decision Tables are used to define the statement of a problem in a tabular format.
A decision table is divided into two parts.
A decision table is divided into two parts.
- Conditions - The conditions part means the statement of call the condition that are applied to the input data.
- Actions - Action stub states the action to be taken to meet each condition. Action entry indicates the appropriate actions resulting from the answers to the conditions in the condition entry.
0 comments:
Post a comment