describe about
computer memory
Answers
Answered by
1
In computing, memory refers to the computer hardware integrated circuits that store information for immediate use in a computer; it is synonymous with the term "primary storage". Computer memory operates at a high speed, for example random-access memory (RAM), as a distinction from storagethat provides slow-to-access information but offers higher capacities. If needed, contents of the computer memory can be transferred to secondary storage; a very common way of doing this is through a memory management technique called "virtual memory". An archaic synonym for memory is store.[1]
The term "memory", meaning "primary storage" or "main memory", is often associated with addressable semiconductor memory, i.e. integrated circuits consisting of silicon-based transistors, used for example as primary storage but also other purposes in computers and other digital electronicdevices. There are two main kinds of semiconductor memory, volatile and non-volatile. Examples of non-volatile memory are flash memory (used as secondary memory) and ROM, PROM, EPROM and EEPROMmemory (used for storing firmware such as BIOS). Examples of volatile memory are primary storage, which is typically dynamic random-access memory (DRAM), and fast CPU cache memory, which is typically static random-access memory (SRAM) that is fast but energy-consuming, offering lower memory areal density than DRAM.
Most semiconductor memory is organized into memory cells or bistable flip-flops, each storing one bit (0 or 1). Flash memoryorganization includes both one bit per memory cell and multiple bits per cell (called MLC, Multiple Level Cell). The memory cells are grouped into words of fixed word length, for example 1, 2, 4, 8, 16, 32, 64 or 128 bit. Each word can be accessed by a binary address of N bit, making it possible to store 2 raised by N words in the memory. This implies that processor registers normally are not considered as memory, since they only store one word and do not include an addressing mechanism.
Typical secondary storage devices are hard disk drives and solid-state drives.
The term "memory", meaning "primary storage" or "main memory", is often associated with addressable semiconductor memory, i.e. integrated circuits consisting of silicon-based transistors, used for example as primary storage but also other purposes in computers and other digital electronicdevices. There are two main kinds of semiconductor memory, volatile and non-volatile. Examples of non-volatile memory are flash memory (used as secondary memory) and ROM, PROM, EPROM and EEPROMmemory (used for storing firmware such as BIOS). Examples of volatile memory are primary storage, which is typically dynamic random-access memory (DRAM), and fast CPU cache memory, which is typically static random-access memory (SRAM) that is fast but energy-consuming, offering lower memory areal density than DRAM.
Most semiconductor memory is organized into memory cells or bistable flip-flops, each storing one bit (0 or 1). Flash memoryorganization includes both one bit per memory cell and multiple bits per cell (called MLC, Multiple Level Cell). The memory cells are grouped into words of fixed word length, for example 1, 2, 4, 8, 16, 32, 64 or 128 bit. Each word can be accessed by a binary address of N bit, making it possible to store 2 raised by N words in the memory. This implies that processor registers normally are not considered as memory, since they only store one word and do not include an addressing mechanism.
Typical secondary storage devices are hard disk drives and solid-state drives.
Tina11111:
Ok
Answered by
2
Computer memory is any physical device capable of storing information temporarily or permanently. For example, Random Access Memory (RAM), is a volatile memory that stores information on anintegrated circuit used by the operating system, software, and hardware.
Volatile vs. non-volatile memory
Memory can be either volatile and non-volatilememory. Volatile memory is a memory that loses its contents when the computer or hardware device loses power. Computer RAM is an example of a volatile memory and is why if your computer freezes or reboots when working on a program, you lose anything that hasn't been saved. Non-volatile memory, sometimes abbreviated as NVRAM, is a memory that keeps its contents even if the power is lost. EPROM is an example of a non-volatile memory.
What happens to memory when the computer is turned off?
As mentioned above because memory (RAM) is a volatile memory when the computer loses power anything stored in RAM is lost. For example, as you are working on creating a document it is stored in RAM if it is not saved to a non-volatile memory (e.g., the hard drive) it would be lost if the computer lost power.
Memory is not disk storage
It is very common for new computer users to be confused by what parts in the computer are memory. Although both the hard drive and RAM are memory, it is more appropriate to refer to RAM as "memory" or "primary memory" and a hard drive as "storage" or "secondary storage."
When someone asks how much memory is in your computer, it is often between 1 GB and 16 GB of Random Access Memory (RAM) and several hundred gigabytes of even a terabyteof hard disk drive storage. In other words, you always have more hard drive space than RAM
How is memory used
When a program such as your Internetbrowser is open, it is loaded from your hard drive and placed into RAM, which allows that program to communicate with the processor at higher speeds. Anything you save to your computer, such as a picture or video, is sent to your hard drive for storage.
Why is memory important or needed for a computer?
Each device in a computer operates at different speeds and computer memory gives your computer a place to quickly access data. If the CPU had to wait for a secondary storage device, like a hard disk drive, the computer would be much slower.
Types of RAM
Some of the more common types of memory chips for computers are listed below.
EDO RAM
SDRAM
DDR RAM
DDR2 RAM
DDR3 RAM
DDR4 RAM
These types of memory all fall into the general categories of SIMM or DIMM.
Volatile vs. non-volatile memory
Memory can be either volatile and non-volatilememory. Volatile memory is a memory that loses its contents when the computer or hardware device loses power. Computer RAM is an example of a volatile memory and is why if your computer freezes or reboots when working on a program, you lose anything that hasn't been saved. Non-volatile memory, sometimes abbreviated as NVRAM, is a memory that keeps its contents even if the power is lost. EPROM is an example of a non-volatile memory.
What happens to memory when the computer is turned off?
As mentioned above because memory (RAM) is a volatile memory when the computer loses power anything stored in RAM is lost. For example, as you are working on creating a document it is stored in RAM if it is not saved to a non-volatile memory (e.g., the hard drive) it would be lost if the computer lost power.
Memory is not disk storage
It is very common for new computer users to be confused by what parts in the computer are memory. Although both the hard drive and RAM are memory, it is more appropriate to refer to RAM as "memory" or "primary memory" and a hard drive as "storage" or "secondary storage."
When someone asks how much memory is in your computer, it is often between 1 GB and 16 GB of Random Access Memory (RAM) and several hundred gigabytes of even a terabyteof hard disk drive storage. In other words, you always have more hard drive space than RAM
How is memory used
When a program such as your Internetbrowser is open, it is loaded from your hard drive and placed into RAM, which allows that program to communicate with the processor at higher speeds. Anything you save to your computer, such as a picture or video, is sent to your hard drive for storage.
Why is memory important or needed for a computer?
Each device in a computer operates at different speeds and computer memory gives your computer a place to quickly access data. If the CPU had to wait for a secondary storage device, like a hard disk drive, the computer would be much slower.
Types of RAM
Some of the more common types of memory chips for computers are listed below.
EDO RAM
SDRAM
DDR RAM
DDR2 RAM
DDR3 RAM
DDR4 RAM
These types of memory all fall into the general categories of SIMM or DIMM.
Similar questions