asked 157k views
1 vote
What is the most common type of volatile memory?

A. read-only memory (ROM)
C. random access memory (RAM)
B. flash memory
D. hard disk

1 Answer

5 votes

Answer: D - Random Access Memory (RAM)

Step-by-step explanation:

Read-only memory, or ROM, is not volatile, as it stores instructions from the computer. Flash memory and hard disks both are meant to store data, so they're not volatile either. However, RAM is volatile, which makes sense to be the only answer.

answered
User Stefancarlton
by
8.4k points