How storage devices works


Different Types of Computer Memory

Computer memory refers to either of two typesbut 8MB runs far better.Beyond operating
of computer storage. Volatile memory referssystem demands, the amount of RAM required
to RAM that needs to be constantly refresheddepends on the applications to be run. For
to be retained. Static memory is permanentexample, heavy graphics, real time video, and
storage that is retained even after thesuch need more RAM to keep things from
computer is turned off.RAM or Random Accessslowing to a crawl or stop. Generally,
Memory is volatile memory that is erased whenoff-the-rack machines come with 8 to 16MB,
the power goes off. Program instructionsmore than enough for a general purpose
and data held in RAM can be accessed andcomputer.With improved handling of memory,
saved much more quickly than that held inreduced access times, and lower cost have
permanent storage. Therefore, files neededconspired to make larger amounts of RAM
to run a program and data that is beingpractical. Which in turn has given
processed are held in RAM while they are inprogrammers free rein to add more bells and
use. The amount of RAM you need depends atwhistles. This also helps programmers to
least partly on the operating system( abecome more creative in writing programs that
program that directs all the basic functionsrequire more RAM. There is reason to
of a computer such as accepting commands frombelieve that this trend will continue.As for
a keyboard, displaying input on a monitorstatic memory, you don't have to be very old
screen, and controlling disk drives and someto remember buying a computer without a hard
other peripheral devices) you select as welldrive, then later installing a 20MB hard
as the type of programs you intend todrive, unable to imagine ever needing more
run.When you boot up the computer, in otherstorage than that. Today, a 250MB hard
words turn it on, the operating system ordrive is popular; however, most new computers
part of it is loaded into the RAM along withare in the 500 to 1000MB( 1 gigabyte) range.
a variety of utilities required for normalAnd you may need all of that MB and then
operation. Therefore, programs and data aresome.Computer Memory fact #1: For the faint
loaded into what's left. As little asof heart, when programs or data files are
2MB(megabytes) total will suffice for mostcalled up from permanent storage, they are
DOS( disk operating system-a proprietarynot moved, they are merely copied. If the
program that controls all the basic functionspower goes off during processing, programs
of a computer) programs. In a Windows 3.xgenerally are safe. The only loss will be
environment, 4MB is the recommended minimum,data that was changed since the last save.



1 A B C D 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110