1.1.3: Input/Output + Storage Flashcards
1
Q
Input and Output
A
Input: used to put data in
- keyboard, webcam
Output: used to send info from computer
-speakers, printers
Both: Touchscreen
2
Q
Optical Storage
A
- read from + write to using lasers
- binary info represented by portions of disc –> refects/scatter the laser
- pits and lands
- Pits scatter the laser (represent 0s)
- Lands reflect the laser (represent 1s)
3
Q
CDs
A
- compact disc
- used to store small quantities of info
- audio files, text and digital images
- small, thin and light - very portable
- can be scratched, limited storage and slow tansfer speed
- CD-R : written once
- CD -RW : written more than once
- CD - ROM : written in production then only read from
4
Q
DVDs
A
- Digital Versatile/Video Disc
- Higher storage than CDs
- Storing videos
4
Q
Blu - ray
A
- more than 5x more storage than DVDs
- storing higher resolution films
5
Q
Magnetic storage
A
- store info magnetically - 2 magnetic plates: polarised + unpolarised
- both states represent 1 and 0 –> binary
6
Q
hard disk drive (HDD)
A
- high capacity (500GB - 5TB)
- rotating magnetic platters at high speeds under read/write head on a actuating arm –> allowing access to any part of platter
- most HDDs stack platters to maximise storage
- slow data transfer, can be damaged due to moving parts
7
Q
magnetic tape
A
- long stretches of tape pass through readers - checking polarity , reading off binary
- quite bulky –> replaced by ROM cartridges
8
Q
floppy disk
A
- thin magnetic disk enclosed in plastic
- very portable –> thin, low weight
- 1MB –> 200MB
9
Q
Solid State Drive (SSD)
A
- extremely light + portable
- less prone to damage –> no moving parts
- high data transfer rates
- costly + limited lifespan
10
Q
RAM and ROM
A
- types of primary storage
- used by computer’s OS to run computer
- store info like code instructions +files which are required by running programs
11
Q
Random Access Memory (RAM)
A
- fast main memory
- stores data + programs computer currently uses
- speeding up execution time
- higher access speed than flash memory
- more expensive per GB than secondary storage
- Volatile –> loses info when the power is lost
- not used for personal files –> temporary storage instead
12
Q
Read Only Memory (ROM)
A
- cannot be modified
- useful for storing fixed sequences - computer’s start-up
- non-volatile –> data is retained even when power is off
13
Q
Virtual storage
A
- storing info remotely –> accessed by any computer with access to same system
- Google drive, Microsoft OneDrive, officed/school network storage
- More popular –> convenience of files being ‘in the cloud’
- limitations of user’s network speeds + high costs
14
Q
Flash memory
A
- fast + compact
- uses silicon semiconductors –> logic gate NAND + NOR –> store electric charge –> high/low which represent binary values True + False
- small qunatities –> NOR
- large quantities –> NAND
- erased + reprogrammed electronically
- non-volatile
- more expensive than other methods of storage like magnetic + optical