____ search is generally used only for small lists or lists that are not searched often.

A. Binary
B. Sequential
C. Probability
D. Index-based


Answer: B

Computer Science & Information Technology

You might also like to view...

A file named "chem.htm" in the tutorial02 folder on drive C of your computer has what absolute pathname?

A. /C|/tutorial02/chem.htm B. /C|:tutorial02/chem.htm C. /C/tutorial02/chem.htm D. /C|tutorial02/chem.htm

Computer Science & Information Technology

Most speech synthesizers string together basic sound units called ____.

A. rips B. waves C. phonemes D. bytes

Computer Science & Information Technology

Which statement is true concerning global variables?

A. Global variables are only integers. B. Global variables can be seen by only one function in a program file. C. Global variables are in scope while the program is executing. D. Global variables are in scope while the declaring function is executing.

Computer Science & Information Technology

Outside of a C++ program, a file is identified by its __________while inside a C++ program, a file is identified by a(n) __________.

a. file number, file name b. file name, file number c. name, address d. name, file stream object e. None of these

Computer Science & Information Technology