Answer Posted / guest
With demand paging, a page is brought into memory only when
a location on that page is actually referenced during
execution. With pre-paging, pages other than the one
demanded by a page fault are brought in.
The selection of such pages is done based on common access
patterns, especially for secondary memory devices.
| Is This Answer Correct ? | 22 Yes | 11 No |
Post New Answer View All Answers
Does dual boot slow down pc?
Difference between short term, long term and medium term scheduler.
What is root partition?
Have you used threaded trees anytime in your life time?
What is basic concept of operating system?
What is cascading termination?
Which is better 32 bit or 64 bit?
What is the difference between mailbox and queue?
What is asynchronous task?
Explain the types of data storage and its relation with the cpu.
What is the difference between soft and hard links?
How to stop a long running thread?
What is the difference between shared memory and message passing?
What is synchronization? What are the different synchronization mechanisms?
How can you pause the execution of a Thread for a certain amount of time?