What is storage?
Processing
Output
Storage
Storage refers to the media and methods used to keep in formation available for later use. Some things will be needed right away while other won’t be needed for extended for extended periods of time. So different methods are appropriate for different uses.
Earlier when learning about processing, we saw all the kinds of things that are stored in main memory.
Main memory = primary storage
Main memory keeps of what is currently being processed. It’s volatile, meaning that turning the power off erases all of the data.
For main memory, computers use RAM,or Random Access Memory. These memory chips are the fastest, but most expensive, types of storage.
Auxiliary storage= secondary storage
Auxiliary storage holds what is not currently being processed. This is the stuff that is “ filed away”, but is ready to be pulled out when needed.
It is nonvolatile, meaning that turning the power off does not erase it.
Auxiliary storage is used for:
· Input – data and programs
· Output- saving the results of processing
So, auxiliary storage is where you put last year’s tax info, addresses for old customers, programs you may or may not ever use, data you entered yesterday-everything that is not being used right now.
must share your friends this post.
Post a Comment