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...

Define refractive index.

What will be an ideal response?

Computer Science & Information Technology

To declare a constant MAX_LENGTH inside a method with value 99.98, you write

a. final MAX_LENGTH = 99.98; b. final float MAX_LENGTH = 99.98; c. double MAX_LENGTH = 99.98; d. final double MAX_LENGTH = 99.98;

Computer Science & Information Technology

________ went online in an effort to retain college customers.

(a) Busey Bank. (b) Wells Fargo. (c) Claritybank. (d) NetBank.

Computer Science & Information Technology

A ____, also called certificate chain, is an ordered list of certificates that is used to securely establish the mapping between a public key and a subject.

A. self-signed path B. certificate verification C. certification path D. CA's path

Computer Science & Information Technology