Computer Science

The process of arranging the array elements in a specified order is termed as:

  1. Indexing
  2. Slicing
  3. Sorting
  4. Traversing

Python Sorting

2 Likes

Answer

Sorting

Reason — Sorting refers to the process of arranging elements in an array or list in a specified order, such as ascending or descending order.

Answered By

1 Like


Related Questions