Multiple Choice
What does each iteration of the insertion sort algorithm do?
A) Each iteration takes the next smallest element and inserts it at the beginning of the array.
B) Each iteration takes the next element in the unsorted portion of the array and inserts it into the sorted portion.
C) Sorted subarrays are inserted into the larger array.
D) Each iteration determines the location of a pivot and inserts it into place.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following is a way
Q2: Which of the following is a negative
Q3: Which of the following statements is true?<br>A)
Q4: is the efficiency of linear search?<br>A) O(1).<br>B)
Q6: Which of the following sorting algorithms is
Q7: What is the efficiency of merge sort?<br>A)
Q8: What does the first pass of selection
Q9: Big O highlights _ factors and ignores
Q10: The linear search algorithm runs in _time.<br>A)
Q11: What is the base case for the