1.

St. Francis' Convent School Holiday Homework - Class IX What's the difference between RAM and ROM memory?

Answer» READ Only Memory device.  The data stored in ROM storage is available for READING.  Bu the data INSIDE it cannot be overwritten by an external source through input.  Data can be erased inside ROM through using UV radiation.    Usually the data in ROM contains permanent instructions that are needed to initialize a computer.  ROM retains data in between the power off and power on to the memory.RAM is a Read and Write memory.  It is called Random Access Memory.  That means that any data at any location within the RAM can be directly fetched using index.  However, ROM is also randomly accessed for reading.In a RAM the data can be read and as well as new data can be written back.  This is used as the main memory for CPU.  RAM retains data as long as there is power supply to it.


Discussion

No Comment Found