Different Types of Computer Memory

Computer memory refers to either of two types ofbetter.Beyond operating system demands, the
computer storage. Volatile memory refers to RAMamount of RAM required depends on the applications
that needs to be constantly refreshed to be retained.to be run. For example, heavy graphics, real time
Static memory is permanent storage that is retainedvideo, and such need more RAM to keep things from
even after the computer is turned off.RAM orslowing to a crawl or stop. Generally, off-the-rack
Random Access Memory is volatile memory that ismachines come with 8 to 16MB, more than enough
erased when the power goes off. Programfor a general purpose computer.With improved
instructions and data held in RAM can be accessedhandling of memory, reduced access times, and lower
and saved much more quickly than that held incost have conspired to make larger amounts of RAM
permanent storage. Therefore, files needed to run apractical. Which in turn has given programmers free
program and data that is being processed are held inrein to add more bells and whistles. This also helps
RAM while they are in use. The amount of RAM youprogrammers to become more creative in writing
need depends at least partly on the operatingprograms that require more RAM. There is reason to
system( a program that directs all the basic functionsbelieve that this trend will continue.As for static
of a computer such as accepting commands from amemory, you don't have to be very old to
keyboard, displaying input on a monitor screen, andremember buying a computer without a hard drive,
controlling disk drives and some other peripheralthen later installing a 20MB hard drive, unable to
devices) you select as well as the type of programsimagine ever needing more storage than that. Today,
you intend to run.When you boot up the computer,a 250MB hard drive is popular; however, most new
in other words turn it on, the operating system orcomputers are in the 500 to 1000MB( 1 gigabyte)
part of it is loaded into the RAM along with a varietyrange. And you may need all of that MB and then
of utilities required for normal operation. Therefore,some.Computer Memory fact #1: For the faint of
programs and data are loaded into what's left. Asheart, when programs or data files are called up from
little as 2MB(megabytes) total will suffice for mostpermanent storage, they are not moved, they are
DOS( disk operating system-a proprietary programmerely copied. If the power goes off during
that controls all the basic functions of a computer)processing, programs generally are safe. The only loss
programs. In a Windows 3.x environment, 4MB is thewill be data that was changed since the last save.
recommended minimum, but 8MB runs far