4. Answer the following questions.
a. Define memory. What are the two types of memory?
Answers
Computer memory is of two basic type – Primary memory(RAM and ROM) and Secondary memory(hard drive,CD,etc.). Random Access Memory (RAM) is primary-volatile memory and Read Only Memory (ROM) is primary-non-volatile memory.
A computer system has storage areas, referred to as memory.The memory can receive, hold and deliver data when instructed to do as.
There are two types of memory :
- Primary memory/Main memory.
- Secondary Memory.
Primary Memory consists of semi-conductor memory chips and is used to store data and programs currently in use.
Primary Memory is classified into two groups :
- RAM (Random Access Memory)
- ROM (Read Only Memory)
RAM is read/write memory. It is a volatile memory.It stores the information as long as power is switched on.
ROM are the memories on which it is not possible to write the data when they are on-line computer.They can only be read.ROM are non-volatile in nature and need not be loaded in a secondary storage device.
Three additional categories of non-volatile memory are used in some computer systems,
- PROM (Programmable Read Only Memory)
- EPROM (Erasable Programmable Read Only Memory)
- EEROM (Electrically Erasable Programmable Read Only memory)
Secondary Memory is also known as permanent memory as we can store data on it for future use.
There are following secondary memory are :
- Magnetic tape.
- Floppy disk.
- Optical disk.
- Hard disk.