225k views
3 votes
If the physical memory size is doubled without changing any of its other parameters, the number of entries in the page table

a.
Doubles

b.
Reduces by 1 bit

c.
Remains unchanged

d.
Halves

e.
Increases by 1 bit

User Coyo
by
7.4k points

1 Answer

3 votes

Answer: C) remain unchanged

Step-by-step explanation:

If the number of entries in the page table are basically decide by the size of virtual address. Each entry in the page table contain a frame number. Basically, page table are used by the virtual memory as data structure in computer system.

And the size of the page are not affected by the physical memory size so that is why, it remain unchanged.

Therefore, Option (C) is correct.

User Fabian Schmied
by
8.2k points