what is Decision table ?
Answers
Answered by
3
Decision tables are a concise visual representation for specifying which actions to perform depending on given conditions. They are algorithms whose output is a set of actions. The information expressed in decision tables could also be represented as decisions trees or in a programming language as a series of if-then-else and switch-case statements.
Anonymous:
Nice answer
Answered by
2
Hey mate ,
see Riyasharma answered ur question
Decision table : Decision table are used to define clearly and concisely the decision statement of a problem in a tabular form .
They can prove to be a powerful tool for defining complex program logic .
When the computer has to made a large numbers of decisions or if there are large number of different branches within a program, decision table are particulary useful.
Hopes helps u ❤
see Riyasharma answered ur question
Decision table : Decision table are used to define clearly and concisely the decision statement of a problem in a tabular form .
They can prove to be a powerful tool for defining complex program logic .
When the computer has to made a large numbers of decisions or if there are large number of different branches within a program, decision table are particulary useful.
Hopes helps u ❤
Similar questions