Correct Answer:
C. Sorting
The process of arranging data in a logical sequence, such as alphabetical, numerical, or chronological order, is known as Sorting. This is a core data management function that helps in organizing and analyzing information efficiently.
- Filtering involves displaying only the data that meets specific criteria, hiding the rest, but it does not rearrange the order of the data.
- Grouping organizes data into categories based on common attributes, but it doesn't necessarily sequence the entire dataset in a logical order.
- Formatting refers to changing the appearance of data, such as font, color, or cell borders, without altering its underlying order or content.