Difficulty: Easy
Correct Answer: flash memory modules
Explanation:
Introduction / Context:
Storage media selection balances performance, durability, power, and cost. Solid-state drives (SSDs) and embedded flash modules have transformed storage by replacing or augmenting magnetic disks in many applications, from laptops to data centers and embedded systems.
Given Data / Assumptions:
Concept / Approach:
Flash memory modules (NAND-based SSDs, eMMC, UFS, NVMe devices) provide rapid random access and high bandwidth without moving parts. While raw latency is higher than DRAM, it is far lower than disk seek times. Thus, flash-based modules are practical disk alternatives in many systems.
Step-by-Step Solution:
Verification / Alternative check:
Market trends show widespread adoption of SSDs over HDDs in client devices; embedded modules replace disks in mobile and IoT platforms due to size, power, and robustness advantages.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming flash endurance equals DRAM or ignoring wear-leveling; overlooking that flash still has write/erase constraints despite being a strong disk alternative.
Final Answer:
flash memory modules
Discussion & Comments