What is the meaning of physical memory and virtual memory?



Physical memory is the amount of RAM available in your system.
Virtual memory is the space of hard disk which is reserved as RAM. The locations in ram is mapped with that of the virtual memory. whenever the operating system finds that the amount of space in ram is not sufficient for the program it loads some portion of the program in virtual memory and the currently required portion in ram.




Explore posts in the same categories: Operating System Interview Questions


BOOKMARK THIS : BlinkList | del.icio.us | Digg it | Furl | reddit | StumbleUpon | Yahoo MyWeb |


Comments are closed.