220-802 · Question #574
After a recent memory upgrade, a customer is reporting they have seen no improvement in their system performance. Upon inspection, the technician finds that 6.0 GB are detected but only 3.0 GB of…
The correct answer is C. The customer is using a 32-bit operating system. A 32-bit operating system can address a maximum of 4 GB of RAM, and due to memory-mapped I/O reservations, typically only 3.0-3.5 GB is usable regardless of how much physical RAM is installed.
Question
After a recent memory upgrade, a customer is reporting they have seen no improvement in their system performance. Upon inspection, the technician finds that 6.0 GB are detected but only 3.0 GB of memory are usable. Which of the following is the MOST likely cause?
Options
- AThe remaining memory is a different type and cannot be used.
- BThe remaining memory is defective and needs to be replaced.
- CThe customer is using a 32-bit operating system.
- DThe memory has not been properly configured in BIOS.
How the community answered
(36 responses)- A3% (1)
- B3% (1)
- C89% (32)
- D6% (2)
Why each option
A 32-bit operating system can address a maximum of 4 GB of RAM, and due to memory-mapped I/O reservations, typically only 3.0-3.5 GB is usable regardless of how much physical RAM is installed.
The scenario does not indicate a mismatch in memory type; mixed types can still be recognized by the system even if running at different speeds.
Defective RAM would typically cause system instability or errors, not a clean split where exactly half the memory is unavailable.
32-bit operating systems use 32-bit memory addressing, which limits the total addressable memory space to 2^32 bytes (4 GB). A portion of that address space is reserved for hardware memory-mapped I/O, leaving only approximately 3.0-3.5 GB available to the OS and applications. Installing 6 GB of RAM on a 32-bit OS will always show the remainder as 'hardware reserved' and unusable.
Modern systems configure memory automatically via the memory controller; BIOS configuration alone would not cause exactly half of detected RAM to be unusable.
Concept tested: 32-bit OS RAM addressability limitation
Source: https://learn.microsoft.com/en-us/windows/win32/memory/memory-limits-for-windows-releases
Topics
Community Discussion
No community discussion yet for this question.