Input, output, and the ones that are both
An input device brings data into the system; an output device presents results to the outside world. Most devices are clearly one or the other, and questions test the few that are not.
A touchscreen is both — it displays and it senses. So is a modem, sending and receiving. Storage devices are neither in the usual sense: data goes both ways, but to and from the machine's own memory rather than to a person.
| Input device | Typical use |
|---|---|
| Keyboard | entering text and commands |
| Mouse / trackpad | pointing and selecting |
| Scanner | converting paper documents to digital images |
| Barcode / QR reader | identifying products quickly and accurately |
| Camera | capturing still or moving images |
| Microphone | capturing sound |
| Sensor | measuring a physical quantity continuously |
Sensors
A sensor measures a physical quantity continuously and passes the reading to a system. It is the input device that makes automated systems possible, and the syllabus expects specific types matched to specific applications.
The key point about every sensor: it produces an analogue reading, a continuously varying quantity. A computer works in digital values, so an analogue-to-digital converter stands between the two. A sensor cannot be wired straight into a processor.
| Sensor | Measures | Used in |
|---|---|---|
| Temperature | heat | central heating, ovens, greenhouses |
| Pressure | force per unit area | burglar alarms, tyre monitors |
| Light | brightness | automatic street lighting, camera exposure |
| Moisture / humidity | water content | irrigation, weather stations |
| Infrared / motion | movement or body heat | security systems, automatic doors |
| pH | acidity | water treatment, soil monitoring |
| Proximity | nearness of an object | parking sensors, robotics |
A sensor does not make decisions
It measures, and nothing else. Comparing the reading with a preset value and deciding what to do is the microprocessor's job. A question asking "explain how the system keeps the temperature at 20°C" wants the sensor, the ADC, the comparison and the actuator — describing the sensor as though it switched the heater on loses most of the marks.
Output devices
The syllabus names several and asks you to choose between them, so the distinguishing characteristic of each is what to know.
For printers: an inkjet sprays droplets, giving high-quality colour at low purchase cost, but is slow and expensive per page — right for photographs and low volumes. A laser uses toner and a rotating drum, printing quickly and cheaply per page in large volumes — right for an office. A 3D printer builds an object in layers, used for prototypes and custom parts.
Other outputs include screens, speakers, projectors, and actuators — motors, valves, heaters — which are the output devices of a control system, doing something physical rather than presenting information.
A school needs to print 500 exam papers a day in black and white, and occasionally a colour photograph for a display. Recommend printers and justify the choice.
- For the exam papers: a laser printer.High volume is exactly what laser printers are designed for.
- It prints far faster than an inkjet and the cost per page is much lower with toner.500 pages a day would exhaust inkjet cartridges quickly and take a long time.
- For the occasional photograph: an inkjet.Better colour quality for photographs, and the low volume means the running cost does not matter.
- The inkjet also costs less to buy, which is reasonable for a device used rarely.Matching each device to its actual workload is what the question is testing.
A laser for bulk mono printing, an inkjet for occasional colour photographs.
Before you leave this chapter
- Input brings data in, output presents results. A touchscreen is both.
- A sensor measures continuously and produces an analogue value.
- An ADC is needed between any sensor and a processor.
- A sensor never decides anything — the microprocessor compares and decides.
- Laser for high volume and low cost per page; inkjet for photographs and low volume.
Sensors in a working system
Input devices are usually studied one at a time, but a sensor rarely works alone. It sits at the start of a chain, and the chain is what the exam asks about.
The reading is analogue, so it passes through an analogue-to-digital converter before a processor can use it. The processor compares it with a stored value and decides. If action is needed, the signal goes to an actuator — and the action changes the very quantity the sensor is measuring.
Step from Sense to Act. The sensor is only the first of four stages, and the loop closes because the actuator changes what the sensor is measuring.
Name every stage in the chain
A question asking how a system responds to a sensor reading wants four things: the sensor measuring, the ADC converting, the microprocessor comparing against a preset, and the actuator acting. Answers that jump from "the sensor detects it is cold" to "the heater comes on" miss the two stages in the middle, which are usually where the marks are.
Direct data entry
Some input devices are designed to capture data without anyone typing it, which is faster and far more accurate. The syllabus names several and asks where each is appropriate.
A barcode reader identifies a product from a printed pattern. QR codes hold much more data and can be read from any angle by a phone. RFID reads a tag by radio without needing line of sight, so a whole pallet can be scanned at once. Magnetic stripe and chip readers handle cards, and OMR — optical mark recognition — reads pencil marks in fixed positions, which is how multiple-choice answer sheets are marked.
| Method | Reads | Suited to |
|---|---|---|
| Barcode reader | a printed line pattern | supermarket checkouts, libraries |
| QR code | a two-dimensional pattern | links and tickets read by phone |
| RFID | a radio tag, no line of sight | stock control, passports, animal tagging |
| Magnetic stripe / chip | a bank or ID card | payments and access control |
| OMR | pencil marks in set positions | multiple-choice papers, ballot forms |
| OCR | printed or written characters | digitising documents, number plates |
Why direct entry beats typing
It is faster, and it removes the transcription errors a person makes. It also allows validation at the moment of capture — a barcode carries a check digit, so a misread is detected immediately rather than becoming a wrong product on a receipt. The accuracy argument is usually worth more marks than the speed one, and it is the one candidates leave out.