Computer Knowledge
Computer File Systems
1,516 Questions
Computer file systems dictate how data is stored, organized, and retrieved on storage devices. Important concepts include file allocation tables, access mechanisms, and various formats like sequential and video files. Candidates preparing for banking and government exams should practice these fundamentals thoroughly.
File access mechanismsVideo and password filesFile extensionsFile allocation tableSystem metadata
Computer File Systems Questions
-
BufferResponse
-
Archive file
-
ASPX file
-
ASCX file
-
DLLs file
C
Correct answer
Explanation
This file is used to contain web forms.
-
Records
-
Directories
-
Sectors
-
Tracks
B
Correct answer
Explanation
Directories act as symbol tables that map file names to their corresponding file control blocks or locations on the disk.
-
closed
-
processed
-
opened
-
none of these
C
Correct answer
Explanation
A File Control Block (FCB) is created or loaded into memory when a file is opened, allowing the system to track its status and metadata.
-
ANT
-
AFT
-
Both 1 and 2
-
None of these
C
Correct answer
Explanation
Systems often maintain an Active Name Table (ANT) and an Active File Table (AFT) to manage files that are currently in use.
-
active flat table
-
active file table
-
action file table
-
none of these
B
Correct answer
Explanation
AFT stands for Active File Table, which maintains metadata for files that are currently open or in use.
-
Reference
-
Usage
-
File
-
None of these
-
Owner
-
User
-
Group
-
None of these
A
Correct answer
Explanation
The owner is the user who created the file and typically has full control over its permissions.
-
File size
-
File structure
-
File name
-
File owner
C
Correct answer
Explanation
A file name is the primary identifier used by users and the operating system to uniquely distinguish one file from another within a specific directory. While other attributes like size or owner exist, they are not unique identifiers.
-
symbolic file directories
-
symbolic file disks
-
symbolic flat directories
-
none of these
A
Correct answer
Explanation
In the context of file system terminology, SFD stands for Symbolic File Directory. This structure is used to map file names to their corresponding file descriptors or locations.
-
symbolic file directories
-
basic file directories
-
both 1 and 2
-
none of these
B
Correct answer
Explanation
Basic File Directories (BFD) are structures that contain the actual file descriptions, such as location, size, and metadata, whereas symbolic directories typically store the mapping of names to these descriptions.
-
base file directories
-
basic file directories
-
basic flat directories
-
none of these
B
Correct answer
Explanation
BFD is the standard abbreviation for Basic File Directory, which is a structural component used in file system management to store file metadata.
-
file control block
-
file customer block
-
file connected block
-
none of these
A
Correct answer
Explanation
FCB stands for File Control Block. It is a data structure used by an operating system to store information about a file, including permissions, size, and location on the disk.
-
file control block
-
file customer block
-
file connected block
-
none of these
A
Correct answer
Explanation
The File Control Block (FCB) is the specific data structure used by the operating system to maintain metadata and directory entries related to a file.
-
symbolic file directories
-
basic file directories
-
both 1 and 2
-
none of these
A
Correct answer
Explanation
Symbolic file directories are designed to store the mapping between human-readable file names and the internal file identifiers or pointers used by the system.
-
a deadlock
-
premature termination
-
system standby
-
none of the above
D
Correct answer
Explanation
An attempt to read a locked file typically results in the process being blocked or receiving an error code from the operating system, rather than a deadlock, system crash, or termination. Since none of the specific options describe the standard behavior, 'none of the above' is the most accurate choice.