Operating System Virtual Memory Demand Paging
Q If the memory access time is denoted by ‘ma’ and ‘p’ is the probability of a page fault (0 <= p <= 1). Then the effective access time for a demand paged memory is ____________
  • A A. P x ma + (1-p) x page fault time
  • B B. Ma + page fault time
  • C C. (1-p) x ma + p x page fault time
  • D D. None of the mentioned
Leave a Comment