Which type of instruction will cause a set of instructions to execute as long as a specified Boolean expression is true?

a. If/Else
b. Loop
c. Repeat
d. While
e. None of these


d. While

Computer Science & Information Technology

You might also like to view...

A class can have multiple default constructors.

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

Computer Science & Information Technology

Recursion often is preferable to iteration because ________.

a. it is faster. b. it requires less memory. c. it models the problem more logically. d. All of the above.

Computer Science & Information Technology