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

1. A connector symbol must be placed at the exit point of a DOWHILE loop just as it is placed at the exit point of an IFTHENELSE control structure.
2. A preparation symbol should be used in a program flowchart to initialize a counter prior to entering a loop.
3. To create a properly formed DOWHILE loop you must place the loop steps in the YES path of the loop.
4. To create a properly formed DOWHILE loop you must place the loop test after all other steps within the loop.
5. A counter used to control a loop can be either incremented or decremented.



1. False
2. True
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

A(n) _____________________ is a list collection has elements that are ordered by a characteristic of the elements.

a) ordered list b) unordered list c) indexed list d) linked list e) array

Computer Science & Information Technology

Explain how a game tree could be used for card games.

What will be an ideal response?

Computer Science & Information Technology

When two criteria are placed in different rows in the design grid, the ________ logical operator applies

A) Not B) Or C) And D) Null

Computer Science & Information Technology

A(n) ________is a matrix that provides the results (TRUE or FALSE) for every possibility of an AND, OR, or NOT criteria combination

A) AND/OR/NOT tool B) evaluation matrix C) truth table D) goal table

Computer Science & Information Technology