Computer Science, asked by ysp15056, 1 month ago

write one broad task to be accomplished by memory management​

Answers

Answered by attitudeboy2
1

The memory management function keeps track of the status of each memory location, either allocated or free. It determines how memory is allocated among competing processes, deciding which gets memory, when they receive it, and how much they are allowed.

Similar questions