What Is Virtual Memory In Operating System Code Example
Example: virtual memory in os
Virtual Memory is a storage mechanism which offers user an illusion of having a very big main memory. It is done by treating a part of secondary memory as the main memory. Therefore, instead of loading one long process in the main memory, the OS loads the various parts of more than one process in the main memory.
Comments
Post a Comment