Difficulty: Easy
Correct Answer: Random Access Memory; short-term, temporary data storage used by the computer
Explanation:
Introduction / Context:
RAM is central to system performance because it holds the working set of instructions and data while programs run. Knowing what RAM stands for and its functional role clarifies the distinction between primary memory and long-term storage such as SSDs or HDDs.
Given Data / Assumptions:
Concept / Approach:
“Random Access” emphasizes uniform access time to any address. RAM temporarily holds code and data being actively used because it is much faster than secondary storage. Operating systems manage allocation, paging, and caching to optimize use of RAM for current workloads.
Step-by-Step Solution:
Identify the correct acronym expansion: Random Access Memory.Associate the role: temporary, short-term working store.Eliminate distractors that misuse the acronym or imply nonstandard behavior.
Verification / Alternative check:
System behavior during boot and shutdown shows RAM contents are transient, while applications load from persistent storage into RAM for execution, confirming the role.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Random Access Memory; short-term, temporary data storage used by the computer
Discussion & Comments