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

1. The Do While…Loop statement behaves differently than the While…End While statement.
2. Because the condition of a While…End While statement is before the body, the body is
executed only once after the condition becomes false.
3. If a While…End While statement’s condition is initially false, the body statement(s) are not
performed.
4. Placing a space character between the symbols that compose an abbreviated arithmetic
assignment operator improves readability.
5. a – = 3 can also be represented by the expression a = a – 3.


1. False. The two statements behave identically.
2. False. Once the condition of a While…End While statement becomes false, the while loop terminates immediately.
3. True
4. False. Placing a space character between the symbols that compose an arithmetic assignment operator is a syntax error.
5. True.

Computer Science & Information Technology

You might also like to view...

Latex document normally requires ______ passes to produce a final output format.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Explain why it is important the project manager and project staff have detailed information on each work activity.

What will be an ideal response?

Computer Science & Information Technology

Which classes implement the Comparable interface?

What will be an ideal response?

Computer Science & Information Technology

____ means that the NIC and network equipment are set up so they can transmit and receive data, but not at the same time.

A. Half-duplex B. Semi-duplex C. Full-duplex D. Simplex

Computer Science & Information Technology