Chapter 8 Key Terms Flashcards

(33 cards)

1
Q

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.

A

absolute filename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

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

A

access control list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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.

A

access control matrix

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

an access control method that lists every user, the files to which each
has access, and the type of access allowed to those files

A

capability list

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a type of file storage in which all the information is stored in adjacent locations in a storage medium.

A

contiguous storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

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

A

current byte address (CBA)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

the directory or subdirectory in which the user is working

A

current directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

a procedure used to reduce the amount of space required to store
data by reducing, encoding, or abbreviating repetitive terms or characters.

A

data compression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

a group of related files that are interconnected at various levels to give users
flexibility of access to the data stored.

A

database

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

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.

A

direct record organization

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a storage area in a secondary storage volume (disk, disk pack, etc.) containing information about files stored in that volume.

A

directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

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.

A

extension

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

any remaining records and all other additions to the file that are stored in
other sections of the disk.

A

extents

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

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

A

field

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

a group of related records that contains information to be used by specific application programs to generate reports.

A

file

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

information kept in the directory to describe a file or file extent.

A

file descriptor

17
Q

a record that always contains the same number of characters.

A

fixed-length record

18
Q

the set of instructions used to perform a key-to-address transformation in which a record’s key field determines its location.

A

hashing algorithm

19
Q

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.

A

indexed sequential record organization

20
Q

(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

20
Q

the result of a key-to-address transformation.

A

logical address

21
Q

a file stored immediately after the volume descriptor. It lists the names and characteristics of every file contained in that volume.

A

master file directory (MFD)

22
Q

a type of file storage in which the information is stored in non
adjacent locations in a storage medium.

A

noncontiguous storage

23
Q

the sequence of directories and subdirectories the operating system must follow to find a specific file.

24
a file that contains instructions for the computer.
program file
25
a group of related fields treated as a unit. A file is a group of related records.
record
26
in a direct organization environment, it indicates the position of a record relative to the beginning of the file.
relative address
27
a file’s name and extension that differentiates it from other files in the same directory.
relative filename
28
the organization of records in a specific sequence. Records in a sequential file must be processed one after another.
sequential record organization
29
a directory created by the user within the boundaries of an existing directory. Some operating systems call this a folder.
subdirectory
29
a record that isn’t of uniform length, doesn’t leave empty storage space, and doesn’t truncate any character
variable-length record
29
any secondary storage unit, such as hard disks, disk packs, CDs, DVDs, removable disks, flash memory, or tapes.
volume
30
the directory or subdirectory in which the user is currently working
working directory