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 (Solved)
1. p x ma + (1-p) x page fault time
2. ma + page fault time
3. (1-p) x ma + p x page fault time
4. none of the mentioned
- c. (1-p) x ma + p x page fault time