Chap 12 Flashcards
All types of UNIX files are administered by the OS by means of inodes.
True
A preallocation policy requires that the maximum size of a file be declared at the time of the file creation request.
True
File systems do not maintain the attributes associated with the files.
False
A field is characterized by its length and data type.
True
The cluster is the fundamental unit of allocation in NTFS.
True
Records may only be of fixed length.
False
The superuser is exempt from the usual file access control constraints and has system-wide access
True
Typically, the only way that a user or application may access files is through the file management system.
True
Device drivers are not part of the operating system.
False
The least-complicated form of file organization is the indexed file.
False
The sequential file organization is the only one that is easily stored on tape as well as disk.
True
A partial index contains one entry for every record in the main file.
False
A file directory contains information about the files, including attributes, location, and ownership.
True
Indexed allocation supports both sequential and direct access to the file and thus is the most popular form of file allocation.
True
A file allocation table (FAT) is used to keep track of the portions assigned to a file.
True
A _________ is the basic element of data.
field
A __________ is responsible for starting I/O operations on a device and processing the completion of an I/O request.
device driver
A _________ is a collection of related fields that can be treated as a unit by some application program.
record