Answer the following statements true (T) or false (F)
1. The decision logic structure is probably the most important logic structure because it allows the computer to make decisions.
2. Multiple IF/THEN/ELSE instructions allows the computer to choose a path from many paths of execution according to specific conditions.
3. A decision table allows the developer to make sure all possible combinations of results of the conditions have actions.
4. A flowchart can not be made from a decision table.
5. Straight through logic is the fastest decision logic when there are several choices of actions.
1. TRUE
2. TRUE
3. TRUE
4. FALSE
5. FALSE
You might also like to view...
Information such as your skills, accomplishments, and work history as it relates to a prospective job is detailed in a(n) ________
Fill in the blank(s) with correct word
All methods require at least one argument.
Answer the following statement true (T) or false (F)
The ___________________ transform command produces a mirror image along the vertical axis.
Fill in the blank(s) with the appropriate word(s).
To ensure that query results are listed in a desired order, use the ORDER BY clause.
Answer the following statement true (T) or false (F)