Answer:
Option d. Sorting
is the correct answer.
Explanation:
- While organizing data numerically (sorting), two kinds of scenarios are there:
- Ascending order: Numbers are sorted starting from smaller to greater. For example, 2, 5, 8, 22, 57 are sorted in ascending order.
- Descending order: Numbers are stored starting from greater to smaller.
For example, 57, 22, 8, 5, 2 are sorted in descending order.
- While organizing data alphabetically, again there are two scenarios that are:
- Ascending order: By ordering words from A-Z
- Descending order: By ordering words from Z-A
i hope it will help you!