Difficulty: Easy
Correct Answer: They do not lose memory when power is removed.
Explanation:
Introduction / Context:
Computer memories are often grouped by volatility. Volatile memories require continuous power to retain stored information, while nonvolatile memories retain data without power. This classification is fundamental when selecting storage for firmware versus working RAM.
Given Data / Assumptions:
Concept / Approach:
Nonvolatile memory retains its state without external power. ROMs store firmware or constant data that must persist across power cycles. In contrast, volatile memory like DRAM and SRAM lose their contents when power is removed (DRAM also needs refresh even when powered).
Step-by-Step Solution:
Verification / Alternative check:
System boot sequences depend on code stored in ROM/Flash. If ROM were volatile, systems could not start without external reprogramming every power-up, which contradicts real-world behavior.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
They do not lose memory when power is removed.
Discussion & Comments