Sorting
Sorting
Sorting
The sorting process in which two ordered lists of elements are combined into single ordered list
is
a. Merge sort
b. Bubble sort
c. Selection sort
d. Quick sort
2. The pivot element is used in _______ sorting
a. Merge sort
b. Bubble sort
c. Selection sort
d. Quick sort
3. The ________ sorting in which parent node is greater than the child node
a. Merge sort
b. Heap sort
c. Selection sort
d. Quick sort
4. The bucket sort is otherwise known as
a. Merge sort
b. Selection sort
c. Radix sort
d. Quick sort
5. The process of searching the next smallest element is repeated, until all the elements in the list
have been sorted in ascending order
a. Selection sort
b. Merge sort
c. Radix sort
d. Quick sort
6. What is the advantage of bubble sort over other sorting technique ?
a. It is faster
b. Detects whether the input is already sorted
c. Consumes less memory
d. Less time consumption