Understanding Input Devices
Exploring how physical actions like clicking or pressing keys interact with software.
About This Topic
Input and output are the two halves of every digital interaction. In Year 3, students move from just using devices to understanding the 'cause and effect' relationship between them. An 'input' is a signal sent to the computer (like a key press, a mouse click, or a voice command), and an 'output' is what the computer does in response (like showing an image, playing a sound, or moving a motor).
This topic is a core part of the KS2 Computer Systems and Programming targets. It helps students understand that computers don't have 'minds of their own', they are reactive machines. This topic comes alive when students can physically model the patterns of input and output through 'Human Computer' games where they act out the internal processing of a device.
Key Questions
- Explain how the computer knows which key you have pressed.
- Compare the different ways a human can give a command to a machine.
- Predict whether a computer can ever act without an input from a human or another machine.
Learning Objectives
- Identify at least three different input devices and explain their function.
- Compare how pressing a key on a keyboard and clicking a mouse send different signals to a computer.
- Explain how a specific input action, like a mouse click, triggers a predictable software response.
- Classify given actions as either input or output events.
- Demonstrate how a sequence of inputs can create a desired output in a simple game scenario.
Before You Start
Why: Students need familiarity with turning on a computer and using a mouse and keyboard at a basic level to understand how these devices function as inputs.
Why: The concept of giving commands to a computer is analogous to following instructions, a skill developed in earlier years.
Key Vocabulary
| Input Device | A piece of hardware that sends data or signals to a computer, allowing a user to interact with it. Examples include keyboards, mice, and microphones. |
| Signal | An electrical message sent from an input device to the computer's processor. This message tells the computer what action has occurred. |
| Command | An instruction given to a computer, usually through an input device, that tells it to perform a specific task. |
| Event | Something that happens when an input device is used, such as a key press or a mouse click. The computer detects these events. |
Watch Out for These Misconceptions
Common MisconceptionThe screen is an input because I touch it.
What to Teach Instead
This is a great 'modern' misconception! Explain that a touchscreen is actually two things in one: a sensor that takes input and a screen that shows output. Separating the 'touch' from the 'image' helps clarify the roles.
Common MisconceptionComputers can think for themselves.
What to Teach Instead
Emphasize that without an input (even if it's a timer or a sensor), a computer does nothing. It is a 'waiter' waiting for an order. The 'Human Computer' activity perfectly demonstrates this dependency.
Active Learning Ideas
See all activitiesSimulation Game: The Human Computer
One student is the 'Processor', one is the 'Input' (holding a keyboard drawing), and one is the 'Output' (holding a 'Screen' whiteboard). When the Input 'presses' a key, the Processor tells the Output what to draw.
Inquiry Circle: Input/Output Scavenger Hunt
Groups explore the classroom or a set of devices (tablets, calculators, interactive boards) to identify every input and output they can find, recording them in a T-chart.
Think-Pair-Share: Future Inputs
Ask students to imagine a computer with no keyboard or mouse. Partners brainstorm new ways we could 'talk' to a computer (e.g., blinking, thinking, dancing) and what the 'output' would be.
Real-World Connections
- Video game designers at studios like Rockstar Games use a variety of input devices, including specialized controllers and motion capture suits, to create interactive game worlds. Players then use standard controllers or keyboards to send input signals that drive character actions.
- Roboticists developing assistive robots for hospitals use touch screens and voice recognition systems as input devices. These allow medical staff to command the robot, directing it to deliver medication or transport samples, demonstrating how inputs control complex machinery.
Assessment Ideas
Present students with images of various devices (keyboard, mouse, screen, speaker, microphone). Ask them to sort the devices into two groups: 'Input' and 'Output'. Then, ask them to explain why they placed one specific device in the 'Input' group.
Pose the question: 'Imagine you are playing a game and press the space bar. What is the input? What is the signal? What could be the output?' Guide students to articulate the chain of events from their physical action to the computer's response.
Give each student a slip of paper. Ask them to write down one input device they used today and describe one command they gave to the computer using that device. Collect these to check for understanding of the input-output relationship.
Frequently Asked Questions
What are the most common inputs for Year 3 to know?
How can active learning help students understand input/output?
Is a printer an input or an output?
Why do we teach this in Year 3?
More in Events and Actions: Interactive Games
Output Devices and Feedback
Identifying various output devices (screen, speakers) and how they provide feedback to the user.
2 methodologies
Introduction to Event-Driven Programming
Programming scripts that 'wait' for a specific trigger before executing a command.
2 methodologies
Using Multiple Events and Conditions
Creating more complex interactions by combining multiple event listeners and conditional statements.
2 methodologies
Game Design Principles: User Experience
Considering the user experience when creating interactive software and games.
2 methodologies
Developing a Simple Interactive Game
Students apply their programming knowledge to design and create their own basic interactive game.
2 methodologies
Sharing and Evaluating Games
Students share their interactive games with peers, gather feedback, and reflect on their design choices.
2 methodologies