1.2 Memory and storage Flashcards
Why do we need primary storage?
The processor cannot get instructions straight from the hard drive because the access speed is slow. RAM acts as a temporary storage for programs and data while the program is being executed.
3 features of RAM
Volatile - data is lost when the power is turned off, used to store data currently in use, can be written to / read from
3 features of ROM
Non-volatile - data is not lost when power is turned off, store the BIOS/bootstrap loader - required at start-up, read-only
Define virtual memory
A memory management capability that uses secondary storage as RAM and holds instructions that are in use.
Why do we need secondary storage?
Computers need to be able store programs and data that is non-volatile for later use.
3 common types of storage
Optical, magnetic, solid-state
3 features of optical storage
Low capacity, slow access to data, portable (thin/lightweight)
4 features of magnetic storage
High capacity, medium / quick access to data, moving parts which will eventually fail, perform better if defragmented
6 features of solid-state storage
Medium storage capacity, very quick access to data, reliable (no moving parts), no noise, limited number of read/write cycles, expensive
6 things to consider when choosing a storage device
Capacity, speed, portability, durability, reliability, cost
Smallest unit of data
Bit
How many bits in a nibble and byte?
4 and 8
Hexadecimal number A in denary
10
Denary number F in hexadecimal
15
How to divide a binary number by 2?
Move all the digits to the right.