You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
This lesson covers input devices — what they are, how they work, and how they are used in different contexts. This is part of OCR J277 Section 1.1.1, which requires you to understand the role of input and output devices within a computer system.
An input device is any hardware component that allows a user (or another system) to send data into a computer for processing. Input devices convert real-world actions (such as pressing a key, moving a mouse, or speaking) into digital data that the computer can understand and process.
| Feature | Detail |
|---|---|
| How it works | Each key press sends a unique electrical signal (key code) to the CPU |
| Use | Entering text, commands, shortcuts, and data |
| Types | Mechanical, membrane, virtual (on-screen) |
The keyboard is the most common input device for text-based data entry. When a key is pressed, an interrupt is generated that tells the CPU to process the key press.
| Feature | Detail |
|---|---|
| How it works | Detects movement (optical sensor or ball) and sends positional data to the CPU |
| Use | Navigating GUIs, selecting items, drawing |
| Types | Optical mouse, laser mouse, trackpad, trackball |
An optical mouse uses a small LED and sensor to detect movement across a surface. The sensor captures images of the surface thousands of times per second and calculates direction and speed.
| Feature | Detail |
|---|---|
| How it works | Converts sound waves into electrical signals, which are digitised using an ADC (analogue-to-digital converter) |
| Use | Voice recording, voice commands, video calls |
| Feature | Detail |
|---|---|
| How it works | Captures light through a lens onto an image sensor (CCD or CMOS), converting it into digital image data |
| Use | Video calls, security, photography, facial recognition |
| Feature | Detail |
|---|---|
| How it works | Emits a laser or LED light onto a barcode; the reflected light pattern is decoded into a number |
| Use | Retail (point of sale), inventory management, library systems |
| Feature | Detail |
|---|---|
| How it works | Detects the position of a finger or stylus on the screen using capacitive or resistive technology |
| Use | Smartphones, tablets, ATMs, self-service kiosks |
Capacitive touchscreens detect the electrical charge from a finger. Resistive touchscreens detect pressure when two layers are pressed together.
| Feature | Detail |
|---|---|
| How it works | A light source illuminates a document; sensors capture the reflected light and convert it into a digital image |
| Use | Digitising paper documents, OCR (optical character recognition) |
In embedded systems and data logging applications, sensors act as input devices that detect physical conditions and convert them into electrical signals:
| Sensor | What It Measures | Example Use |
|---|---|---|
| Temperature sensor | Temperature (°C / °F) | Central heating thermostat |
| Light sensor (LDR) | Light intensity | Automatic street lights |
| Pressure sensor | Force / pressure | Car tyre monitoring |
| Motion sensor (PIR) | Movement | Security alarm |
| Humidity sensor | Moisture in air | Greenhouse monitoring |
| pH sensor | Acidity/alkalinity | Water quality testing |
OCR Exam Tip: Questions may ask you to choose an appropriate input device for a given scenario. Always consider the type of data being captured and the context (e.g. a barcode scanner is appropriate for a supermarket checkout).
Input devices communicate with the CPU through the system bus:
A device driver (software) is required to translate the raw signals from the input device into data that the operating system and applications can understand.
When choosing an input device, consider:
| Factor | Question to Ask |
|---|---|
| Data type | What kind of data needs to be captured? (text, image, sound, physical measurement) |
| Accuracy | How precise does the input need to be? |
| Speed | How quickly does data need to be entered? |
| Environment | Where will the device be used? (office, factory, outdoors) |
| User | Who will use it? (expert, general public, person with disabilities) |
| Cost | What is the budget? |
OCR Exam Tip: Always link your answer to the context of the question. If asked about a specific scenario, name the device, explain how it works, and justify why it is suitable.
Many OCR J277 questions present a scenario and ask you to pick appropriate input devices and explain why. The supermarket self-checkout is a classic example because it uses at least four distinct input devices in the same station.
Scenario: A supermarket is designing a self-service checkout. Customers scan their own items, weigh loose fruit and vegetables, pay, and interact with on-screen prompts. Which input devices are needed and what role does each play?
Step 1 — break the task into sub-tasks.
| Sub-task | Input device | How it works |
|---|---|---|
| Identify an item with a barcode | Barcode scanner | A laser or LED illuminates the barcode; a photodetector reads the pattern of reflected light and converts the bars and spaces into a unique product code that looks up price and description in the store database. |
| Weigh loose produce | Load cell (pressure sensor) | A strain gauge inside the weighing pan deforms slightly when an item is placed on it. The deformation changes an electrical resistance, which an ADC converts to a digital weight value. |
| Navigate on-screen menus | Capacitive touchscreen | When a finger touches the glass, the small electrical charge of the finger disturbs a grid of capacitors behind the display. The controller calculates the position and sends the coordinates to the CPU. |
| Read a loyalty or bank card | Card reader (magnetic stripe / chip / NFC) | A magnetic head reads the stripe, a chip reader interacts electrically with the card's integrated circuit, or an NFC antenna reads the card wirelessly via radio waves. |
| Authenticate with PIN | Numeric keypad | Each keypress closes an electrical circuit, sending a unique key code to the CPU. |
Step 2 — justify each choice in exam language.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.