π From Operating System β’ 10. Mass Storage Structure β’ 14 questions available
Practice MCQs for Stable Storage Implementation. Test your knowledge with carefully crafted questions across easy, medium, and hard difficulty levels.
π Last updated: 2026-07-26
Q1. A disk scheduler receives the request queue {98, 183, 37, 122, 14, 124, 65, 67} and the head is currently at cylinder \(53\). Using the CβLOOK algorithm, which cylinder will be serviced next?
π‘ Difficulty: easy | β Correct: A
Q2. A server experiences a high volume of random disk requests, causing frequent head starvation with SSTF. Which scheduling algorithm is most likely to prevent starvation while maintaining good throughput?
π‘ Difficulty: medium | β Correct: C
Q3. Given the request queue {98, 183, 37, 122, 14, 124, 65, 67} and a head starting at cylinder \(53\), what is the total number of cylinders the head moves under CβLOOK (excluding the wrapβaround jump)?
π‘ Difficulty: hard | β Correct: D
β¬οΈ View all questions in the quiz below