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

1. A condition-controlled loop can be used to iterate the body of the loop a specific number of times.
2. A While loop repeats infinitely when there is no statement inside the loop body that makes the test condition false.
3. A posttest loop does not perform any iteration if the Boolean expression is false to begin with.
4. Modules can be called from statements in the body of any loop.
5. Any loop that can be written as a Do-While loop can also be written as a While loop.


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

Computer Science & Information Technology

You might also like to view...

The collections framework algorithms are __________, i.e., each of these algorithms can operate on objects that implement specified interfaces without concern for the underlying implementations.

a. stable. b. lexicographical. c. polymorphic. d. implementation dependent.

Computer Science & Information Technology

What is a relationship in Power Pivot?

A) A continuous stream of XML data to Power Pivot B) A tool to build key performance indicators C) The reference in a DAX function D) An association between two related tables where each table contains an identical field

Computer Science & Information Technology

Which of the following are components of PKI?

A. Certification Authority B. Registration Authority C. Client nodes D. All the above

Computer Science & Information Technology

What tip would not be helpful for designing, developing, and publishing applications for Android tablet devices?

a. Make your application compatible with only Android 3.0 and lower. b. Use RelativeLayout to organize your user interfaces. c. Use relative dimension values such as dp instead of px. d. Use Nine-Patch Stretchable Graphics.

Computer Science & Information Technology