← Back to 11. File System Interface

πŸ“ File System Mounting

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

Practice MCQs for File System Mounting. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.

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

4
Easy Questions
11
Medium Questions
6
Hard Questions

πŸ“ Sample Questions

Q1. What term describes the unused space that remains in the last allocated block of a file because the file size is not an exact multiple of the block size?

πŸ”Ή A. Internal fragmentation
πŸ”Ή B. External fragmentation
πŸ”Ή C. Slippage
πŸ”Ή D. Padding

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

Q2. Why does increasing the block size generally increase internal fragmentation in a file system?

πŸ”Ή A. Because more bytes are allocated per block, causing larger unused portions in the final block
πŸ”Ή B. Because larger blocks reduce the number of files
πŸ”Ή C. Because the operating system compresses data
πŸ”Ή D. Because larger blocks cause external fragmentation

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

Q3. Which of the following best explains the trade‑off between larger block sizes and internal fragmentation when designing a file system for a workload dominated by large multimedia files?

πŸ”Ή A. Larger blocks reduce the number of I/O operations but increase internal fragmentation for small files
πŸ”Ή B. Larger blocks eliminate internal fragmentation entirely
πŸ”Ή C. Smaller blocks improve transfer rates for large files
πŸ”Ή D. Larger blocks cause external fragmentation

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

⬆️ 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