1.

Write the responsibilities of operating system in connection with memory management?

Answer»

The Operating System is responsible for the following activities in connection with memory management:

  1. Keeping track of which portion of memory are currently being used and who is using them.
  2. Determining which processes (or parts of processes) and data to move in and out of memory.
  3. Allocation and de-allocation of memory blocks as needed by the program in main memory. (Garbage Collection)


Discussion

No Comment Found