Computer Science, asked by janakisaikalyani2003, 6 months ago

What is memory management

Answers

Answered by pranavpatil3115
1

Answer:

Memory management is the process of controlling and coordinating computer memory, assigning portions called blocks to various running programs to optimize overall system performance. Memory management resides in hardware, in the OS (operating system), and in programs and applications.

Answered by sagnickmondal000
1

Answer:

Memory management is a form of resource management applied to computer memory. The essential requirement of memory management is to provide ways to dynamically allocate portions of memory to programs at their request, and free it for reuse when no longer needed.

Similar questions