Teaching UGC NET Mock Test Series 2025 (Paper 1 & 2) Operating Systems Virtual Memory Page Replacement Policy
Given memory access time as p nanoseconds and additional q nanoseconds for handling the page fault. What is the effective memory access time if a page fault occurs once for every 100 instructions?
1
p + \(\frac {q}{100}\)
2
\(\frac {p + q} {100}\)
3
p + q
4
\(\frac {p}{100}\) + q