Difficulty: Easy
Correct Answer: is the device where information is stored
Explanation:
Introduction / Context:
Computer memory is a core hardware component that holds data and instructions for rapid access by the CPU. Distinguishing memory from the processor, programs, and operating system behavior is crucial for accurate understanding of system architecture and performance.
Given Data / Assumptions:
Concept / Approach:
At a high level, memory is an information storage device. It includes volatile forms like RAM and nonvolatile forms like ROM and persistent storage layers when discussed broadly. The CPU is the execution engine that reads instructions from memory. Time slicing describes OS scheduling policy, not memory itself. A sequence of instructions is a program, not memory hardware.
Step-by-Step Solution:
Verification / Alternative check:
Computer organization texts specify the fetch cycle: CPU reads instructions from memory, executes them, and writes results back to memory, confirming the distinct roles.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
is the device where information is stored.
Discussion & Comments