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 type of array is comprised of homogenous elements?
Multi dimensional
Two dimensional
Jagged
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