What is virtual memory, if OS didt have that concept What
are the problems can arise?
Answer Posted / @pravin.08
hi!
virtual memory is a technique that allows the execution of
processes that are not completely in physical memory,
and the size of program may be larger than the physical memory!
OS without this technique needs the whole program to be in
main memory to execute,other processes need to wait for the
execution of currently executing program while OS with
virtual memory technique pages are swap in memory on
demand,this on demand paging causes efficient use of system
resources.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the difference between shared memory and message passing?
How do I unhide a file?
What is Direct Access Method?
What are the necessary conditions for deadlock to occur?
How do you exit a screen?
Are 64bit applications faster?
How many types of file systems are there?
What mean operating system?
Differentiate between logical and physical address.
How do I remove a second operating system from my computer?
What replaced ifconfig?
What is readers-writers problem?
Name the functions constituting the os's memory management.
What are the primary functions of VFS?
What are necessary conditions for dead lock?