I assume you mean, does the computer change or erase the information stored on it's memory chips, and the answer is yes, all the time.
Memory chips are the "work area" where a computer conducts all of it's calculations, the space where it runs all it's programs. For example, on a PC, if you start up a browser (i.e. Internet Explorer, Firefox, or Safari, etc.), the PC loads that browser (a program) into it's memory chips, and then will usually display your home page.
If you start a second program such as a Word Processor, it will load that program into it's memory chips also. Of course, it may get more complicated than that inside the PC. If it doesn't have room for both programs on the memory chips at the same time, it may erase part of the browser from the memory and store it temporarily on your disk drive in what's called a paging area until you ask it to run the browser again.
There are actually alot more details that go on behind the above, but I won't confuse us both by getting into them here.
When you Shut Down your computer, all the information on the memory chips is erased or lost because it relies on electricity (power) to keep it. But disk drives are different, and information can be stored permanently there by your PC, regardless of whether the power is on or not.
Let me know if I can confuse you more.
Peace .... Dave
What does the acronym frm mean?
just type in the word that you want to know and then it'll answer for you
What is the unit of measurement for memory?
The units of measurement for memory are:
Bit=a 1 or 0
Byte=8 bits
Kilobyte=1024 bytes
Megabyte=1024 kilobytes
Gigabyte=1024 megabytes
Terabyte=1024 gigabytes
Petabyte=1024 Terabyte
Exabyte=1024 Petabyte
Zettabyte = 1024 Exabyte
Yottabyte=1024 Zettabyte (wow, 1208925819614629174706176 bits)
What is the function of memory in a computer?
Your hard disk stores information that programs need in order to run, as well as information that the programs need to save after it does run. For instance, your settings for a particular program or game are saved onto your hard disk, as well as the executable that makes the program or game run. Information written to the hard disk is written to it until it is erased or replaced by other information, and will be stored even if your computer is turned off.
Your random-access-memory, the sticks of memory that are separate from your hard disk, store temporary information that the program or game creates while it is running. The images you see while running a program/game may be based on what is in that RAM. Once the program/game finishes with the memory, other programs are free to use that memory again. Additionally, most RAM will be erased once the computer is turned off, since most RAM is just a series of electrical charges.
What is the clock speed for agp8 slot?
Expansion Bus Chart:Type of BusBits WideClock SpeedTransfer SpeedISA8 bit4.77 MHz2.38MB/sISA16 bit8.33 MHz8MB/sPCI (Client)32 bit33MHz133MB/sPCI (Server)64 bit66MHz266MB/sAGP 1x32 bit66MHz266MB/sAGP 2x32 bit66MHz533MB/sAGP 4x32 bit66MHz1,066MB/sAGP 8x32 bit66MHz2,133MB/sAGP 8x (high-end)64 bit66MHz4,266MB/s
Hardware servicing nc-II questioner and answer?
what is the Basic Occupational Health Safety in Hardware Servicing NCII
How are output devices connected to the CPU?
Output devices are connected to the CPU through the northbridge and southbridge, (collectively called the chipset) but they connect to different devices. The northbridge connects to the graphics output, while the southbridge connects to all other output devices (sound, storage, network, and others).
What is the max memory of a Compaq Presario?
According to the website for Tom's Hardware, in the comments section of many customers with questions to be exact, the maximum memory (Concerning RAM) is 1 gigabytes per slot, and as the Compaq Presario has two slots, this means you can have 2 gigabytes of memory.
What is the function of the WR signal on the memory chip?
what is the function of the wr signal on memory chip
Which of these would not be considered a private investment when calculating the GDP?
stocks and bonds.
Where would you find the written capacity of a hard disk in a computer?
In windows:
(I have absolutely no idea, if someone knows the answer replace it here)
In mac:
Note that in mac you can do this process with any hard disk, but right click on that disk instead of Macintosh HD.
In Linux:
(Again, I don't really know, can someone help me out here?)
processes
What is the difference between ecc and non-ecc ram pc3200?
ECC is error checking, there is an extra chip on the ram that does this and it's only really useful for server machines. Also ECC runs slower. Non-ECC has better performance and is used in most desktop PCs. There is a lot more to it, but this should give you the answer you need. For more info just type ECC vs. Non-ECC into any search.
How do you determine the PC number for ram?
Press start --> Right-click Computer --> and select properties
Why can not unused RIMM sockets can't be left empty?
RIMM sockets are connected in series. Therefore every slot needs to be filled by either a RIMM ram stick or the blank RIMM socket sticks.
What are the recent developments in computer memory?
Computer memory has well improved over the ages, as a result of all the new technology that is being made everyday. Computer memory has been improved by smaller size and faster processing of memory.
The memory that the computer processor accesses directly is primary memory. It is wired directly to the processor. RAM is primary memory on a computer.
lol it means you need to upgrade your computer xP. Acutally 192 megs of ram is how much "random access memory" and 192 megs or megabytes is the capacity it has. Most ram needed for current programs is around 2-4 gigabytes which would be 2-4 thousand megabytes.
notch is the place of ram used to insert into the bump of the memory module or DIMM
There are two type of Memory
(1) RAM- (Random-access memory)
(2) ROM- (Read-only memory)
RAM- (Random-access memory)Random-access memory (RAM) is a form of computer data storage . A random-access device allows stored data to be accessed in very nearly the same amount of time for any storage location, so data can be accessed quickly in any random order.
The three main forms of modern RAM are static RAM (SRAM), dynamic RAM (DRAM) and Phase-change memory (PRAM).
In SRAM, a bit of data is stored using the state of a flip-flop. This form of RAM is more expensive to produce, but is generally faster and requires less power than DRAM and, in modern computers, is often used as cache memory for the CPU. DRAM stores a bit of data using a transistor and capacitor pair, which together comprise a memory cell. The capacitor holds a high or low charge (1 or 0, respectively), and the transistor acts as a switch that lets the control circuitry on the chip read the capacitor's state of charge or change it. As this form of memory is less expensive to produce than static RAM, it is the predominant form of computer memory used in modern computers.
Both static and dynamic RAM are considered volatile, as their state is lost or reset when power is removed from the system. By contrast, Read-only memory (ROM) stores data by permanently enabling or disabling selected transistors, such that the memory cannot be altered. Writeable variants of ROM (such as EEPROM and flash memory) share properties of both ROM and RAM, enabling data to persist without power and to be updated without requiring special equipment. These persistent forms of semiconductor ROM include USB flash drives, memory cards for cameras and portable devices, etc. As of 2007, NAND flash has begun to replace older forms of persistent storage, such as magnetic disks and tapes, while NOR flash is being used in place of ROM in netbooks and rugged computers, since it is capable of true random access, allowing direct code execution.
ECC memory (which can be either SRAM or DRAM) includes special circuitry to detect and/or correct random faults (memory errors) in the stored data, using parity bits or error correction code.
In general, the term RAM refers solely to solid-state memory devices (either DRAM or SRAM), and more specifically the main memory in most computers. In optical storage, the term DVD-RAM is somewhat of a misnomer since, unlike CD-RW or DVD-RW it does not require to be erased before reuse. Nevertheless a DVD-RAM behaves much like a hard disc drive if somewhat slower.
ROM- (Read-only memory)Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty, so it is mainly used to distribute firmware (software that is very closely tied to specific hardware, and unlikely to need frequent updates).
Types of ROM:
Thank u.. hopefully u understood what is the difference between RAM and ROM..
Sufiyan.. :)