1.1.3 Input, output and storage devices Flashcards
1
Q
What is a Scanner
A
- It is an input device
- When a printed image or media is digitised, it is converted into a series of pixels. Generates a bitmap image.
- The pixels are stored as binary data on the colour of the pixel
2
Q
What is Optical Character Recognition (OCR)
A
- OCR converts printed media into editable searchable text using a scanner.
- Allows user to change sections of text and publish into new formats.
- It performs pattern matching
- This is done by comparing binary data to an internal database of known character shapes
3
Q
What is an Optical Mark Recognition (OMR)
A
- OMR is based on a predefined form
- The form has specific parts for someone to fill in
- A special reader then scans the form in order to detect dark marks and note their position. The scanner knows what option has been selected.
- (Used in human marked-data/ multiple choice Qs)
4
Q
What is Magnetic Ink Recognition?
A
- Combination of ink containing iron oxide and specific fonts. Can be read by MICR reader.
- This ink can be read through normal ink
- Allows the computer to read the characters on a check even if covered with signatures, bank stamps etc
5
Q
What are Barcodes?
A
- Barcodes allow devices reading them to look up data about a product in a database
- Different values are represented by different thickness of lines
- A reader uses a laser and measures the reflective properties
6
Q
How is a check digit (validation of barcodes) calculated
A
- Multiply value of each position. N1 x3, N2 x1, N3 X3 …. (find sum of all even digits, multiply odd position by 3 and add together)
- Add results together to create sum
- Subtract the sum from nearest equal or higher multiple of ten = check digit
7
Q
What are Sensors and Actuators
A
- Sensors read data from the physical environment e.g Pressure/ light/infrared.
- Data recorded by a sensor must be converted from analogue to digital then processed
- The processing will usually cause an output
- An output could be a physical motion
- An actuator is an output device which can cause a physical motion (e.g conveyor belts
8
Q
What are the 2 types of touchscreen
A
- Resistive - cheaper/ made of 2 thin transparent sheets. When they touch a voltage is recorded (position)
- Capacitive - sharper images. Multiple touchpoints touched simultaneously. Human body conducts electricity (changes electric field on area you touched)
9
Q
What is Secondary Storage
A
- A longer term of storage
- Types of secondary storage include memory sticks, floppy disk tapes and CDs
- Larger and cheaper
- Have lower access speeds
- Non-volatile and needs to be reliable and robust
10
Q
What do secondary storage devices usually store
A
- The OS and common utilities
- User applications
- User documents/files
11
Q
What are the 3 types of Storage devices
A
- Magnetic Storage Devices
- Optical Storage Devices
- Flash Storage Devices
12
Q
What is Magnetic Storage?
A
- Magnetic Storage devices include the internal hard drives and floppy disks
- These disks are divided into tracks and sectors
- Tracks are circular shape and each track is divided into 8 segments. Measured in RPM
- The disk spins so the read-write head can access the data in the segment
13
Q
What is Optical Storage
A
- Includes CDs, DVDs and Blu-Ray disks
- They are written and read using lasers.
- The disk spins so the laser can read from the correct location
- The surface of the disk will have billions of locations where holes are burnt/not with a laser this represents 0/1 - used to store binary data (pits and lands)
14
Q
What are Flash Storage Devices
A
- They use a special type of memory (EEPROM) which retains its state when power is disconnected
- Better performance, expensive, lower capacity.
- Performance = increase (no physical motion)
- Smaller (lightweight) and portable
- E.g Memory sticks and memory cards
15
Q
What is RAID
A
- Redundant Array of Independent/inexpensive discs
- RAID is a way of combining several independent and relatively small disks into a single storage of large size
- The disks included in the array are called array members
- The disks can combined in the array in different ways which are known as RAID levels