1Virtual Memory is a storage mechanism which offers user
2an illusion of having a very big main memory. It is done
3by treating a part of secondary memory as the main memory.
4Therefore, instead of loading one long process in the
5main memory, the OS loads the various parts
6of more than one process in the main memory.