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

1. An iteration structure is always needed to process a menu selection made by a user.
2. An If-Then-Else statement can be used as one way to process a user's menu selection.
3. The user's menu selection can be validated using an input validation loop immediately after the input statements.
4. It is never possible to give a user a chance to make more than one selection without re-running the whole program.


1. FALSE
2. TRUE
3. TRUE
4. FALSE

Computer Science & Information Technology

You might also like to view...

When adding components to a container that is governed by the GridLayout manager:

A) you cannot specify a cell B) you specify the cell with the row and column numbers in the add statement C) you must add them starting with the lower, right cell D) the components are added automatically by filling up the first column, then the second, etc.

Computer Science & Information Technology

Write other edge detection methods. Try comparing the current pixel intensity with the one on the right. Try comparing the current pixel to the average of the pixels to the right and below.

What will be an ideal response?

Computer Science & Information Technology

Messages are transferred from the local message store to users via the ____, using Post Office Protocol (POP3) or Internet Message Access Protocol (IMAP).

A. mail delivery agent (MDA) B. mail transfer agent (MTA) C. mail search agent (MSA) D. mail user agent (MUA)

Computer Science & Information Technology

The process of establishing the overall appearance of text, graphics, and pages in an Office file is called

A) aligning. B) sizing. C) editing. D) formatting.

Computer Science & Information Technology