Which type of arrays can binary search work?
Unsorted
Sorted
Both 1 and 2
Jagged
Which search technique is useful to save time and number of comparisons?
Binary search
Linear search
Sequential
Circular
Which type of array is comprised of homogenous elements?
Multi dimensional
Two dimensional
One dimensional
Which type of sort is used to move the smallest key into its final position by exchanging?
Selection sort
Bubble sort
Heap sort
Exchange selection sort