IT Technology

Difference Between Ram and Rom

Ram vs Rom

Summary: Difference Between Ram and Rom is that RAM, also called main memory, consists of memory chips that can be read from and written to by the processor and other devices. While Read-only memory (ROM pronounced rahm) refers to memory chips storing permanent data and instructions.

Difference Between Ram and Rom

RAM

Users typically are referring to RAM when discussing computer memory. RAM (random access memory), also called main memory, consists of memory chips that can be read from and written to by the processor and other devices. When you turn on power to a computer, certain operating system files (such as the files that determine how the desktop appears) load into RAM from a storage device such as a hard disk. These files remain in RAM as long as the computer has continuous power. As additional programs and data are requested, they also load into RAM from storage.

The processor interprets and executes a program’s instructions while the program is in RAM. During this time, the contents of RAM may change. RAM can hold multiple programs simultaneously, provided the computer has enough RAM to accommodate all the programs. Most RAM is volatile, which means it loses its contents when the power is removed from the computer. For this reason, you must save any items you may need in the future. Saving is the process of copying items from RAM to a storage device such as a hard disk.

Three basic types of RAM chips exist: dynamic RAM, static RAM, and magnetoresistive RAM.

  • Dynamic RAM (DRAM pronounced DEE-ram) chips must be re-energized constantly or they lose their contents. Many variations of DRAM chips exist, most of which are faster than the basic DRAM.
  • Static RAM (SRAM pronounced ESS-ram) chips are faster and more reliable than any variation of DRAM chips. These chips do not have to be re-energized as often as DRAM chips, thus, the term static.
  • A newer type of RAM, called magnetoresistive RAM (MRAM pronounced EM-ram), stores data using magnetic charges instead of electrical charges. Manufacturers claim that MRAM has greater storage capacity, consumes less power, and has faster access times than electronic RAM.

RAM chips usually reside on a memory module, which is a small circuit board. Memory slots on the motherboard hold memory modules.

Difference Betweens

ROM

Read-only memory (ROM pronounced rahm) refers to memory chips storing permanent data and instructions. The data on most ROM chips cannot be modified — hence, the name read-only. ROM is nonvolatile, which means its contents are not lost when power is removed from the computer. Manufacturers of ROM chips often record data, instructions, or information on the chips when they manufacture the chips. These ROM chips, called firmware, contain permanently written data, instructions, or information.

A CD-ROM, or compact disc read-only memory, is a type of optical disc that users can read but not write (record) or erase — hence, the name read-only. Manufacturers write the contents of standard CD-ROMs. A standard CD-ROM is called a single-session disc because manufacturers write all items on the disc at one time. Software manufacturers often distribute programs using CD-ROMs

A DVD-ROM (digital versatile disc-read-only memory or digital video disc-read-only memory) is a high-capacity optical disc on which users can read but not write or erase. Manufacturers write the contents of DVD-ROMs and distribute them to consumers. DVD-ROMs store movies, music, huge databases, and complex software.

Also Read:

Difference Between Ram and Hard Drive

Difference Between Flash Memory and Ram

Difference Between Flash Memory and Cache Memory

Difference Between Volatile and Non-Volatile Memory

Difference Between DRAM and SRAM

Leave a Comment