In a 64-bit machine, with 2 GB RAM, and 8 KB page size, how many entries will…

2013

In a 64-bit machine, with 2 GB RAM, and 8 KB page size, how many entries will be there in the page table if it is inverted?

Answer: A. 218An inverted page table has one entry per physical frame. Calculate entries by dividing Physical Memory (2 GB = 2^31 bytes) by Page Size (8 KB = 2^13 bytes).…

  1. A.

    218

  2. B.

    220

  3. C.

    233

  4. D.

    251

Attempted by 238 students.

Show answer & explanation

Correct answer: A

An inverted page table has one entry per physical frame. Calculate entries by dividing Physical Memory (2 GB = 2^31 bytes) by Page Size (8 KB = 2^13 bytes). Result: 2^31 / 2^13 = 2^18 entries.

Explore the full course: Iocl Engineers Officers Grade A Paper 2

Loading lesson…