What are demand- and pre-paging?

Answers were Sorted based on User's Feedback



What are demand- and pre-paging?..

Answer / raj kumar

demand-paging-the transfer of page from secondary memory to
primary memory at the moment of need.
pre-paging-the retrieval of a page other then demanded by a
page fault.the hope is that the additional page will be
needed in near future.

Is This Answer Correct ?    25 Yes 5 No

What are demand- and pre-paging?..

Answer / 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

What are demand- and pre-paging?..

Answer / g.bhaskaran

With demand paging a page is brought into memory only when a
location on that page is actually referenced during
execution. With prepaging other then the one demanded by a
page fault is actually reference during execution.

Is This Answer Correct ?    12 Yes 5 No

What are demand- and pre-paging?..

Answer / terry xaviour

demand paging is a process that accesses its working set by
page faults every time it is restarted.

pre-paging is a technique whereby the operating system in a
paging virtual memory multitasking environment loads all
pages of a processors working set into memory before the
process is restarted.

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More Operating Systems General Concepts Interview Questions

What is eide?

0 Answers  


What is asynchronous task?

0 Answers  


When does thrashing occur?

0 Answers  


Explain the resident set and working set of a process?

0 Answers  


Can you move programs from c drive to d?

0 Answers  






How do I cd into a directory?

0 Answers  


Can overheating cause blue screen of death?

0 Answers  


Explain about assembler and the functions executed by them?

0 Answers  


Difference between static and dynamic RAM?

23 Answers   HCL,


What are the primary functions of VFS?

0 Answers  


Can you please explain the difference between trap and trapdoor?

0 Answers  


Will chkdsk delete my files?

0 Answers  


Categories