SK0-004 · Question #365
Swap space or page file is reserved on the:
The correct answer is C. hard disk. Swap space (Linux) and the page file (Windows) are virtual memory areas reserved on the hard disk, allowing the OS to extend effective memory capacity beyond installed RAM.
Question
Swap space or page file is reserved on the:
Options
- Amotherboard.
- Bmemory.
- Chard disk.
- DCPU
How the community answered
(38 responses)- A5% (2)
- B3% (1)
- C89% (34)
- D3% (1)
Why each option
Swap space (Linux) and the page file (Windows) are virtual memory areas reserved on the hard disk, allowing the OS to extend effective memory capacity beyond installed RAM.
The motherboard provides bus and chipset infrastructure but contains no persistent storage medium where virtual memory pages can be written or reserved.
Swap space supplements physical memory (RAM) precisely because RAM is full - it is stored on disk, not within the memory modules themselves.
The operating system reserves a dedicated region on the hard disk for virtual memory - called swap space in Linux/Unix environments and a page file in Windows. When physical RAM is exhausted, the OS moves inactive memory pages to this disk-based area, freeing RAM for active processes. This disk-resident virtual memory is a foundational OS memory management mechanism distinct from physical RAM.
The CPU contains registers and cache for active computation but has no persistent storage capacity for virtual memory page storage.
Concept tested: Virtual memory - swap space and page file storage location
Source: https://learn.microsoft.com/en-us/windows/client-management/introduction-page-file
Topics
Community Discussion
No community discussion yet for this question.