Which type of arrays can binary search work?
Unsorted
Sorted
Both 1 and 2
Jagged
Which of the following means arranging the array elements in a specified order?
Searching
Merging
Sorting
Selection
What do you mean by the symbol [ ] in array?
Superscript
Subscripts or indices
Data type
Postfix
Which of the following type of array have each element itself an array?
One-dimensional
Multi-dimensional
Two-dimensional
Which type of data structure is followed by array?
Dynamic
Static
Sequential