1.

What do you know about virtual memory in the context of operating systems?

Answer»

VIRTUAL Memory is a storage allocation system that allows secondary memory to be addressed as if it were the main memory. The ADDRESSES used by an application to refer to memory are distinct from the addresses used by the memory system to designate physical storage sites, and program-generated addresses are automatically translated to machine addresses.

The capacity of virtual storage is limited by the COMPUTER system's addressing method, and the amount of secondary memory available is DETERMINED by the number of main storage sites available RATHER than the actual number of main storage locations.



Discussion

No Comment Found