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

1. True/False: The body of a post-test loop is always executed at least once.

2. True/False: The body of a pre-test loop is always executed at least once.

3. True/False: In a pre-test loop the test condition is at the bottom, while it is at the top in a post-test loop.


1. T
2. F
3. F

Computer Science & Information Technology

You might also like to view...

A(n) ____ operation permits an event handler to determine the kind of component that generated an event, and then take a different action for each kind of component.

A. assignment B. instanceof C. cast D. referencing

Computer Science & Information Technology

Where is it legal to put a break statement? What does the break do there?

a. A break is placed in a simple (unnested) loop, to terminate the loop. b. A break is placed in an inner block of nested blocks, to transfer control beyond the end of block the break is within. c. A break is placed in a loop in nested loops, to transfer control beyond the end of the innermost loop the break is within. d. A break is placed in a switch statement, to terminate the switch by transferring control beyond the end of the switch. e. A break is placed in a loop where it restarts the loop.

Computer Science & Information Technology

Tables can be expanded or decreased using the Resize Table tool

Indicate whether the statement is true or false.

Computer Science & Information Technology

In the Allow list box in the Data Validation dialog box, the ____________________ option means that the cell will accept any value entered into the cell.

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

Computer Science & Information Technology