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...

The Access wildcard character, ________, matches any single numeric character

A) * B) ? C) # D) $

Computer Science & Information Technology

By default, the Stage background color is set to ____.

A. black B. gray C. blue D. white

Computer Science & Information Technology