Difference between memory device & storage device

    What are the difference between memory device & storage device?

    The difference between memory device & storage device are given below:

MemoryStorage
1. It can store data temporary.1. It can store data permanently.
2. It is volatile; that means whenever power goes off, memory device forgets everything.2. It is non-volatile that means it can store data even when there is no power.
3. It has very small storage capacity.3. Its storage capacity is very large.
4. Memory device is relatively expensive.4. Storage device is relatively cheap.
5. It has direct connection with microprocessor.5. It has no direct connection with microprocessor.
6. It is very fast.6. It is relatively slow.
7. example: RAM7. example: Hard disk

Comments

Popular posts from this blog

C++ :: Topological Sort Algorithm (using DFS)

How to Hack Facebook Account

C++ :: Strongly Connected Components Algorithm (SCC)