What type of memory is volatile
C
Correct answer
Explanation
RAM (Random Access Memory) is volatile memory - it requires continuous power to maintain data and loses all stored information when power is turned off. Cache is volatile too but is a type of RAM, hard drives and ROM are non-volatile storage that retain data without power.