Multiple Choice
A search for an item X in an array starts at the lower end of the array,and then looks for X by comparing array items to X in order of increasing subscript.Such a method is called
A) lower to upper search
B) sequential search
C) binary search
D) selection search
Correct Answer:

Verified
Correct Answer:
Verified
Q5: Let F be an algorithm with complexity
Q6: The selection sort algorithm works by<br>A) repeatedly
Q7: Binary Search is in the complexity class<br>A)
Q8: Consider the following implementation of insertion sort:<br>Public
Q9: The insertion sort algorithm works by<br>A) repeatedly
Q11: If lower is the first subscript in
Q12: A contigous segment of an array is
Q13: Assuming a method<br>Int findMax(int array[ ],int last)that
Q14: Let F be an algorithm with complexity
Q15: The binary search algorithm<br>A) cannot be used