Question 9327 – Sorting
February 20, 2024
Question 6293 – CHENNAI MATHEMATICAL INSTITUTE – M.Sc. / Ph.D. Programme in Computer Science ( 15 May 2014 )
February 20, 2024
Question 9327 – Sorting
February 20, 2024
Question 6293 – CHENNAI MATHEMATICAL INSTITUTE – M.Sc. / Ph.D. Programme in Computer Science ( 15 May 2014 )
February 20, 2024

Question 11772 – Sorting

Which Sorting method is an external Sort?

Correct Answer: D

Question 28 Explanation: 
External sorting is a term for a class of sorting algorithms that can handle massive amounts of data. External sorting is required when the data being sorted do not fit into the main memory of a computing device (usually RAM) and instead they must reside in the slower external memory (usually a hard drive). External sorting typically uses a hybrid sort-merge strategy.
Example of external sorting is merge sort.
A
Heap Sort
B
Quick Sort
C
Insertion Sort
D
None of the above
0 0 votes
Article Rating
Subscribe
Notify of
0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x
error: Alert: Content selection is disabled!!