You can prepare effectively for Computer Science Engineering (CSE) GATE Computer Science Engineering(CSE) 2027 Mock Test Series with this dedicated MCQ Practice Test (available with solutions) on the important topic of "Test: File System & Device Management- 1". These 10 questions have been designed by the experts with the latest curriculum of Computer Science Engineering (CSE) 2026, to help you master the concept.
Test Highlights:
Sign up on EduRev for free to attempt this test and track your preparation progress.
The page replacement policy that sometimes leads to more page faults when the size of the memory is increased is
Detailed Solution: Question 1
Which of the following page replacement algorithms suffers from Belady’s anomaly?
Detailed Solution: Question 2
Match List-I with List-ll select the correct answer using the codes given below the lists:

Detailed Solution: Question 3
Detailed Solution: Question 4
The data block of a very large file in the Unix file system are allocated using
Detailed Solution: Question 5
Given reference to the following page by a program:
0, 9, 0, 1,8, 1,8, 7, 8, 7, 1,2, 8, 2, 7, 8, 2, 3, 8, 3
If the program contains 3 page frames.
How many page fault will occur in optimal page replacement policy?
Detailed Solution: Question 6
On a system the average process size be 128 KB and each page entry requires 8 bytes then what will be the optimal page size.
Detailed Solution: Question 7
How many page faults occur in LRU page replacement algorithm for the given reference
string, with four-page frames
7, 0, 1, 2, 0, 3, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1
Detailed Solution: Question 8
Determine the page faults when FIFO is applied to the following string with 3 frames 2, 4, 3, 1, 5, 3, 2, 5, 3, 1, 4, 2
Detailed Solution: Question 9
Consider the following page addresses stream frequency by executing the program with 3 frames. 1 2 3 1 2 5 8 7
By using optimal page replacement, number of page fault will be ....... and the number of page hit will be .......
Detailed Solution: Question 10