Which type of file contains an index to enable direct access to its records?
Explanation
An indexed file is designed with an index directory that allows for efficient random access to records, unlike sequential or serial files which require reading data in order.