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

1. Use decision tables when complex combinations of conditions, actions, and rules are found.
2. Use decision tables when the sequence of conditions and actions is critical.
3. Use decision trees when you require a method that effectively avoids impossible situations, redundancies and contradictions.
4. Use decision trees when not every condition is relevant to every action (the branches are different).
5. Use decision trees when communication to end users is important.
6. The lower half of a decision tree contains the actions to be taken on the left and the rules for executing the actions on the right.
7. Decision trees are useful when it is essential to keep a string of decisions in a particular sequence.


1. TRUE
2. FALSE
3. FALSE
4. TRUE
5. FALSE
6. FALSE
7. TRUE

Computer Science & Information Technology

You might also like to view...

Suppose an array reptiles is ["snake", "turtle", "lizard"]. To add "crocodile" between the second and third items (i.e., between "turtle" and "lizard"), use the statement:

reptiles.splice(_______,_______,_______);

Computer Science & Information Technology

Vectors use ____________________ characteristics to define an object.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When creating substitution values using the Series dialog box, what is the last number used in the substitution values?

A) Step value B) Constraint C) Stop value D) Integer

Computer Science & Information Technology

Discuss the use of Access 2010 with SharePoint 2010.

What will be an ideal response?

Computer Science & Information Technology