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
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
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];
________ a table allows you to order the data in either ascending or descending order
Fill in the blank(s) with correct word
____________ 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