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 are its main functions?
Tell me what are the rings in windows nt?
How do I see all files on my mac?
What are the basic operations?
How do I check for memory leaks?
What are the different types of kernel?
Give some benefits of multithreaded programming.
What is the difference between process and program?
Why is interrupt vector used in operating systems?
Who is the father of operating system?
what's the latest ram lunch?
Who made the first 64 bit processor?
Should I install 32 or 64 bit?
List advantages and disadvantages of dynamic memory allocation vs. static memory allocation.?
How do I run chkdsk?