Operating Systems Concepts - Engineering

Q1:

Which, of the following is not true about the description of a decision table?

A A decision table is easy to modify

B A decision table is directly understood by the computer

C A decision table is easy to understand

D All of the above

E None of the above

ANS:B - A decision table is directly understood by the computer

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.