93) The processing time required to maintain a fully inverted file
A) is fast since the entire index can be loaded into primary memory.
B) is almost instantaneous because long indexes can be factored into subindexes.
C) is fast when two processors are used simultaneously to process the data and index files at the
same time.
D) can be high since the indexes require more disk storage and must be updated whenever
records are added, deleted, or changed.
94) The processing and inquiry objectives of file usage are both addressed by
A) sequential-access file organization.
B) fully inverted index file organization.
C) indexed-sequential file organization.
D) direct-access file organization.
95) Which of the following is characteristic of the indexed-sequential access method?
A) Processing is direct-access; queries are sequential.
B) Processing is sequential; queries are handled through an index.
C) Processing and queries are both handled through an index.
D) Processing and queries are both sequential.
96) An indexed-sequential file contains
A) an index, a prime area, and an overflow area.
B) an index, a parent file, and a child file.
C) an index, an access area, and a hierarchical file.
D) an index, an overflow area, and a fully inverted file.
97) The purpose of the index in an ISAM file is to
A) increase the time needed to write records on the prime area.
B) bump records to the overflow area when no prime space is available.
C) link the record key to the address.
D) search tracks for the desired record.