Recent questions tagged page-replacement

132
views
0 answers
1 votes
For a certain page trace starting with no page in the memory, a demand-paged memory system operated under the LRU replacement policy results in 9 and 11 page faults when the primary memory ... a) 9 and 7(b) 7 and 9(c) 10 and 12(d) 6 and 7
304
views
0 answers
0 votes
What should be the order of priority list - NIT Warangal CSIS, NIT Surathkal CSIS ,IIIT Bangalore CSE (Main purpose is to grab a good placement)
449
views
1 answers
0 votes
consider the following page reference string: 1, 2, 3, 4, 1, 2,5, 1, 2,3,4,5 if program contains 4 page frames then what is difference between page faults ... page replacement algorithms option a . 10option b . 6option c . 4option d . 3
11.4k
views
4 answers
23 votes
Consider the following two-dimensional array $\text{D}$ in the $\text{C}$ programming language, which is stored in row-major order:int D[128] ... number of page faults generated during the execution of this code snippet is _______________.
582
views
1 answers
2 votes
Compute the hit rate and miss/fault rate in least recently used page replacement algorithm for the given reference string with $4$ page frames. String: $7 \; 0 \; 1 \; 2 \; 0 \; 3 \; 4 \; 2 \; 3 \; 0 \; 3 \; 2 \; 1 \; 2 \; 0 \; 1$
8.6k
views
3 answers
12 votes
Consider a demand paging system with four page frames (initially empty) and $\text{LRU}$ ... memory accesses $\textit{(rounded off to one decimal place)}$ is _____________.
30.1k
views
4 answers
62 votes
Consider a three-level page table to translate a $39-$ ... required for the page table of $P$ across all levels is _________ $\text{KB}$.
14.0k
views
3 answers
13 votes
In the context of operating systems, which of the following statements is/are correct with respect to paging?Paging helps solve the issue of ... incurs memory overheadsMulti-level paging is necessary to support pages of different sizes