nerdexam
GIAC

GCFA · Question #166

Which of the following uses hard disk drive space to provide extra memory for a computer?

The correct answer is A. Virtual memory. Virtual memory extends a computer's usable memory by treating a reserved portion of hard disk space as overflow storage when physical RAM is exhausted.

Memory Forensics & Anti-Forensics Detection

Question

Which of the following uses hard disk drive space to provide extra memory for a computer?

Options

  • AVirtual memory
  • BFile system
  • CCluster
  • DRAM

How the community answered

(21 responses)
  • A
    86% (18)
  • B
    5% (1)
  • D
    10% (2)

Why each option

Virtual memory extends a computer's usable memory by treating a reserved portion of hard disk space as overflow storage when physical RAM is exhausted.

AVirtual memoryCorrect

Virtual memory is an OS memory management technique that uses a designated hard disk area called a page file (Windows) or swap partition (Linux) to store memory pages that do not fit in physical RAM. When RAM fills up, the OS moves inactive pages to disk and loads active pages back into RAM as needed, effectively providing more addressable memory than physical chips alone allow.

BFile system

A file system is a method for organizing and retrieving data on a storage device - it structures how files are stored but does not function as an extension of system memory.

CCluster

A cluster is the smallest disk allocation unit a file system uses to store file data - it is a storage concept, not a memory management mechanism.

DRAM

RAM is the physical memory installed in a computer - it is the primary memory that virtual memory supplements, not the mechanism that uses disk space.

Concept tested: Virtual memory and page file operation

Source: https://learn.microsoft.com/en-us/windows/win32/memory/virtual-memory

Topics

#virtual memory#paging#memory management#disk-based memory

Community Discussion

No community discussion yet for this question.

Full GCFA Practice