Computer Science, asked by themastah6525, 11 months ago

Describe how paging can be implemented by using cache memory.

Answers

Answered by DevilAkhil
1

Answer:

In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages.

Paging is an important part of virtual memory implementations in modern operating systems, using secondary storage to let programs exceed the size of available physical memory

Answered by ibolbam
3

Answer:

The memory addresses used by a program is the virtual addresses. ... This virtual memory is actually the memory of the hard disk and it is then mapped into the physical memory. Demand Paging. Demand paging is a type of swapping done in virtual memory systems

Similar questions