What primary role does the File Control Block (FCB) play in File Management…
2023
What primary role does the File Control Block (FCB) play in File Management Systems?
Answer: C. Stores metadata about a file — The correct answer is Option C: Stores metadata about a file. A File Control Block (FCB) is a storage structure containing information about a file, such as…
- A.
Encrypts data files
- B.
Manages user permissions
- C.
Stores metadata about a file
- D.
Monitors active database transactions
Attempted by 217 students.
Show answer & explanation
Correct answer: C
The correct answer is Option C: Stores metadata about a file. A File Control Block (FCB) is a storage structure containing information about a file, such as its name, size, permissions, ownership, and physical disk locations. It contains the essential metadata required by the operating system to manage, locate, and manipulate files efficiently.