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.