Home » Computer » Miscellaneous » Question
  1. Rearranging and allocating space in memory to provide for multiple computing tasks is called
    1. Networking
    2. Multiprogramming
    3. Multitasking
    4. Memory Management
Correct Option: D

Memory management provides ways to dynamically allocate portions of memory to programs at their request, and free it for reuse when no longer needed. It enables the allocation of additional memory space or release of unwanted space at run time for optimizing the use of storage space. It provides flexibility in adding, deleting or rearranging data items at run time.



Your comments will be displayed only after manual approval.