engineering computer science MCQ #1270

What is the 'paging' technique in memory management?

engineering computer science MCQ #1270

  1. Question 1

    Q1. What is the 'paging' technique in memory management?

    • A) Dividing memory into fixed-size blocks
    • B) Dividing memory into variable-size blocks
    • C) Using a single block of memory
    • D) Using a cache memory

    Answer: Dividing memory into fixed-size blocks

    Explanation: Paging divides memory into fixed-size blocks called pages, allowing for efficient use of memory and reducing fragmentation.