Section 4 memory and storage Flashcards
Main Memory
(RAM AND ROM) is directly accessible by the CPU, it is also know as the primary storage
RAM: random access memory
required to temporarily store programs, instructions and data the computer needs whilst it is in operation.
These are copied from hard disk into main memory when they are required because it would be too slow to access everything directly from hard disk.
For even faster access, the most frequently used program instructions and data are held in cache
RAM is computers temporary working memory. Volatile.
ROM: read only memory
stores instructions and data that never need to be changed, such as the computer’s start-up
instructions so that it knows what to do when you push the ‘on’ button. ROM is non-volatile as it is read only you cannot overwrit it contents once it has been set by the manufacturer
RAM ADV OR DISADV
-Volatile all data is lost when the power is turned off
-Used as the computer’s working memory for instructions, programs and data
-can be written to, and read from
ROM ADV DISADV
-Non-volatile data is permanently retained without power
-Used for the computer’s start-up instructions and in embedded systems
-Read-only so cannot be written too