Which memory management technique uses fixed-sized blocks of memory, allowing…
2025
Which memory management technique uses fixed-sized blocks of memory, allowing processes to be loaded into any available block?
Answer: A. Paging — Paging is the memory-management technique that uses fixed-size blocks. Logical memory is divided into pages, and physical memory is divided into frames of the…
- A.
Paging
- B.
Segmentation
- C.
Virtual memory
- D.
Relocation
Attempted by 241 students.
Show answer & explanation
Correct answer: A
Paging is the memory-management technique that uses fixed-size blocks. Logical memory is divided into pages, and physical memory is divided into frames of the same size. A process can be loaded into any available frames, so contiguous physical memory is not required.
Explore the full course: Bihar Stet Paper Ii Computer Science
Loading lesson…