Q1009
Arranging data in a specific order is called
A.
Merging
B.
Sorting
AnswerC.
Classification
D.
Verification
E.
None of the above
Answer: Option B
Solution
Answer: Option B
Solution:
Arranging data in a specific order is called Sorting. Sorting is a common operation in many applications, and efficient algorithms to perform it have been developed. The most common uses of sorted sequences are: making lookup or search efficient; making merging of sequences efficient.