A(n) __________ occurs when a loop-continuation condition in a do…while never becomes false.

a) infinite loop
b) counter-controlled loop
c) control statement
d) nested control statement


a) infinite loop

Computer Science & Information Technology

You might also like to view...

A ListBox’s __________ property keeps track of the values in the ListBox.

a) Items b) Values c) Entries d) List

Computer Science & Information Technology

Are the following array initializations correct? If not, why not?

a. int x[4] = {8, 7, 6, 5, 4}; b. int x[] = {8, 7, 6, 5, 4}; c. int x[4] = {8, 7, 6}; d. const int SIZE =4; int x[SIZE]; e. const int SIZE =4; int x[SIZE-4];

Computer Science & Information Technology

________ a table allows you to order the data in either ascending or descending order

Fill in the blank(s) with correct word

Computer Science & Information Technology

____________ is the generic term used in the description of biometric systems (e.g., face or iris) relating to their fundamental function.

A. recognition B. identification C. template D. verification E. none or the above

Computer Science & Information Technology