Froggy Jumps
Introduction to file system
1
What are the two distinct parts that make up a file system?
2
Which file attribute is a unique numeric tag used by the system and is not human-readable?
3
What does the "Truncating" file operation do?
4
What is a major disadvantage of the Sequential Access method?
5
Which access method allows for reading or writing records in any order, regardless of their sequence?
6
In a Two-level Directory structure, what are the two types of directories used?
7
In a two-level directory structure, why is each User File Directory (UFD) often considered "flat"?
8
What is the primary advantage of a Tree-level Directory over a two-level one?
9
Which directory structure allows for the sharing of files by permitting a file to exist in different directories?
10
In the context of file protection, what is the function of an Access Control List (ACL)?
11
How is "Contiguous Allocation" defined?
12
What is a major disadvantage of Linked Allocation?
13
Which allocation method uses an "Indexed Block" to store all pointers to a file's data blocks?
14
In Free Space Management, how does the Bit Vector method represent a free block?
15
What is the "Grouping" method in free space management?
16
what is a "File Control Block" (FCB)?
17
What is defined as the smallest unit of logical secondary storage?
18
In file locking mechanisms, which type of lock allows several processes to acquire it concurrently, similar to a "reader" lock?
19
In a Single-level Directory structure, what is the "unique name rule" violation?
20
What is a primary benefit of using file extensions?
21
Which of the following extensions is used for Multimedia files, such as those containing audio or video information?
22
Which set of extensions would you expect to see for Source Code files written in various programming languages?
23
Files that are ready to run as machine language programs are typically classified as Executable files and use which extensions?
24
If a file is intended for "Print or View" (such as an image or a formatted document), which extension is commonly used?
25
Which extensions are associated with Archive files, which are used to group related files into a single compressed file?
|