Explain the difference between using the keywords While and Until within a Do...Loop statement.

What will be an ideal response?

The keyword While is used in a looping condition to specify that the loop body should be processed while (as long as) the condition is true. The keyword Until is used in a looping condition to specify that the loop body should be processed until the condition becomes true, at which time the loop should stop.

Computer Science & Information Technology

You might also like to view...

A ________ uses cables, radio waves, or infrared signals to link computers or peripherals, such as printers, within a small geographic area.

a. LAN b. WAN c. MAN d. CAN

Computer Science & Information Technology

Which of the following RAID configurations offers no fault tolerance?

a. RAID 0 b. RAID 1 c. RAID 3 d. RAID 5

Computer Science & Information Technology