Which type of array is comprised of homogenous elements?
Multi dimensional
Two dimensional
Jagged
One dimensional
Which of the following means arranging the array elements in a specified order?
Searching
Merging
Sorting
Selection
Which search technique is useful to save time and number of comparisons?
Binary search
Linear search
Sequential
Circular
What do you mean by the symbol [ ] in array?
Superscript
Subscripts or indices
Data type
Postfix
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
Which type of arrays can binary search work?
Unsorted
Sorted
Both 1 and 2