Difficulty: Easy
Correct Answer: Backing store
Explanation:
Introduction / Context:
The problem checks your understanding of memory hierarchy terms. Computers distinguish between fast, directly addressable main memory (RAM) and slower, larger-capacity secondary storage used to hold programs and data persistently. Knowing the generic term used for these non-volatile or auxiliary media is important in systems discussions.
Given Data / Assumptions:
Concept / Approach:
‘‘Backing store’’ (or ‘‘backing storage’’) is the general label for storage subsystems that back up main memory. These include hard disks, solid-state drives, magnetic tape, optical media, and networked storage. They are not directly executed by the CPU like RAM but provide persistent capacity for programs and datasets.
Step-by-Step Solution:
Identify that the question asks for a general term, not a single device type.Recognize that floppy disks and hard disks are examples of the broader category, not the category name.Select the generic term that encompasses all secondary storage: ‘‘backing store.’’
Verification / Alternative check:
Compare common textbook terminology: memory hierarchy typically lists registers → cache → main memory → backing store (secondary storage). The term consistently applies regardless of physical medium.
Why Other Options Are Wrong:
Common Pitfalls:
Equating an example device with the generic category or assuming that only magnetic media qualify. Backing store also includes SSDs and other technologies.
Final Answer:
Backing store
Discussion & Comments