Difficulty: Easy
Correct Answer: Power is off
Explanation:
Introduction / Context:
Read-only memories (ROM, PROM, EPROM, EEPROM/Flash) are nonvolatile, meaning they retain information without continuous power. This property distinguishes them from volatile memories like SRAM and DRAM, which lose data when power is removed (unless backed up).
Given Data / Assumptions:
Concept / Approach:
The definition of nonvolatile is data retention with power removed. Hence, the key advantage of ROM-type devices is that they store code or constants even when the system is off, enabling bootstrapping and persistent configuration.
Step-by-Step Solution:
Identify ROM as nonvolatile storage.Nonvolatile → retains data without power.Therefore, data is retained when power is off.
Verification / Alternative check:
Device datasheets guarantee data retention over specified time/temperature with power removed (for EEPROM/Flash, often years to decades), confirming nonvolatility.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Power is off
Discussion & Comments