AIQ AIQ
World 2: How AI Sees & Hears · Lesson 2.2.1

Sensors and Data

Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.

Learning Objectives

By the end of this lesson, a student should be able to:

Teacher Background

You don't need any AI or programming background to teach this lesson well. The core idea is simple: a sensor is a device that turns something physical into a number. A camera turns light into a grid of numbers (a digital image). A microphone turns air vibrations into a stream of numbers (an audio waveform). A thermometer turns heat into a number in degrees. None of that, by itself, is AI — it's just measurement. AI shows up later, in the software that looks at those numbers and finds a pattern, makes a prediction, or triggers a decision.

A useful way to frame this for any age: sensors are to a machine what sense organs are to a body. Your eyes don't "think" — they turn light into nerve signals, and your brain does the interpreting. A camera doesn't "think" either — it turns light into pixel values, and a computer vision program (a later lesson in this world) does the interpreting. This lesson is only about the first half of that chain: how the raw data gets collected in the first place. That's why the big idea for this world is Perception — before AI can reason about anything, it first has to sense it.

The lesson in the app walks students through three groups of sensors. First, the obvious ones: a camera (captures light as an image), a microphone (captures sound as vibration), a GPS receiver (uses satellite signals to fix a location, typically accurate to within a few meters), and a digital thermometer (reports temperature as a number, which is how smart-home systems automate heating and cooling). Second, the "hidden" sensors packed into a phone that students use daily without noticing: an accelerometer (detects motion and tilt — how the screen knows to rotate), a heart-rate sensor on a smartwatch (shines light through skin and measures how it bounces off blood flow), a touchscreen (detects the tiny electrical charge in a fingertip), and a digital compass (reads Earth's magnetic field to determine which way the device is facing). Third, the lesson shows what happens once AI is added on top of that raw data: a step counter uses AI to recognize the accelerometer's up-down pattern as "walking" rather than, say, "the phone was dropped." A self-driving car merges data from more than a dozen sensors at once. A smart farm system combines soil moisture, sunlight, and temperature readings to decide when to irrigate. A smart thermostat learns a household's schedule from temperature and motion history and adjusts on its own.

For the younger bands especially, resist the urge to explain how the pattern-finding works — that's the subject of later lessons in this world and the next. The goal here is just to build the mental model "sensor = a machine's sense organ; AI = the part that notices patterns in what the sensor collects." Everything else can wait.

It's worth grounding this in devices your students actually carry. Almost every phone in a Filipino classroom already has the sensors this lesson describes, and apps students likely know make the idea concrete: a weather or PAGASA-linked app relies on GPS plus networked sensor data; a ride-hailing app like Grab tracks a car's GPS and accelerometer to estimate arrival time and detect hard braking; a banking or e-wallet app's face-verification step uses the camera as a sensor before any recognition happens. You don't need to demonstrate all of these — picking one that's locally familiar does more for retention than a longer list.

A good comprehension check across every age band: ask "is this just a sensor, or is AI involved too?" A wooden ruler, a mercury thermometer, and a plain kitchen timer are sensors (or measuring tools) with no AI. A step counter, a self-driving car's braking system, and a smart thermostat are sensors plus AI acting on the pattern. This binary is exactly what the app's own practice round asks students to sort, so reinforcing it out loud sets them up for that part of the lesson.

One accuracy point worth knowing before questions come up: sensors are never perfect. Consumer GPS is typically accurate to a few meters, not centimeters. Cameras struggle in poor light. Microphones pick up background noise along with the sound you want. This isn't a flaw specific to cheap devices — it's why systems that need to be reliable (like a self-driving car) combine several imperfect sensors rather than trusting one. That idea — sensor fusion — is introduced only lightly here and becomes more explicit in the two age bands built for older students.

It also helps to know where this lesson sits in the bigger picture, because a student will sometimes ask "so is this the AI part?" It isn't, quite. Collecting data through sensors is step one of what researchers call a perception pipeline: sense (a sensor captures raw physical data), digitize (that data becomes numbers a computer can store), find patterns (software looks across those numbers for something meaningful — a face, a spoken word, a walking rhythm), and decide or act (a system responds — unlocking a phone, transcribing speech, counting a step). This lesson lives almost entirely in the first two stages. The next two lessons in World 2 move into the third and fourth: how AI can be fooled even when its sensors are working correctly, and how vision, hearing, and reading come together in real products. You don't need to preview that content, but knowing the lesson's place in the sequence can help you answer a curious student who wants to know "when does the AI part actually happen?" — the honest answer is: right after this.

Finally, a note on scope for mixed-ability classes: the four age versions in the app differ mainly in vocabulary and how far into sensor fusion they go, not in the underlying facts. A single class period can accommodate students at different levels if you deliver the shared examples (camera, microphone, accelerometer, self-driving car) and let the discussion questions stretch further for students who are ready, rather than treating the age bands as strictly separate lesson plans.

Materials & Prep

Common Misconceptions

"A sensor is basically a small AI."
A sensor only measures and outputs a signal — it doesn't decide anything on its own. A digital thermometer and a mercury one both sense temperature, but neither is AI. AI is the separate software layer that looks for a pattern across the sensor's readings (over time, or across several sensors at once) and acts on it.
"More sensors always means a smarter or more accurate system."
More sensors only help if the system correctly combines their data. Poorly synchronized or badly integrated sensor data can produce worse results than a single reliable sensor. Quantity of sensors is not the same as quality of the system reading them — this is why "sensor fusion" is treated as its own skill in fields like robotics and autonomous vehicles.
"AI 'sees' or 'hears' the way a person does."
A camera and a microphone convert light and sound into numbers; AI software then finds statistical patterns in those numbers. There's no subjective experience of seeing or hearing involved — just measurement followed by pattern-matching. This distinction matters more in the next lesson, which looks at how that pattern-matching can be fooled.
"Sensors like GPS or cameras are always accurate."
Every sensor has real limits: consumer GPS is typically accurate to a few meters, not exact; cameras struggle in low light; microphones pick up background noise. That's precisely why reliable systems combine multiple imperfect sensors instead of trusting a single one, and why any AI decision built on sensor data is a best estimate, not a certainty.

Pick your grade's script

← All lesson plans ← How Computers Read When AI Gets Confused →