Computer Science, asked by salonidarji6452, 9 months ago

What is the name of mechanism to arrange the data in a particular order.

Answers

Answered by charlie1505
21

Answer:

The Mechanism called as sorting.

Basically sorting used to sort data either in ascending or descending order

Explanation:

hope it will help

Answered by smartbrainz
15

The name of the mechanism to arrange the data in a specific order is sorting.

Explanation:

Data sorting is a method which arranges the data into a meaningful way to make it easier to understand, visualize or analyze. Sorting is an important issue in Data Structure which creates the sequence of the list of items.

Data is typically sorted based on actual values, counts or percentages, in either ascending or descending order. The sorting, ordering of data can be in increasing or decreasing format as per the relationship between the data items.

Similar questions