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

Computer Science & Information Technology

You might also like to view...

The ________ allows you to control the look of the presentation window with a set of commands.

a. Notes pane b. Status bar c. View button d. Slides/Outline pane

Computer Science & Information Technology

Which statement is false?

a. Unless directed otherwise, the computer executes Java statements one after the other in the order in which they're written. b. Activity diagrams normally show the Java code that implements the activity. c. Like pseudocode, activity diagrams help programmers develop and represent algorithms. d. The arrows in the activity diagram represent transitions, which indicate the order in which the actions represented by the action states occur.

Computer Science & Information Technology