Question: 40
(Choose 1 answer)
Which of the following about linear search is true?
A. It sequentially checks each element in the array.
B. It requires the array to be sorted.
C. It is faster than binary search.
D. It is the fastest way to find an element in the array