KnowledgeBoat Logo

Computer Science

What is the role of memory in a computer functioning ? What types of memory does the computer work with?

Computer System

21 Likes

Answer

The memory of a computer is more like a predefined working place, where it temporarily keeps information and data to facilitate its performance. When the task is performed, it clears its memory and memory space is then available for the next task to be performed.

The computer works with two types of main memory:

  1. Random Access Memory
  2. Read Only Memory

Since the main memory is volatile, the computer also uses secondary memory to store data permanently.

Answered By

10 Likes


Related Questions