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

1. The for statement performs the same functions as the while statement, but uses a different form.
2. The construction for ( ; count <= 20 ; ) is invalid.
3. In C++, continue produces the same action for both while and for statements.
4. Entering data interactively in a loop is a general technique that’s applicable to for loops.
5. The do statement is particularly useful in filtering user-entered input and providing data validation checks.


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

Computer Science & Information Technology

You might also like to view...

Which command selects all columns in a table?

A. SELECT # B. SELECT ; C. SELECT * D. SELECT @

Computer Science & Information Technology

The word with denotes the beginning of a ________, an instruction that enables the macro to perform multiple operation on a single object.?

A) VBA with B) VBA constrict C) VBA procedure D) VBA construct

Computer Science & Information Technology

To use the shortcut menu to create an update query, right-click any open area in the upper pane, point to ____ on the shortcut menu, and then click Query Type on the submenu that appears.

A. Action B. Query Type C. Action Query D. Run Query

Computer Science & Information Technology

When the implementation is successfully completed, _______ needs to authorize the system for operational use.

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

Computer Science & Information Technology