Computer Science, asked by riyuu8971, 10 months ago

What are the different types of memory?Discuss their merits,demerits and area of application?

Answers

Answered by AadilPradhan
0

Answer:

Types of Memory - Volatile and Non-Volatile

Explanation:

Volatile Memory gets erased when there is no power supply or at the computer shutdown.

Merits are - Helps programs to load in runtime and later when not needed, memory can be cleaned and space can be created for other programs to load, faster data accessing.

Demerits are - Program/ data is lost when there is power failure.

A RAM - Random Access Memory is the best example.

Non-Volatile memory keep the data safe and has no impact of shutdown of computer. Like a hard-drive that keeps the data intact after the shutdown. Merits - Helpful in storing data.

Demerits - Higher Data Read and Write time.

A Hard Drive is the best example.

Similar questions