Input DevicesActivities & Teaching Strategies
Active learning works well for input devices because students need to physically interact with hardware to grasp how data flows from the real world into computers. Hands-on testing and comparisons make abstract concepts like sensors and precision tangible, building lasting understanding beyond textbook definitions.
Learning Objectives
- 1Compare the functionality and typical use cases of at least three different input devices.
- 2Analyze how specific sensors, such as light or motion detectors, enable computers to interact with the physical world.
- 3Design a basic input system for a hypothetical user with a stated accessibility need, explaining the device choices.
- 4Explain the data flow from a chosen input device to the computer's processing unit.
Want a complete lesson plan with these objectives? Generate a Mission →
Stations Rotation: Device Testing Stations
Prepare stations for keyboard, mouse, touchscreen, and sensor (e.g., micro:bit light sensor). Groups test each for 7 minutes, noting input speed, accuracy, and errors in a shared table. Rotate and discuss findings as a class.
Prepare & details
Analyze how sensors allow computers to interact with the physical world.
Facilitation Tip: During Device Testing Stations, circulate with a clipboard to listen for students naming both the device and the type of data it captures, such as 'the motion sensor detects movement direction'.
Setup: Tables/desks arranged in 4-6 distinct stations around room
Materials: Station instruction cards, Different materials per station, Rotation timer
Pairs: Comparison Matrix Challenge
Provide images or devices; pairs create a matrix comparing three input devices on criteria like cost, portability, and use cases. They justify choices with examples, then present to another pair for feedback.
Prepare & details
Compare different input devices based on their functionality and typical use cases.
Facilitation Tip: In the Comparison Matrix Challenge, provide a printed blank matrix on A3 paper so pairs can annotate with sticky notes when they debate device suitability.
Setup: Groups at tables with matrix worksheets
Materials: Decision matrix template, Option description cards, Criteria weighting guide, Presentation template
Whole Class: Sensor Response Demo
Use micro:bits or similar to demo sensors detecting light or tilt. Class predicts outcomes, tests in darkened room or by shaking, and logs data on shared board to identify patterns.
Prepare & details
Design an input system for a specific user with accessibility needs.
Facilitation Tip: For the Sensor Response Demo, prepare a simple circuit with an LED that lights up when a light sensor detects darkness, so students see real-time input-to-output translation.
Setup: Groups at tables with matrix worksheets
Materials: Decision matrix template, Option description cards, Criteria weighting guide, Presentation template
Individual: Accessibility Design Brief
Students sketch an input system for a user scenario (e.g., visual impairment). They list devices, justify choices, and note adaptations like larger keys or voice input.
Prepare & details
Analyze how sensors allow computers to interact with the physical world.
Setup: Groups at tables with matrix worksheets
Materials: Decision matrix template, Option description cards, Criteria weighting guide, Presentation template
Teaching This Topic
Teachers should emphasize the flow of information from the physical environment into the computer, using concrete examples like how a microphone converts sound waves to digital signals. Avoid overgeneralizing devices; instead, highlight their specialized roles, such as how touchscreens prioritize gesture recognition over typing precision. Research suggests students retain concepts better when they test physical limitations, like trying to use a touchscreen with gloves during accessibility prototyping.
What to Expect
Successful learning is evident when students can explain not just what input devices do, but why certain devices fit specific tasks. They should compare functionality, recognize the role of sensors in environmental data capture, and apply these ideas in design contexts like accessibility.
These activities are a starting point. A full mission is the experience.
- Complete facilitation script with teacher dialogue
- Printable student materials, ready for class
- Differentiation strategies for every learner
Watch Out for These Misconceptions
Common MisconceptionDuring Device Testing Stations, watch for students labeling sensors as output devices because they light up or make sounds.
What to Teach Instead
During Device Testing Stations, hand students a printed data flow diagram with blanks for 'input' and 'output' and ask them to fill in examples from each station, such as 'light sensor → light level data → computer'.
Common MisconceptionDuring Comparison Matrix Challenge, listen for pairs claiming keyboards and mice are the only 'real' input devices.
What to Teach Instead
During Comparison Matrix Challenge, provide a row in the matrix titled 'Unconventional Inputs' and require pairs to research and include at least two examples like eye-tracking or voice commands before finalizing.
Common MisconceptionDuring Accessibility Design Brief, expect students to assume all input devices work the same for every user.
What to Teach Instead
During Accessibility Design Brief, give students a 'limitation card' with scenarios like 'user wears thick gloves' or 'user has limited vision' and require them to test their prototypes against these constraints.
Assessment Ideas
After Device Testing Stations, distribute a half-sheet with images of a webcam, a joystick, and a barcode scanner. Ask students to write one sentence for each explaining its primary function and one specific task where it excels.
After Sensor Response Demo, ask students to identify the input device used in a scenario like 'a smart thermostat reading room temperature' and write the device name plus one sentence explaining its role.
During Accessibility Design Brief, facilitate a class discussion where students share their design choices for a computer for someone who cannot use their hands, using their comparison matrices as evidence for their reasoning.
Extensions & Scaffolding
- Challenge: Ask early finishers to research and sketch a hybrid input device that combines features of two different devices, explaining its advantages.
- Scaffolding: For students struggling with sensor concepts, provide a labeled diagram of a light sensor circuit and ask them to trace the data path aloud before testing.
- Deeper: Invite students to investigate how input devices are used in robotics or smart home systems, then share findings in a gallery walk.
Key Vocabulary
| Peripheral | An external device that connects to a computer to provide input or output functions. Examples include keyboards, mice, and printers. |
| Sensor | A device that detects or measures a physical property and records, indicates, or otherwise responds to it. Examples include temperature, light, and motion sensors. |
| Data Input | The process of sending information from an input device into a computer for processing or storage. |
| User Interface (UI) | The means by which a human and a computer system interact, including input devices and visual displays. |
Suggested Methodologies
More in Computational Thinking and Logic
Efficiency and Optimisation
Exploring how to evaluate algorithms for efficiency and identify opportunities for optimisation.
2 methodologies
Logic Gates: AND, OR, NOT
Introduction to fundamental logic gates and their truth tables as building blocks of digital circuits.
2 methodologies
Boolean Logic and Expressions
Understanding Boolean operators and writing simple Boolean expressions to represent conditions.
2 methodologies
Introduction to Block Programming (Scratch)
Students will be introduced to the Scratch interface and basic block programming concepts.
2 methodologies
Sequence: Order of Instructions
Mastering the order of execution and using repetition to make code more efficient.
2 methodologies