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. PagingPaging 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…

  1. A.

    Paging

  2. B.

    Segmentation

  3. C.

    Virtual memory

  4. 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…