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

1. None of the guard conditions associated with a decision symbol may be false.
2. If…Then…Else selection statement allows you to specify that a different action (or sequence
of actions) be performed when the condition is true than when the condition is false.
3. If…Then…Else statements may be stacked but not nested.
4. Failure to provide the body of a Do Until…Loop structure with an action that eventually
causes the condition to become false creates an infinite loop.
5. The Do Until…Loop repetition structure tests a condition for falsity for repetition to continue.

1. False. Exactly one of the guard conditions associated with a decision symbol must be true and one must be false.
2. True.
3. False. If…Then…Else statements may be both stacked and nested.
4: False. Failure to provide the body of a Do Until…Loop structure with an action that eventually causes the condition to become true creates an infinite loop.
5. True.

Computer Science & Information Technology

You might also like to view...

Which type of network consists of a group of clients and servers under the control of one central security database?

a.Domain b.Homegroup c.IEEE 802 .11 d.Workgroup

Computer Science & Information Technology

Use Shift or ________ to select more than one image to be inserted into a photo album presentation

A) Alt B) Ctrl C) PgDn D) F1

Computer Science & Information Technology