Computer Science - Operating Systems Concepts - Discussion

Discussion Forum : Operating Systems Concepts - Section 2 (Q.No. 9)
9.
Which, of the following is not true about the description of a decision table?
A decision table is easy to modify
A decision table is directly understood by the computer
A decision table is easy to understand
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Avishek said:   8 years ago
Decision tables are a precise yet compact way to model complex rule sets and their corresponding actions.

Decision tables, like flowcharts, if-then-else, and switch-case statements, associate conditions with actions to perform, but in many cases do so in a more elegant way.

Anonymous said:   9 years ago
What is a decision table?

Post your comments here:

Your comments will be displayed after verification.