____ are special files with listings of filenames and their attributes.
Although a user directory is treated as a file, it is flagged to indicate to the File Manager that this file is really a ____ whose records are filenames that point to files.
subdirectory
A file extension is usually two to four characters in length and is separated from the relative name by a period.
true
A subdirectory is created when a user opens an account to access the computer system.
true
Although noncontiguous allocation schemes eliminate external storage fragmentation and the need for compaction, they don't support direct access because there's no easy way to determine the exact location of a specific record.
true
Directories are special files that contain listings of filenames and their attributes.
true
If the File Manager is required to provide detailed instructions for each system device (how to start it, get it to move to the correct place where the desired record is located, and when to stop), then the program is considered device dependent.
true
Many systems force users to have their files organized for fixed-length records if the records are to be accessed directly.
true
Sequential record organization is by far the easiest to implement because records are stored and retrieved serially, one after the other.
true
To support text compression, data in a fixed-length field that includes a short name followed by many blank characters can be replaced with a variable-length field and a special code to indicate how many blanks were truncated.
true
When using a contiguous file storage scheme, the File Manager keeps track of empty storage areas by treating them as files.
true
As long as users refer to files in the ____ directory, they can access the files without entering the absolute filename.
working
The formula for computing the current byte address (CBA) for a direct access file with fixed record length is ____.
CBA=(RN-1)*RL
____ are special files with listings of filenames and their attributes.
Directories
____ storage allocation allows files to use any storage space available on the disk.
Noncontigous
The primary disadvantage of contiguous storage is that ____.
a file can't be expanded unless there is empty space available on the disk
A compressed image file can be reconstructed if a lossy compression algorithm is used because the compression process is reversible.
false
A field is a group of related records that can be identified by the user with a name, type, and size.
false
A relative filename is a name that is selected by the File Manager when the file is created.
false
A volume must contain a single file.
false
An indexed sequential file does not have overflow areas.
false
Files cannot be converted from sequential to direct or vice versa.
false
In a file directory tree structure, the "leaves" of the tree are subdirectories created by the user.
false
In a file management system, information is passed from the Device Manager at the top of the hierarchy to the File Manager at the bottom.
false
The File Manager responds to the CREATE command by creating a new file.
false
When a user gives a command to modify the contents of a file, it's actually a command to access folders within the file.
false
Within a file, variable-length records are easier to access directly than fixed-length records.
false
Many computer users and some operating systems call subdirectories ____.
folders
____ text compression builds on the previous data element. The first data element in a list is not compressed but each entry after that takes a given number of characters from the previous entry that they have in common and then adds the characters that make it unique
front-end
In a direct record organization scheme, the program used to store the data follows a set of instructions, called a ____ algorithm, that transforms each key into a number, the record's logical address.
hashing
When using indexed sequential record organization, each entry in the index file contains the ____ and the physical location of the data block where this record, and the records with smaller keys, are stored.
highest record key
When data is stored in fixed length fields, data that extends beyond the fixed size ____.
is truncated
Each volume in a system has a volume descriptor followed by a ____ that lists the names and characteristics of every file contained in that volume.
master file directory
In noncontiguous storage, one way to link file extents is at the storage level where each extent points to the ____.
next extent in the sequence
In indexed storage, when a file is created, the pointers in the index block are all set to ____.
null
A(n) ____ filename is the name that differentiates a file from other files in the same directory.
relative
A UNIX or Linux system might identify a file as: /usr/imfst/flynn/inventory..doc. The first entry is a forward slash ( / ) representing the master directory, called the ____ directory.
root
On magnetic disks, files can be organized in one of three ways: ____.
sequential, direct, or indexed sequential
A file's ____ filename includes all path information for that file.
absolute
A(n) ____ contains a list of files, each of which is associated with the names of users who are allowed to access it and the type of access each user is permitted.
access control list
