Multiple Choice
Which statement about insertion sort is true?
A) A maximum of n comparisons are needed to sort the array, where n is the number of elements.
B) The algorithm is simple compared to other sorting procedures.
C) No temporary variables are needed.
D) Performance is maximized.
Correct Answer:

Verified
Correct Answer:
Verified
Q1: An array is not:<br>A) A consecutive group
Q3: Referencing elements outside the array bounds:<br>A) Can
Q4: Which of the following is not true
Q7: Given the following declaration, what is the
Q8: Using square brackets ([]) to retrieve vector
Q9: Unless otherwise specified, entire arrays are passed
Q10: Which of the following is false?<br>A) The
Q10: Which of the following statements is false
Q11: After the i<sup>th</sup> iteration of the insertion
Q16: Constant variables:<br>A) Can be assigned values in