Practice Library

All MCQs

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

A programmer needs multi-key sorting, and the chosen structure has the property that equal-key records remain in their original relative order. Which choice fits best?

Choose an option to check your answer.

Which statement about Stable Sorting is correct?

Choose an option to check your answer.

What is a common use of Stable Sorting?

Choose an option to check your answer.

A programmer needs uniformly distributed numeric data, and the chosen structure has the property that performance depends on how evenly items spread across buckets. Which choice fits best?

Choose an option to check your answer.

Which statement about Bucket Sort is correct?

Choose an option to check your answer.

What is a common use of Bucket Sort?

Choose an option to check your answer.

A programmer needs sorting fixed-length integers or strings, and the chosen structure has the property that each digit pass must use a stable subroutine in common LSD implementations. Which choice fits best?

Choose an option to check your answer.

Which statement about Radix Sort is correct?

Choose an option to check your answer.

What is a common use of Radix Sort?

Choose an option to check your answer.