Multiple choice

Which of the following forms of sorting is applied when the entire collection of data to be sorted is small enough that the sorting can take place within main memory?

  1. Internal sorting

  2. External sorting

  3. Bubble sort

  4. Selection sort

  5. Insertion sort

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This form of sorting is applied when the entire collection of data to be sorted is small enough that the sorting can take place within main memory.