What is Difference between RAM and ROM Memory in Computer?
RAM and ROM are two different types of memories integrated in computer system to modulate processor and to access the stored information in computer system rapidly and accurately.
Before Discussing the Difference let's discuss about RAM and ROM
The full form of ROM is Read Only Memory and is used to store data in computers and other different electrical devices. The data stored in ROM cannot be easily reprogrammed or altered. ROM is a non-volatile memory that retains the content even after power off.
The full form of RAM is Random Access Memory and is used to store data in computer memory that can be accessed Randomly that means any byte of memory can be easily accessed without going through the preceding bytes.
RAM V/S ROM
RAM | ROM |
RAM Can be directly accessed by the processor | ROM is not directly accessible by processor because the instruction of ROM are first transferred into the RAM and then are executed by processor |
RAM is volatile memory that removes the content once power is off | ROM is non-volatile in nature that retains the content even after power off |
RAM is generally used to store the temporary information for the short period of time | ROM is generally used to store the permanent information that cannot be reprogrammed or altered easily |
RAM is the form of a Chip | ROM are generally Optical driver that are made of magnetic tape |
RAM are costly | ROM are less costly as compare to RAM |
Chip Size of RAM is larger than ROM | Chip size of ROM is smaller |
Static RAM and Dynamic RAM are the two different types of RAM | PROM, EEPROM and EPROM are the different types of ROM. |