62.0k views
0 votes
___________ is a facility that allows programs to address memory from a logical point of view, without regard to the amount of main memory physically available.

User Qing
by
5.3k points

2 Answers

3 votes

Answer:

Virtual memory.

Step-by-step explanation:

In computer world, the Random Access Memory popularly known or shortened to RAM is used in the operating system of computers and mobile phones and others for the storage of data. There are some cases in which the the Random Access Memory, that is to say the RAM run out of space and that is where the virtual memory comes into play. The virtual memory helps in creating a space by transporting the information that was originally stored in the Random Access Memory into a place called the paging file.

User Chizoba
by
5.3k points
2 votes

Answer:

VIRTUAL MEMORY

Step-by-step explanation:

Virtual memory is a memory management capability of an operating system that uses hardware and software to allow a computer to compensate for physical memory shortages by temporarily transferring data from random access memory to disk storage.This technique is useful as large virtual memory is provided for user programs when a very small physical memory is there.

Virtual Memory is also an operating system which enable a computer to address more memory than the amount physically installed on the system.

Virtual memory are responsible for memory management.

User Anand Nalya
by
5.6k points