In analyzing the solution to a program, you conclude that you want to construct a loop so that the loop terminates either when (a < 12) or when (b = 16). Using a Do loop, the test condition should be

(A) Do While (a > 12) Or (b <> 16)
(B) Do While (a >= 12) Or (b <> 16)
(C) Do While (a < 12) Or (b <> 16)
(D) Do While (a .= 12) And (b <> 16)
(E) Do While (a < 12) And (b = 16)


(E) Do While (a < 12) And (b = 16)

Computer Science & Information Technology

You might also like to view...

The binary numbering system uses ________

A) 0s and 1s B) digits 0 to 9 C) 1s and 2s D) 64 bits

Computer Science & Information Technology

The ____ area on the status bar displays common calculations, such as SUM or AVERAGE, for selected numbers in the worksheet.

A. AutoFormat B. AutoComplete C. AutoFunction D. AutoCalculate

Computer Science & Information Technology

A __________ frame is a message that is intended to be processed by all devices on the LAN.

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

Computer Science & Information Technology

A descriptive title for a table.

What will be an ideal response?

Computer Science & Information Technology