Which of the following statements about sequential searches is true?

A. The list must be in sequence (sorted).
B. It is optimized for large lists.
C. The search typically starts at the last element and words toward the beginning of the array.
D. When the search target is not in the list, every element must be tested.
E. It works only when the list is one of the integer types.


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1. A typical MPEG-2 consists of a repeating GOP structure. 2. There is only one I-frame in an MPEG video. 3. Progressive download requires a streaming server. 4. True streaming requires a streaming server. 5. Progressive download and pseudostreaming allow the video to start playing as soon as enough of the video data has arrived.

Computer Science & Information Technology

Controls in reports are not grouped in control layouts like they are in forms.

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

Computer Science & Information Technology

Hans just downloaded a new game to his phone. Now the phone unexpectedly dials unknown numbers and downloads files. This is an example of a(n) _____

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following is NOT a rule for naming a memory location in C++?

A. the name must begin with a letter B. the name cannot contain spaces C. the name cannot be a keyword D. names in C++ are not case sensitive

Computer Science & Information Technology