Case 6-1
Chris is trying to decide which kind of loop is the best loop for him to use to solve a couple of different programming challenges that he faces.
Chris wants to guarantee that the instructions within the loop are executed one time regardless of the status of a condition. Which of the following should he use?

A. bottom-controlled Do Until
B. top-controlled Do Until
C. For…Next
D. top-controlled Do While


Answer: A

Computer Science & Information Technology

You might also like to view...

_______ is the least desirable method of applying CSS to HTML because it mixes content (HTML) and presentation (CSS).

a. External style sheet b. Embedded style sheet c. Inline style d. Media-specific style sheets

Computer Science & Information Technology

What are the two actions that can be taken on an event field?

What will be an ideal response?

Computer Science & Information Technology

You can change the internal margins of a text box in the Format Shape dialog box.

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

Computer Science & Information Technology

A function returning a value must specify, in its header line, the data type of the value that will be returned.

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

Computer Science & Information Technology