Input devices convert real-world data into a form the computer can process. The key is to match the device to the task and justify the choice.
Converts key presses into ASCII/Unicode character codes. Suitable for text entry and commands.
Detects movement and button clicks. Converts physical movement to cursor position. Suitable for GUI navigation and selection.
Detects finger/stylus pressure or capacitance at coordinates. Acts as both input and output. Used in smartphones, ATMs, kiosks.
Converts sound waves (analogue) to digital audio data. Used for voice recognition, VoIP, recording.
Captures light and converts to digital image/video data. Used for video calls, security, barcode reading.
Barcode: scans reflected laser light pattern. RFID: reads electromagnetic signals from passive tags. Used in retail, logistics, access control.
Temperature, pressure, light, humidity, motion sensors. Convert physical quantities to digital signals. Used in embedded systems, control systems, IoT.
Scanner: captures document images. OMR (Optical Mark Recognition): detects marks on paper (exam papers, ballots). OCR: converts printed/handwritten text to digital characters.
LCD: uses liquid crystals and backlight. OLED: each pixel emits its own light — better contrast, thinner. Measured in resolution, refresh rate, pixel density (PPI).
Sprays tiny droplets of ink. Suitable for home printing, photos, low-volume colour. Slow; ink cartridges expensive per page.
Uses toner (powder) and electrostatic charge. Fast, high-volume, cheaper per page. Better for text and office use.
Builds 3D objects layer by layer from filament or resin. Used in prototyping, manufacturing, medicine (prosthetics).
Convert digital audio data to sound waves (analogue). Used with multimedia, music, alerts.
Converts a digital control signal into a physical movement. Used in robotics, control systems (e.g. motor, valve, servo).
Secondary storage is non-volatile (data persists without power). The three main types are magnetic, optical, and solid-state.
| Type | Technology | Examples | Pros | Cons |
|---|---|---|---|---|
| Magnetic | Magnetic domains on spinning platters; read/written by moving head | HDD (Hard Disk Drive), magnetic tape | High capacity, low cost per GB; large drives (>10 TB) | Slow (mechanical moving parts); vulnerable to shock; generates heat/noise |
| Optical | Laser burns/reads microscopic pits on a reflective disc | CD (~700 MB), DVD (~4.7 GB), Blu-ray (~25 GB) | Cheap, portable, durable (no moving parts during storage), read-only formats are tamper-proof | Slow access; low capacity vs HDD/SSD; easily scratched; optical drives becoming rare |
| Solid-State | Flash memory (NAND); no moving parts; electronic read/write | SSD, USB flash drive, SD card, NVMe drive | Very fast; silent; shock resistant; compact and lightweight | More expensive per GB than HDD; limited write cycles (wear); lower max capacity than HDD |
When evaluating storage for a given scenario, consider:
Many input devices capture analogue signals (continuous, infinite values) from the physical world. These must be converted to digital (discrete, binary) values using an Analogue-to-Digital Converter (ADC) before the CPU can process them. Examples: microphones (sound), temperature sensors, pressure sensors.
Similarly, digital outputs from the CPU may need converting to analogue signals for real-world use via a Digital-to-Analogue Converter (DAC) — e.g. audio output to speakers.
8 questions · instantly marked · Cambridge 9618 standard
| Term | Definition |
|---|
10 questions · 10 marks · 10 minutes