English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2007-01-20 16:56:54 · 4 answers · asked by smart boy 1 in Computers & Internet Other - Computers

4 answers

Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.

The opposite of RAM is serial access memory (SAM). SAM stores data as a series of memory cells that can only be accessed sequentially (like a cassette tape). If the data is not in the current location, each memory cell is checked until the needed data is found. SAM works very well for memory buffers, where the data is normally stored in the order in which it will be used (a good example is the texture buffer memory on a video card). RAM data, on the other hand, can be accessed in any order.

In this article, you'll learn all about what RAM is, what kind you should buy and how to install it.

Similar to a microprocessor, a memory chip is an integrated circuit (IC) made of millions of transistors and capacitors. In the most common form of computer memory, dynamic random access memory (DRAM), a transistor and a capacitor are paired to create a memory cell, which represents a single bit of data. The capacitor holds the bit of information -- a 0 or a 1 (see How Bits and Bytes Work for information on bits). The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.

A capacitor is like a small bucket that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0, it is emptied. The problem with the capacitor's bucket is that it has a leak. In a matter of a few milliseconds a full bucket becomes empty. Therefore, for dynamic memory to work, either the CPU or the memory controller has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the memory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second.

2007-01-20 17:06:41 · answer #1 · answered by Anonymous · 4 0

Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.

The opposite of RAM is serial access memory (SAM). SAM stores data as a series of memory cells that can only be accessed sequentially (like a cassette tape). If the data is not in the current location, each memory cell is checked until the needed data is found. SAM works very well for memory buffers, where the data is normally stored in the order in which it will be used (a good example is the texture buffer memory on a video card). RAM data, on the other hand, can be accessed in any order.

2016-10-20 18:38:10 · answer #2 · answered by Nafiul 2 · 0 0

imagine ram is a table. when the table is clean you can do anything with it, so when ram is empty you can do anything with it. when you want to do something on the table then you have to use some space, same with ram, if you want to open a program it takes space from the ram. when the table is over flowed then you cant put anything more on it and anything already on it would be hard to manage. same with ram.

ram= random access memory

2007-01-20 17:12:36 · answer #3 · answered by no 1 1 · 0 0

your ram is the amount of memory on your pc. The more memory, the faster the pc. right click on your my computer icon, click properties and read your ram to find out how much you have, the more the better.

2007-01-20 17:02:40 · answer #4 · answered by Mikie 3 · 0 0

fedest.com, questions and answers