71,464 views
3 votes
3 votes
What is the difference between ROM and RAM

User Aarondiel
by
2.7k points

2 Answers

22 votes
22 votes

Answer:

ROM : Read Only Memory.

RAM : Random Ascess Memory.

User Tiguchi
by
3.0k points
10 votes
10 votes

Answer:

RAM is the random access memory of your computer and ROM, which is a read-only memory.

RAM is a volatile storage memory that temporarily saves your files. ROM is non-volatile memory, which stores your computer instructions permanently.

Step-by-step explanation:

RAM:-

RAM is a volatile memory that can store data while power is delivered.

It is possible to retrieve and modify data saved on RAM.

It is used to store data that must be processed temporarily by the CPU.

The CPU is able to access the saved data.

It's a memory of high speed.

ROM:-

ROM is a non-volatile memory that can retain information even when power is off.

ROM data can be read-only.

During computer bootstrap, it saves the necessary instructions.

The data stored on it cannot be accessed by the CPU without data being stored in RAM.

It's a lot lighter than RAM.

User Ady Ngom
by
3.0k points