3.5 Memory and storage Flashcards
1
Q
What are the 3 types of storage a computer has?
A
- Primary Storage
- Secondary Storage
- Off-line storage
2
Q
What does RAM do?
A
- Primary Storage
- Can be written to or read from
- Data is only stored temporarily, and all memory is erased without power, it is volatile
3
Q
What is an ‘embedded computer’?
A
- A computer built into another device to carry out one or more specialised tasks
- eg. a calculator
- Has not much RAM (few KB)
4
Q
What is a ‘general purpose computer’?
A
- The modern form of computer
- eg. Desktop PC, smart phone
- Generally has a few GB of RAM
5
Q
What is ‘ROM’?
A
- Read Only Memory
- It does not loose its data when it looses power
- The ROM holds data that is used to control the device before the system software on start up
6
Q
What is firmware?
A
ROM that holds programs that run on an embedded computer
7
Q
What does ‘bootstrap’ mean?
A
ROM that contain start up instructions for the computer
8
Q
What is ‘EPROM’?
A
- Erasable Programable Read Only Memory
- ROM that can be erased and re written
9
Q
What is flashing?
A
The process or erasing and rewriting the programs on ROM
10
Q
Primary storage…
A
- Directly accessible by the processor
- Temporarily stores data
- Can be read from and written to extremely quickly
- Normally a few GB capacity
- Fixed within the computer
11
Q
Secondary storage…
A
- Not directly accessible from the processor, data first has to be transferred into RAM
- Data is permanently stored until it is erased
- Slower to read and write to than primary storage
- Can be up to a terabyte or more in capacity
- Some secondary storage devices are removable
12
Q
What are the 3 types of secondary storage?
A
- Magnetic
- Optical
- Solid-state
13
Q
What is magnetic storage?
A
- Read, write and erase data using electromagnets
- The storage is usually a hard disk or tape with small magnetic dots that can be charged either positively or negatively using electromagnets, this is binary data
- Tape based storage use a cartridge of looped magnetic tape that passes over an electro magnet to read/write/erase data, however data is stored serially and isn’t good for saving files to
14
Q
Explain how disk based magnetic storage works…
A
- There are several disks called platters
- The platters can be made from metal or glass
- They have a magnetised coating on which the data is stored
- Dots lie in the tracks that run around each platter
- All platters are on a spindle
- Spindle rotates at high speed
- The dots pass under a moving electromagnetic arm
- The arm moves back and forth across the platters to access data from different tracks
15
Q
What is the ‘data transfer rate’?
A
The speed at which data can be moved to and from a storage device