Multiple choice

The index consists of

  1. a list of keys

  2. pointers to the master list

  3. both (1) and (2)

  4. none of above

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

An index is a data structure that improves the speed of data retrieval. It contains a list of keys and pointers to the actual records in the master list.