202k views
4 votes
I am a memory management technique that uses both hardware and software to enlarge memory and avoid storage unavailability. what am i?random access memory (ram)virtual memoryallocated memorysecondary memory

a) Random Access Memory (RAM)
b) Virtual Memory
c) Allocated Memory
d) Secondary Memory

User Odony
by
7.7k points

1 Answer

6 votes

Final answer:

The memory management technique that uses hardware and software to enlarge memory and avoid storage unavailability is known as virtual memory.

Step-by-step explanation:

The memory management technique described in the question involves both hardware and software to expand the usable memory and prevent shortages. This technique is known as virtual memory, which allows a computer to compensate for shortages of physical memory by temporarily transferring pages of data from random access memory (RAM) to disk storage. This process is managed by the operating system, and it creates an illusion for the user that there is almost unlimited RAM available, even if the computer is limited in terms of actual physical memory.

User Vedg
by
7.1k points