Question 1
A list is sorted by selecting the largest element in the list and swapping it with the last one. This technique is called ________.
◦ merge sort
◦ insertion sort
◦ bubble sort
◦ selection sort
◦ quick sort
Question 2
________ is a data structure to store data in sequential order.
◦ A tree
◦ A queue
◦ A list
◦ A set
◦ A stack