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