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...

Discuss operational auditing.  Include in your discussion what should be looked for in an operational audit and what methods might be used in the audit.

What will be an ideal response?

Computer Science & Information Technology

How many characters can be stored in a field with a Long Text data type?

A) 12,256 B) 64,000 C) Unlimited D) 1,000

Computer Science & Information Technology

A limitation of an event handler is that only one function can be applied to it at a time.

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

Computer Science & Information Technology

A workbook contains a list of houses and the months that they were sold in Florida. You are interested in determining the average price of sold houses in June in Ft. Lauderdale. What function is best suited for this calculation?

What will be an ideal response?

Computer Science & Information Technology