what is Demand Paging?
Answers were Sorted based on User's Feedback
Answer / subrahmanyam kambala
It is simple method of implementing virtual memory
page is loaded into physical memory from disk when it is needed
for better understanding Use this link
http://en.wikipedia.org/wiki/Demand_paging
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / prasanna
When the requested page is not available in page table then that page is said to be demand paging.when we want to execute a process, we swap it into memory.rather than swapping the entire process into main memory , however LAZY SWAPPER is used.
| Is This Answer Correct ? | 2 Yes | 1 No |
which is best among semaphores and mutexes?
What is the max ram for a 64 bit?
Which one is not needed for Multi-pgm. enviornment?
What is difference between synchronous and asynchronous threads and when can we use them?
What is Direct Access Method?
How do you change File Access Permissions?
What problems are faced during the implementation of a network-transparent system?
Write a function that responds to a click anywhere on the page by displaying an alert dialog. Display the event name if the user held Shift during the mouse click. Display the element name that triggered the event if the user held Ctrl during the mouse click.
While running DOS on a PC, which command would be used to duplicate the entire diskette?
What do you know about interrupt?
What is the purpose of system calls?
Explain the dual channel architecture?