Multiple Choice
A search can be performed on an array of
A) integers.
B) strings.
C) objects.
D) all of the above, but only if the data is in order.
E) all of the above whether the data is in order or not.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: A _ search uses a loop to
Q5: A(n) _ search is more efficient than
Q6: If algorithm A requires 2n + 1
Q7: The _ search is adequate for searching
Q8: Using a linear search, you are more
Q10: When an array is sorted from highest
Q11: The _ sort usually performs fewer exchanges
Q12: When sorting an array of objects, if
Q13: When searching for an item in an
Q14: Bubble sort and selection sort can also