Computers - Technical MCQs

Q1:

The Pentium can address ________.

A 1 MB

B 1 GB

C 2 GB

D 4 GB

ANS:D - 4 GB

On the Pentium processor, the 4GB ad-dress space is split into two regions: a large-space area (of, say, 2GB), and a small-space area, which makes up the remainder of the hardware address space. The small-space area is itself split into a number of small-space regions, each of which can hold a small address space. A process which is to run in a small address space is assigned a small-space number, identifying which of the small-space regions it is to use. The segmentation registers are then used to relocate the process's address space into that region. A "large" process is not relocated and has access to the whole large-space area. The number of small processes is limited to the number of small-space regions.