CBSE Class 11 Computer Science Question 80 of 106

Computer System Organization — Question 41

Back to all questions
41
Question

Question 41

Compare volatile memory and non-volatile memory.

Answer
Volatile MemoryNon-Volatile Memory
Data is lost when power is turned off.Data is retained even when power is turned off.
It has faster access speeds.It has slower access speeds.
It is used for primary memory in computers.It is used for long-term storage.
It provides temporary storage for data and instructions currently being processed.It provides permanent storage for data and programs.
It is essential for the smooth functioning of the computer during active tasks.It is essential for storing data over long periods and for booting the system.
Examples: RAM (Random Access Memory).Examples: Hard disk drives (HDD), Solid State Drives (SSD), Read Only Memory (ROM).