True or False: RAM is a type of non-volatile memory.
- True
- False
Answer: False
RAM (Random Access Memory) is volatile memory, meaning it loses stored data when power is turned off. Non-volatile memories like ROM, SSDs, or hard drives retain data without power. This distinction is critical in computer architecture. [[NCERT Computer Science]]