illustrate the basic concept of paging
Answers
Answered by
0
Paging is a memory management technique in which the memory is divided into fixed size pages. Paging is used for faster access to data. When a program needs a page
Answered by
0
Paging is a method of writing data to, and reading it from, secondary storage for use in primary storage, also known as main memory. ... In a memory management system that takes advantage of paging, the OS reads data from secondary storage in blocks called pages, all of which have identical size.
Similar questions