What must happen in a linear search program? Select three options.
Responses

A. The list must be converted to lowercase.

B. The list must be ordered.

C. A loop is established to start with the first item in the list.

D. On each pass through a loop, the item is compared to the target.

E. A target is identified.