nerdexam
CompTIA

SK0-004 · Question #40

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 areas of space reserved on the hard disk to act as overflow when physical RAM is fully utilized.

Server administration

Question

Swap space or page file is reserved on the:

Options

  • Amotherboard.
  • Bmemory.
  • Chard disk.
  • DCPU.

How the community answered

(20 responses)
  • A
    5% (1)
  • C
    90% (18)
  • D
    5% (1)

Why each option

Swap space (Linux) and the page file (Windows) are areas of space reserved on the hard disk to act as overflow when physical RAM is fully utilized.

Amotherboard.

The motherboard is a circuit board that connects components; it does not contain addressable storage space for virtual memory.

Bmemory.

Physical memory (RAM) is what swap space and the page file are designed to supplement when it becomes full, not where they are stored.

Chard disk.Correct

Swap space and the Windows page file are stored on the hard disk (or SSD) as a form of virtual memory. When the operating system runs out of physical RAM, it moves less-active memory pages to this disk-based space to free up RAM for active processes. Because disk storage is non-volatile and much larger than RAM, it serves as an extension of addressable memory space.

DCPU.

The CPU contains registers and cache for immediate computation but has no storage capacity for holding swap or page file data.

Concept tested: Virtual memory - swap space and page file location

Source: https://learn.microsoft.com/en-us/windows/client-management/introduction-page-file

Topics

#swap space#page file#virtual memory#disk storage

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice