a file’s name, as given by the user, preceded by the directory (or
directories) where the file is found and, when necessary, the specific device label.
absolute filename
an access control method that lists each file, the names of the users
who are allowed to access it, and the type of access each is permitted
access control list
an access control method that uses a matrix with every file,
every user, and the type of access each user is permitted on each file.
access control matrix
an access control method that lists every user, the files to which each
has access, and the type of access allowed to those files
capability list
a type of file storage in which all the information is stored in adjacent locations in a storage medium.
contiguous storage
the address of the last byte read. It is used by the File Manager to access records in secondary storage and must be updated every time a record is accessed
current byte address (CBA)
the directory or subdirectory in which the user is working
current directory
a procedure used to reduce the amount of space required to store
data by reducing, encoding, or abbreviating repetitive terms or characters.
data compression
a group of related files that are interconnected at various levels to give users
flexibility of access to the data stored.
database
files stored in a direct access storage device and organized
to give users the flexibility of accessing any record at random, regardless of its posi
tion in the file.
direct record organization
a storage area in a secondary storage volume (disk, disk pack, etc.) containing information about files stored in that volume.
directory
in some operating systems, it’s the part of the filename that indicates which compiler or software package is needed to run the files. In UNIX and Linux, it is optional and called a suffix.
extension
any remaining records and all other additions to the file that are stored in
other sections of the disk.
extents
a group of related bytes that can be identified by the user with a name, type, and
size. A record is made up of fields
field
a group of related records that contains information to be used by specific application programs to generate reports.
file
information kept in the directory to describe a file or file extent.
file descriptor
a record that always contains the same number of characters.
fixed-length record
the set of instructions used to perform a key-to-address transformation in which a record’s key field determines its location.
hashing algorithm
a way of organizing data in a direct access storage device. An index is created to show where the data records are stored. Any data record can be retrieved by consulting the index first.
indexed sequential record organization
(1) a unique field or combination of fields in a record that uniquely identifies that record; or (2) the field that determines the position of a record in a sorted sequence
key field
the result of a key-to-address transformation.
logical address
a file stored immediately after the volume descriptor. It lists the names and characteristics of every file contained in that volume.
master file directory (MFD)
a type of file storage in which the information is stored in non
adjacent locations in a storage medium.
noncontiguous storage
the sequence of directories and subdirectories the operating system must follow to find a specific file.
path