Definitions for "Decision Table" Add To Word List
Login or Register  | Word Lists | Search History

A table of all contingencies that are to be considered in the description of a problem, together with the actions to be taken. Decision tables can be used in place of flow charts for problem description and documentation.
Helpful?           0
(IEEE) A table used to show sets of conditions and the actions resulting from them.
Helpful?           0
(1) A matrix of contingency plans with the actions to be taken. [Sometimes used in place of flowcharts for program documentation.
Helpful?           0
a table or matrix of all contingencies and the actions to be taken for each
Helpful?           0
a simple matrix containing columns and rows that are used to define decision relationships
Helpful?           0
a table composed of rows and columns, separated into four separate quadrants
Helpful?           0
a tabular for displaying decision logic
Helpful?           0
a tabular form that presents a set of conditions and their corresponding actions
Helpful?           0
a tabular representation of business rules
Helpful?           0
a very simple table of rows and columns that shows the factors that an application will use to make decision and then it shows what the decision is
Helpful?           0
A table used for specifying complex policies and decision-making rules. This specifies a set of conditions and their corresponding actions.
Helpful?           0
A means of displaying logical conditions in an array that graphically illustrates actions associated with stated conditions.
Helpful?           0
A table that lists a variety of conditions and the actions that correspond to each condition; usually used when a process consists of many conditions or rules. 14.18
Helpful?           0
Decision tables are a precise yet compact way to model complicated logic. Decision tables, like if-then-else and switch-case statements, associate conditions with actions to perform. But, unlike the control structures found in traditional programming languages, decision tables can associate many independent conditions with several actions in an elegant way.
Helpful?           0