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.
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)- A86% (18)
- B5% (1)
- D10% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.