Menu

Memory Management Questions

MCQ
171.
If working set window is too large ____________
forum Discussion
MCQ
172.
If the sum of the working-set sizes increases, exceeding the total number of available frames ____________
forum Discussion
MCQ
173.
Consider the following page reference string. 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 For LRU page replacement algorithm with 4 frames, the number of page faults is?
forum Discussion
MCQ
174.
Consider the following page reference string. 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 For LRU page replacement algorithm with 5 frames, the number of page faults is?
forum Discussion
MCQ
175.
Consider the following page reference string. 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 For FIFO page replacement algorithms with 3 frames, the number of page faults is?
forum Discussion
MCQ
176.
Consider the following page reference string. 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 For FIFO page replacement algorithms with 4 frames, the number of page faults is?
forum Discussion
MCQ
177.
Consider the following page reference string. 1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6 For Optimal page replacement algorithms with 3 frames, the number of page faults is?
forum Discussion
NAT
178.
A system uses demand paging with a page size of 4 KB. The memory access time is 100 ns, and the page fault service time (including swap in and restart) is 10 ms. If the effective access time (EAT) must not exceed 200 ns, what is the maximum acceptable page fault rate (in terms of number of faults per memory access, rounded to the nearest integer power of 10)?
forum Discussion
NAT
179.
Consider a system with 32-bit virtual addresses and a page size of 8 KB. The system uses a two-level paging scheme where the first-level page table has 1024 entries. Each page table entry is 4 bytes. What is the size (in KB) of the second-level page table?
forum Discussion
chevron_left BackPage 18 of 18