Following is a list of the things stored in main memory and some of its
uses:
-
Programs, made up of millions of machine instructions, are stored in
main memory. The currently running program is always stored in main memory.
-
Data being operated upon by the running program, both input and output
data, are stored in main memory.
-
Data coming from input devices or going to output devices usually makes
a stop in main memory.
-
In a modern multiprogrammed operating system, programs that are not
currently running, but which are ready to run, are stored in main memory.
|