1.1.3 (Input, Output, and Storage) Flashcards
What is an input device, and give an example?
- Any hardware giving information to the computer
- Keyboard, mouse, webcam, mic
What is an output device, and give an example?
- Any hardware giving information to the user
- Monitor, speakers
Why is secondary storage needed on a computer system?
To store files including when the computer is turned off
What are the characteristics of Magnetic Disk Storage e.g. HDD?
- Large capacity
- relatively cheap
- sensitive to movement due to moving parts
What are the characteristics of Solid State (flash) storage?
- Lower capacity
- relatively expensive
- no moving parts so not sensitive to movement
What are the characteristics of Optical Disc storage?
- Low capacity
- very cheap per disc
- moving parts so can’t be moved while running
List the 6 characteristics of secondary storage
Cost Capacity Reliability Speed Portability Durability (Computers Can Really Store Petabytes of Data)
What are the three types of secondary storage?
- Magnetic Disk
- Optical Disk
- Solid State
What is primary memory?
Memory directly accessed by the CPU
What are the two types of primary memory?
RAM and ROM
What is the purpose of ROM?
- Stores BIOS
- Stores boot up instructions
- Stores data that should not be changed
Is ROM volatile or non volatile?
Non volatile
What is the purpose of RAM?
Stores currently running programs and data
Is RAM volatile or non volatile?
Volatile
Why do computers need virtual memory?
- When RAM is full
- secondary storage is used as temporary RAM
How does virtual memory work?
- When RAM is full data from RAM is moved to secondary storage to make space
- RAM can then be filled with new data
- When data in virtual memory is needed it is moved back to RAM
How do magnetic disks work?
- Metal disks are coated with magnetic material
- This can be positively or negatively charged
- The disks are rotated and an arm moves to the desired location to read a charge
- +VE charge (1), or a -VE charge (0)
How does optical storage work?
- Pits and lands are burned into a disk
- The disk is spun to find the desired memory location
- Light is shone onto the disk
- If it is reflected by a land, it’s a 0
- If not, it’s a 1
How does solid state work?
- Electrons are pushed through a gate with an electric charge
- A 1 is recorded if there are any electrons through the barrier
- Each cell is checked for a 1 or a 0