CBSE Class 12 Computer Science Question 34 of 120

Review of Python Basics — Question 8

Back to all questions
8
Question

Question 8

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

  1. Indexing
  2. Slicing
  3. Sorting
  4. Traversing
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.