Vidyalelo
Computer Fundamentals · Q1009

Computer fundamental

Computer Related · Computer Fundamentals · question 1009

Q1009

Arranging data in a specific order is called

A.
Merging
B.
Sorting
Answer
C.
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.