Computer Science, asked by aaashijain13, 3 months ago

Discuss the role of memory management unit.​

Answers

Answered by ThorKiut
2

Answer:

Memory Management Unit (MMU) is a computer hardware component that handles all memory and caching operations associated with the processor. MMU is responsible for all the aspect on memory. They have 3 major categories.

  1. Hardware memory management, which oversees and regulates the processor's use of RAM (random access memory) and cache memory.
  2. OS (operating system) memory management, which ensures the availability of adequate memory resources for the objects and data structures of each running program at all times.
  3. Application memory management, which allocates each individual program's required memory, and then recycles freed-up memory space when the operation concludes.

Explanation:

Similar questions