computer

Types of Memory in Computer

Memory is the storage device inside the computer where data/information/programs reside. there are two major types of memory in computers.

Types of Memory in Computer

Types of Memory in Computer

  1. internal memory ( Primary Storage/ main memory)
  2. external memory (secondary storage)

Internal Memory (Primary Memory)

it is a set of chips located on another board close to the microprocessor.

Types of Internal Memory

there are two types of internal memory

  1. Random Access Memory (RAM)
  2. Read-Only Memory (ROM)

Random Access Memory (RAM) 

  • RAM refers to read-and-write memory
  • it is also termed primary memory
  • it is temporary, and its contents are lost when the computer is turned off.
  • it is the working space used by the computer to hold the program that is currently running.

Read-Only Memory (ROM)

  • ROM permits you only to read data
  • it is permanent and retains data even the computer is turned off.
  • ROM contains the computer essential programs that are necessary to start up the machine.

Examples of ROM 

  • PROM
  • EPROM
  • EEPROM

External Memory (Secondary Storage) 

the secondary storage or external memory is a nonvolatile memory that is external to the main memory of a computer. its contents must first be copied into primary storage (RAM). it is also called auxiliary memory. it is the cheapest and slowest form of memory.

Secondary Storage Devices

secondary storage devices are physically separated but connected directly to the motherboard through a communication cable so that the programs of data can be accessed.

  1. Magnetic Disks 

Examples:

  • Magnetic tapes (the first form of secondary storage)
  • Hard Drives
  • Floppy Disks

 2. Optical Disks 

Examples:

  • CD-ROMs
  • DVD-ROMs
  • WORM DISK

You May Also Like:

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button