what is the use of the RAM?

India
June 29, 2010 1:22am CST
please care to enlighten me...
1 person likes this
2 responses
@rameshchow (4426)
• India
29 Jun 10
RAM means Random Access Memory. It is one form of memory of computer data storage. RAM is a volatile memory, this means whenever power gone the data will be lost. RAM is developed in 1950s, in those it in a bigsize, now a days it is in the compact size like a strip. TIP: whenever your computer is slow just clean the RAM and refix it....
• India
29 Jun 10
By cleaning RAM we mean wiping out unnecessary data from it. Especially in multitasking environment, several programs are resident at the same time in RAM. Now if one of such program has terminated then there is no use in keeping the space occupied. In that case the space is freed. This entire process is called cleaning of RAMs. This is equivalent to the free(pointer) function in C, where the memory location is cleared once the job is finished. As per my consideration, fixing RAM is difficult. There is really no other way than sending it to technician. Thanks. God bless you
@sumit057 (227)
• India
29 Jun 10
RAM means random acess memory. it is used to store the data temperarly,until the power is on.It takes the instructions line by line from the code area and allocates memory for the Contents. There are many different types of RAM which have appeared over the years and it is often difficult knowing the difference between them both performance wise and visually identifying them. This article tells a little about each RAM type, what it looks like and how it performs. FPM RAM FPM RAM, which stands for Fast Page Mode RAM is a type of Dynamic RAM (DRAM). The term Fast Page Mode comes from the capability of memory being able to access data that is on the same page and can be done with less latency. Most 486 and Pentium based systems from 1995 and earlier use FPM Memory. FPM RAM FPM RAM EDO RAM EDO RAM, which stands for “Extended Data Out RAM came out in 1995 as a new type of memory available for Pentium based systems. EDO is a modified form of FPM RAM which is commonly referred to as “Hyper Page Mode. Extended Data Out refers to fact that the data output drivers on the memory module are not switched off when the memory controller removes the column address to begin the next cycle, unlike FPM RAM. Most early Penitum based systems use EDO. EDO RAM EDO RAM SDRAM SDRAM , which is short for Synchronous DRAM is a type of DRAM that runs in synchronization with the memory bus. Beginning in 1996 most Intel based chipsets began to support SDRAM which made it a popular choice for new systems in 2001. SDRAM is capable of running at 133MHz which is about three times faster than FPM RAM and twice as fast as EDO RAM. Most Pentium or Celeron systems purchased in 1999 have SDRAM. SD RAM SD RAM DDR RAM DDR RAM, which stands for “Double Data Rate which is a type of SDRAM and appeared first on the market around 2001 but didn’t catch on until about 2001 when the mainstream motherboards started supporting it. The difference between SDRAM and DDR RAM is that instead of doubling the clock rate it transfers data twice per clock cycle which effectively doubles the data rate. DDRRAM has become mainstream in the graphics card market and has become the memory standard. DDR RAM