The Types Of Computer Memory

How can a computer be such an amazing gadget? ToIt operates much like a cassette tape where you
many people they just can't be so amazed on howhave to go through other memory cells before
computers have changed the way we live.accessing the data that you are looking for.
Computers can now be found in many sizes andOther types of computer memory include the ROM
shapes. Almost every home appliance seems to haveor Read Only Memory. ROM is an integrated circuit
their own mini computer located somewhere. Fromalready programmed with specific data that cannot
cars to buildings to almost every gadget there is,be modified or changed, hence the name "Read
most of the time each one has a computer workingOnly". There is also another type of computer
to make them run and change the very way we livememory called Virtual Memory. This type of memory
life.is a common component in most operating systems
First and foremost, the most important componentand desktops. It helps the computers RAM to be
of the computer is its processor. It is considered thefreed up with unused applications to make way for
heart of the computer that does all the calculatingloading current applications being used. It works
and processing. But with all that calculating andsimply by checking for data stored in RAM not being
processing, the computer won't be such a remarkableused recently and have it stored in the computer's
gadget if not for its amazing memory. Computerhard disk, thereby freeing valuable space in RAM for
memory makes it possible to retain importantloading other applications. A virtual memory will make
information on a computer. Such data can be useda computer think that it has almost unlimited RAM
again and again and retrieved when a certain storedinside it.
data is needed. Without the computer memory, theAnother type of computer memory that has made
processor will have no facility where to store itscomputers process tasks faster is what is called
important calculations and processes, thereby makingcache memory. Cache memory works simply by
them useless.having current applications, calculations and processes
There are different types of computer memorystored in its memory instead of directly to the main
tasked to store different types of data. They alsostorage area. When a certain process is in need of
have different capabilities and specialties when itdata previously used, it first will try to access the
comes to storing necessary data inside the computer.cache memory if such data is stored there before
The best known computer memory is the RAM,accessing the central memory storage area. This
otherwise known as Random Access Memory. It isfrees up the computer from looking for the data in a
called random access because any stored data canlarger and bigger memory storage area and makes
be accessed directly if you know the exact row anddata extraction faster. Computer memory is in a
column that intersect a certain memory cell. In thisconstant state of development as more and more
type of computer memory, data can be accessed intechnologies are being developed. Who knows,
any order. RAM's exact opposite is called SAM ormaybe in the near future computer memory might
Serial Access Memory, which stores data in a seriesalso be fit for human consumption.
of memory cells that can only be accessed in order.