How does computer memory works and why use different types?
I know computer has different types of memory, like RAM, ROM etc. Why use different types of memory in the computer?
I know computer has different types of memory, like RAM, ROM etc. Why use different types of memory in the computer?
Hi there,
Your computer has actually 3 types of memory, RAM, ROM and mass storage. I will explain it one by one.
RAM (Random access Memory)
It's a volatile memory, that means it requires power to maintain its memory, when the power goes off, proof the memory goes to empty. Its purpose is like a virtual work area. Your computer has a processor right, That processor works like a brain it gets input, decode it into machine language, executes it and gives the output,
Here first the data to be processed is got by the processor through RAM, it executes and places the output also in RAM then only it passes to output devices, It acts like a temporary memory, but Vital memory where current going works are done or LIVE memory.
ROM (Read only memory)
ROM actually stores the firmware, that is the basic software that runs the basic hardware components. You know every hardware requires a software to run, That basic hardware software is called firmware, and that stuff is stored in the ROM chips. They are usually predefined chips, and we can't actually have access to it. Its purpose is just running, no editing takes place in that. It just executes the program written in it or instructions provided.
Mass storage
You can store your music, videos, software, games and all in RAM or ROM, cause RAM is limited and also is volatile, whereas ROM is just for reading and no writing, SO where will you store such information of yours, the answer is in mass storage.
Eg of mass storage are hard drives, DVD drives , Pen drives , memory cards etc.
It has a huge volume of memory, currently we have HDD of 5 TB memory for personal use. pheww that's a huge amount.
We have SSD also right now, Solid state drives, which have no moving parts, but chips, which is more silent, more efficient and much faster and also much costlier than current hard drives.
You want to know about Computer Memory?
MEMORY
Internal storage areas in the computer The term memory identifies data storage that comes in the form of chips, and the word storage is used for memory that exists on tapes or disks. Moreover, the term memory is usually used as a shorthand for physical memory, which refers to the actual chips capable of holding data. Some computers also use virtual memory, which expands physical memory onto a hard disk.
Every computer comes with a certain amount of physical memory, usually referred to as main memory or RAM. You can think of main memory as an array of boxes, each of which can hold a single byte of information. A computer that has 1 megabyte of memory, therefore, can hold about 1 million bytes (or characters) of information.Â
Dear Mita0611,
Computer use generally two types of memory. One is Read-only memory (ROM) and another is Random Access Memory (RAM). Computer use two types of memory to perform a specific task.RAM can use for both read write operation and also it’s a volatile storage. On the other hand ROM used for only read operations.
Thanks and Regards,
Louis