|
Answer» The difference between RAM and ROM is given below. | RAM | ROM | | 1. It is Random Access Memory | 1. It is Read only Memory | | 2. It is Read/Write memory | 2. We can’t write but we can only read memory. | | 3. It is temporary | 3. It is permanently stored | | 4. It is volatile | 4. It is non volatile | | 5. RAM is faster | 5. It is slower | | 6. It is used to store data and instructions needed by CPU for processing | 6. It contains instructions to check the hardware components, BIOS operations etc. | | | 7. It is also called firmware. |
|