chap 2: storage units Flashcards
1
Q
what is the function of storage
A
- reads, writes, retains data
- classified as primary and secondary, or temporary and permanent
2
Q
RAM
A
- primary storage
- integrated circuits made up of transistors + capacitators, stores bits
- data + apps opened stored in RAM
- cache: small area of very fast RAM; stores instructions used repeatedly, reduces instruction loading time
- instructions on the cache only needs to be loaded onto cache once
- expensive, fast, commonly used
3
Q
DRAM
A
- dynamic RAM
- composed of transistor + capacitor per cell
- capacitors: electrons escape therefore constant recharging needed
- constant recharging = time = decrease in performance
- makes up normal RAM
4
Q
SRAM
A
- static RAM
- able to hold binary state without recharging
- much faster than DRAM
- uses flip-flops: circuits that include feedback to enable them to maintain a particular state(once it stores a bit, it is stored until it is replaced with the opposite value)
- expensive + faster, therefore used for Level 1 + 2 cache memory
5
Q
virtual memory
A
- when physical RAM is exhausted, virtual memory is deployed
- virtual memory: allowing the system to remain operational with reduced performance, accessing hard drive to make up for shortage of RAM
6
Q
hard disks
A
- secondary storage
- disk + magnet, stores positive and negative magnetic data through electrical charge
- volatile
- hard disks cheaper than SSDs per storage unit, but slower
7
Q
SSD
A
- secondary storage
- solid state drives
- expensive, fast, volatile
- unable to recover lost data
- stored/installed in racks
- wears out easily - physically
- replacing hard disks slowly but surely
- not sequential
8
Q
tapes
A
- secondary storage
- cheapest storage per byte
- uses magnetic signals
- sequential, magnetic storage
- very slow
9
Q
CD
A
- secondary storage
- compact disk
- non-volatile, info stored with laser
- used through reflection of light off the surface
10
Q
ROM
A
- primary storage
- stores permanent instructions required constantly by a device
11
Q
registers
A
- primary storage
- temporary stores for data during processing
- located in CPU
- must be very, very fast
- delays = major performance problems
12
Q
flash memory
A
- electronic, solid-state, non-volatile
- flash drives, removable storage
- traps electrons to store data, even when no power is present
- solid state: no moving parts
- fast, silent, reliable, expensive!!