Answer the following statements true (T) or false (F)
1. Use decision trees when there are many repetitious actions.
2.Use decision tables when complex combinations of conditions, actions, and rules are found.
3. Use decision trees when not every condition is relevant to every action.
4. Use decision tables when you require a method that effectively avoids impossible situations, redundancies, and contradictions.
1. FALSE
2. TRUE
3. TRUE
4. TRUE
You might also like to view...
A(n) ________ typically represents the agreement between a customer and a provider of a service that specifies the level of availability, serviceability, performance, operation, or other attributes of the service.
A) Resource reservation B) Policy C) SLA D) Queue management
Which of the following is a function of the VMBus?
A. allows user applications on the host OS to communicate with guest OSs B. allows the host OS to transfer files to one or more guest OSs C. allows the host OS to communicate with virtual hard disks D. allows guest OSs to communicate with the parent partition
Most desktop and laptop computers run some version of Windows
Indicate whether the statement is true or false
________ breaks down a problem into a series of high-level tasks and continues to break each task into successively more detailed subtasks
A) Object-oriented analysis B) Bottom-up design C) Inheritance D) Top-down design