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 |
Throw some light on internal process memory.
What is a bootloader?
Can I delete the program files x86?
What are the disadvantages of context switching?
What is LiveLock?
What is fcfs?
What does microprocessor speed depend on?
What are the reasons for process suspension?
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.
What is the ie tab in google chrome?
What is the main difficulty that a programmer must overcome in writing an operating system for a real-time environment?
How can I tell what devices are connected to my usb?