difference between ram and rom about 6 points
Answers
Difference between RAM and ROM are:
RAM :
1) It is volatile, which means the data be lost when the power gets switched off.
2) The information stored in RAM can be easily accessed.
3) RAM is only used to store temporary information.
4) Both read and write operations can be performed over the information stored in RAM.
5) The accessing speed of RAM is faster.
6) The RAM chips are costlier.
7) Static RAM ( SRAM ) , and Dynamic RAM ( DRAM ) are it's two types.
ROM:
1)ROM is non-volatile, means the data will not be deleted during the power off.
2) The information stored in ROM cannot be directly accessed.
3) ROM is used to store permanent information.
4) The information can only be read from ROM. no data can be added or deleted.
5) The accessing speed of ROM is lower than RAM.
6) The ROM's are less costlier than RAM.
7) programmable Read Only Memory ( PROM ) ,Erasable Programmable Read Only Memory ( EPROM and Electrically Erasable Programmable Read Only Memory ( EEPROM ) are it's three types.