Computer Science, asked by zainkhan001, 2 months ago

What is paging? Explain its structure for 32-byte memory with 4-byte pages.​

Answers

Answered by jayess121208
2

Answer:

In computer operating systems, memory paging is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages.

Answered by architalohumi08
1

Answer:

Using paging is similar to using a table of base (or relocation) registers, one for each frame of memory. Paging example for a 32-byte memory with 4-byte pages. ... The first page of the process is loaded into one of the allocated frames, and the frame number is put in the page table for this process.

Similar questions