π From Operating System β’ 12. File System Implementation β’ 9 questions available
Practice MCQs for Linked list Free Space Management. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-27
Q1. What term describes the condition where free disk space is divided into many small nonβcontiguous pieces making it difficult to allocate large files?
π‘ Difficulty: easy | β Correct: A
Q2. A disk has free holes of sizes 20β―KB, 12β―KB, and 8β―KB. A new file of 10β―KB needs to be stored. Which allocation strategy will place the file in the smallest possible hole that fits?
π‘ Difficulty: medium | β Correct: B
Q3. A disk has three free holes each of size 5β―KB, 5β―KB, and 5β―KB. A single file of size 12β―KB needs to be allocated using contiguous allocation. Which outcome demonstrates that external fragmentation prevents allocating the file even though total free space exceeds the request?
π‘ Difficulty: hard | β Correct: C
β¬οΈ View all questions in the quiz below