What is the purpose of decision tables? How do you create them?

What will be an ideal response?

A decision table describes a logical structure. To create a decision table, you would:
a. Place a heading at the top left that names the table.
b. Enter the conditions under the heading, with one condition per line, to represent the customer status and availability of products.
c. Enter all potential combinations of Y/N (for yes and no) for the conditions. Each column represents a numbered possibility called a rule.
d. Place an X in the action entries area for each rule to indicate the outcome of the rule.

Computer Science & Information Technology

You might also like to view...

When filtering, the Filter By Form command is used to restrict records based on one or more fields

Indicate whether the statement is true or false

Computer Science & Information Technology

Initial values for the variables in the tested expression of a while statement do not have to be initialized before the while statement is encountered.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology