← Back to 11. File System Interface

πŸ“ Multiple users in File Sharing

πŸ“– From Operating System β€’ 11. File System Interface β€’ 11 questions available

Practice MCQs for Multiple users in File Sharing. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

πŸ”„ Last updated: 2026-07-26

2
Easy Questions
5
Medium Questions
4
Hard Questions

πŸ“ Sample Questions

Q1. What term describes a data structure that holds the first key of each block to enable fast location of records?

πŸ”Ή A. Pointer
πŸ”Ή B. Index
πŸ”Ή C. Buffer
πŸ”Ή D. Cache

πŸ’‘ Difficulty: easy | βœ… Correct: B

Q2. Why does keeping an index in memory reduce I/O operations when searching a large file?

πŸ”Ή A. Because the index eliminates the need to read any data blocks
πŸ”Ή B. Because the index allows the system to locate the correct block with a single disk read
πŸ”Ή C. Because memory is faster than disk, so all I/O is avoided
πŸ”Ή D. Because the index compresses the file size

πŸ’‘ Difficulty: medium | βœ… Correct: A

Q3. How does a multi‑level index (index of index) improve search performance compared to a single‑level index?

πŸ”Ή A. It reduces the number of disk accesses by first locating a secondary index block, then the data block
πŸ”Ή B. It eliminates the need for any disk access
πŸ”Ή C. It stores the entire file in memory
πŸ”Ή D. It doubles the size of the index for redundancy

πŸ’‘ Difficulty: hard | βœ… Correct: B

⬆️ View all questions in the quiz below

πŸ”— Related Topics

πŸ“ File attributes conceptsπŸ“ File operations conceptsπŸ“ How many File types in file systemπŸ“ File structure in file systemπŸ“ Internal file structure
πŸš€ Start Quiz πŸ“ Practice Mode