Practice Library

All MCQs

Browse exam-wise, subject-wise, and country-wise MCQs with explanations.

A programmer needs stable sorting with guaranteed O(n log n) time, and the chosen structure has the property that its merge step usually needs auxiliary storage for arrays. Which choice fits best?

Choose an option to check your answer.

Which statement about Merge Sort is correct?

Choose an option to check your answer.

What is a common use of Merge Sort?

Choose an option to check your answer.

Which statement about Insertion Sort is correct?

Choose an option to check your answer.

What is a common use of Insertion Sort?

Choose an option to check your answer.

A programmer needs sorting when minimizing swaps is useful, and the chosen structure has the property that it performs a linear scan to choose each next position. Which choice fits best?

Choose an option to check your answer.

Which statement about Selection Sort is correct?

Choose an option to check your answer.

What is a common use of Selection Sort?

Choose an option to check your answer.