Multiple choice technology operating systems indexing is used to sort True 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.