
How memory manages data
·
Computer Science/Operating System
One of the key roles of an operating system is memory management.It must maximize the use of limited memory resources inside the computer.Virtual MemoryVirtual memory is a memory management technique thatabstracts the actual physical memory resources available on a computerand makes it appear as a very large memory to the users. The virtual addresses given are called virtual addresses (logical ..