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