Types of Computer Memory

This topic is all about memory, different types of computer memory with their categories and functions. The difference between RAM & ROM is also elaborated completely. For more information, let’s read it.

Memory

Data and instructions are stored in memory to be executed. This memory is a temporary storage unit for data, instructions, and information. It is also called primary storage. It consists of one or more chips on the motherboard. The memory stores the following three items:

  • Operating system and other system software to control the use of computer system
  • Application programs to perform specific tasks
  • Data to be processed by application programs

The instructions and data are stored in memory as bytes during execution. Each byte in the memory has a unique address that identifies its location.

types of computer memory

Types of Computer Memory

There are two types of computer memory:

Volatile Memory: volatile memory loses its contents when a computer is turned off.

Non-Volatile Memory: it does not lose its contents when a computer is turned off.

RAM

RAM stands for Random Access Memory. it is also known as main memory or direct access memory. Random access describes that each byte in the entire memory is directly accessible. Before execution, every program must be loaded into RAM.

types of computer memory

RAM is a temporary memory. When the power is turned off, the information in this memory is lost. Thus it is called volatile memory.

Furthermore, the role of RAM is also important in the processing speed of a computer. A larger RAM size allows a larger amount of space for processing. So the processing speed is increased.