What are the differences between ROM and RAM
ROM (Read only memory)
- You can only read the data.
- Data can’t be written every time, to write the data we need PROM, EPROM, OR EEPROM.
- ROM is non volatile in nature. The data stored in ROM is permanent in nature.
- Size of the ROM has nothing to do with processing.
RAM (Random access memory):
- You can read and write data on the chip.
- RAM has volatile memory. It looses its contents when the power is switched off.
- Size of the RAM makes difference in the processing i.e., bigger the size of the RAM more is the speed of processing.
- The data can be read and written at anytime.