What type of memory is considered volatile? 🔊
The type of memory considered volatile is RAM (Random Access Memory), which temporarily stores data that is actively being used by a computer. Volatile memory loses its contents when power is turned off, making it essential for quick access during processing tasks. In contrast, non-volatile memory, like hard drives and SSDs, retains information when the system is powered down. Understanding the differences between these memory types is critical for designing efficient computing systems.
Equestions.com Team – Verified by subject-matter experts