Question:medium

Which memory technique creates the illusion of larger memory?

Show Hint

While Cache and Registers improve speed, only Virtual Memory expands the addressable capacity of the system. It allows programmers to write code without worrying about the physical limits of the installed RAM.
Updated On: Jul 4, 2026
  • Virtual memory
  • Cache
  • Register
  • Buffer
Show Solution

The Correct Option is A

Solution and Explanation

Was this answer helpful?
0