Computer Science, asked by MANOJPRADHANI3192, 8 months ago

The algorithm to remove and place new contents into a cache is called?

Answers

Answered by ankitgupta82
20
Answer





The algorithm to remove and place new contents into thecache is called _______select one:a. Replacement algorithmb.
Answered by steffiaspinno
0

Replacement algorithm

It is required in an operating system that employs paging for memory management to determine which page needs to be replaced while receiving a new page.

When a page fault occurs, the OS may replace an existing page with the newly required page. Different page replacement algorithms provide various methods for determining which pages should be replaced.  

When the cache fills up, older contents are replaced with fresh ones. The algorithm is the one that makes this decision.

Similar questions