What is memory and its types?
A person can remember any instruction or information in the mind for some time or a few days, but the computer is such a device that can store any information or data safely for years. Memory is an essential component of digital computers. Computer memory serves as a storage device. It stores programs, data, results, etc.
For a person, not remembering the smallest details in his mind may be a small thing, but for a computer, memory is an important thing. without it, he can’t do anything. In this article, I will give you complete information about the memory of the computer. So read this article and increase maximum knowledge in memory topic.
What is computer memory?
Computer memory is similar to the human brain. Like the human brain remembers any information, in the same way, the memory of the computer also works to store data and instructions. When that information is needed, the computer recalls it.
Computers operate and store data with binary digits 0 and 1. This binary digit is called a Bit. These bits are grouped together to form memory. If 4 bits are combined to form a word, then it is called a Nibble.
Ex- 0011,1100,1001,0110 0001, etc
If 8 bits or 2 Nibbles together form a word, then it is called a Byte.
Ex- 00000001, 10000000, 10000001 etc















