Multiple choice technology operating systems

indexing is used to sort

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Indexing is primarily used to speed up data retrieval, not sorting. While indexes store data in sorted order (B-tree, etc.), their purpose is fast lookups via search keys, not data organization for sorting operations.