RAM & ROM & Its Types
RAM & ROM & Its Types
WHAT
ARE THE TYPES OF ROM AND RAM?
EXPLAIN.
ROM
Read Only Memory or ROM is a form of storage in computers and other electronic devices
that cannot be easily altered or reprogrammed. ROM is non-volatile and the contents are
retained even after the power is switched off.
ROM has three types PROM, EPROM and EEPROM
RAM
Random Access Memory or RAM is a form of data storage that can be accessed randomly at
any time, in any order and form any physical location in contrast to other storage devices,
such as hard drives, where the physical location of the data determines the time taken to
retrieve it. RAM is referred to as a volatile memory and it lost when the power is turned off.
RAM is measured in megabytes and the speed is measured in nanoseconds.
RAM has two types Static RAM and Dynamic RAM