Operating Systems - File Systems
Test your knowledge of file systems, file management, and disk storage in operating systems, including directories, allocation methods, and UNIX file system implementation.
Questions
______ are symbol tables of files.
- Records
- Directories
- Sectors
- Tracks
File control block is formed when the file is _____.
- closed
- processed
- opened
- none of these
Some systems collect names and descriptions of active files into data structures called
- ANT
- AFT
- Both 1 and 2
- None of these
ANT means
- active name table
- active normal table
- action name table
- none of these
AFT means
- active flat table
- active file table
- action file table
- none of these
______ count indicates the number of references to a given file.
- Reference
- Usage
- File
- None of these
_____ is the creator of a file.
- Owner
- User
- Group
- None of these
Some systems allocate space in larger units called allocation ______.
- clusters
- groups
- units
- none of these
Allocation _______ are integral number of disk sectors.
- clusters
- groups
- units
- none of these
_____ includes closely related users.
- Owner
- User
- Group
- None of these
______ consists of placing consecutive logical blocks into non-contiguous physical sectors on a disk.
- Interleaving
- Chaining
- Indexing
- None of these
In UNIX, cached disk blocks are managed by _____.
- kernel
- file system
- directory
- none of these
Defective sectors in a disk are called ______ blocks.
- bad
- good
- inconsistent
- none of these
_____ can be used to uniquely identify a file.
- File size
- File structure
- File name
- File owner
SFD means
- symbolic file directories
- symbolic file disks
- symbolic flat directories
- none of these
In UNIX, cached disk blocks are referred to as ______.
- cache
- disk cache
- buffer cache
- none of these
File descriptions are kept in _____.
- symbolic file directories
- basic file directories
- both 1 and 2
- none of these
BFD means
- base file directories
- basic file directories
- basic flat directories
- none of these
FCB means
- file control block
- file customer block
- file connected block
- none of these
_____ allocation is a disk-based version of linked list.
- Chained
- Non-chained
- Clustered
- None of these
A _____ is simply a string of bits.
- word
- structure
- bitmap
- none of these
Data are unpacked after input from a secondary storage device. This process is known as ______.
- blocking
- deblocking
- packaging
- none of these
File ID and all related directory entries are recorded in the data structure called _______.
- file control block
- file customer block
- file connected block
- none of these
File names are kept in _______.
- symbolic file directories
- basic file directories
- both 1 and 2
- none of these
Data are arranged into blocks for output. This process is known as ______.
- blocking
- deblocking
- packaging
- none of these