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 ____________

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 ____________ Correct Answer (1-p) x ma + p x page fault time

Related Questions

What is the effective access time, if the average page-fault service time is 25 ms, memory access time is 100 ns and page-fault rate is P?