engineering computer science MCQ #1854

What is 'paging' in memory management?

engineering computer science MCQ #1854

  1. Question 1

    Q1. What is 'paging' in memory management?

    • A) Divide memory into fixed-size blocks
    • B) Divide memory into variable-size blocks
    • C) Use a single contiguous block of memory
    • D) Use a cache memory

    Answer: Divide memory into fixed-size blocks

    Explanation: Paging involves dividing memory into fixed-size blocks called 'pages' and 'frames'. NET computer science MCQs often test this core concept.