0
27kviews
Explain the concept of Virtual memory.
1 Answer
| written 9.3 years ago by |
In the most of the computer system, the physical main memory is not as large as address space of the processor.
Suppose user tries to run a program.
If the program run by the user does not completely fit into the main memory then the parts of its …