please register and help others

please register and help others

Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
Home1Latest imagesRegisterLog in

 

 RAM( Random Access Memory) and how it works.

Go down 
AuthorMessage
bluezeal
Special User
Special User
bluezeal


Male
Number of posts : 23
Age : 38
Location : Negros Occidental
Job/hobbies : WEB DEVELOPER/ Information Technologist/ Web surfing/Computer Related
Humor : TOINK!
Warning :
RAM( Random Access Memory) and how it works. Left_bar_bleue0 / 1000 / 100RAM( Random Access Memory) and how it works. Right_bar_bleue

Registration date : 2008-09-25

RAM( Random Access Memory) and how it works. Empty
PostSubject: RAM( Random Access Memory) and how it works.   RAM( Random Access Memory) and how it works. EmptyMon Dec 22, 2008 4:44 pm

­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.

RAM( Random Access Memory) and how it works. Ram-ch

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.

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 mem­ory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second.­


This refresh operation is where dynamic RAM gets its name. Dynamic RAM has to be dynamically refreshed all of the time or it forgets what it is holding. The downside of all of this refreshing is that it takes time and slows down the memory.
Back to top Go down
http://www.agenciabacolod.co.nr
 
RAM( Random Access Memory) and how it works.
Back to top 
Page 1 of 1

Permissions in this forum:You cannot reply to topics in this forum
 :: PC TERMS AND TERMINOLOGY :: WHAT IS MEMORY AND ITS WORK?-
Jump to: