Title: Hamlet Temp Title
1Chapter Eight, Figures 1-10 File Structures
Computer Science An Overview J. Glenn
Brookshear
2Figure 8.1Maintaining a files order by means of
a file allocation table
3Figure 8.2A procedure for merging two sequential
files
4Figure 8.3 (A)Applying the merge alorithm
(Letters are used to represent entire records.
The particular letter indicates the value of the
records key field.)
5Figure 8.3 (B)Applying the merge alorithm
(Letters are used to represent entire records.
The particular letter indicates the value of the
records key field.)
6Figure 8.3 (C)Applying the merge alorithm
(Letters are used to represent entire records.
The particular letter indicates the value of the
records key field.)
7Figure 8.4Updating a text file
8Figure 8.5An inverted file
9Figure 8.6A file with a partial index
10Figure 8.7The rudiments of a hashing system, in
which each bucket holds those records that hash
to that bucket number
11Figure 8.8Hashing the key field value 25X3Z to
one of 40 buckets
12Figure 8.9Handling bucket overflow
13Figure 8.10A large file partitioned into buckets
to be accessed by hashing