Computer Science, asked by ping2rifquah, 9 days ago

how does the operating system allocate memory space to a task?​

Answers

Answered by kashvichaurasia819
0

Answer:

Paged allocation divides the computer's primary memory into fixed-size units called page frames, and the program's virtual address space into pages of the same size. The hardware memory management unit maps pages to frames. The physical memory can be allocated on a page basis while the address space appears contiguous.

Answered by rameshkisku963179614
0

Answer:

Paged allocation divides the computer's primary memory into fixed-size units called page frames, and the program's virtual address space into pages of the same size. The hardware memory management unit maps pages to frames. The physical memory can be allocated on a page basis while the address space appears contiguous.

Similar questions