Skip to content
ElementaryMBA
Browse Catalog
Live
Instructors
Sign in
☰
←
Y2: Robotics + AI
Lesson 12 of 12
Lessons
1 · How AI makes a robot "smart" (sense → think-with-AI → act)
2 · Programmed rules vs. learned behavior
3 · How a robot "sees" (computer vision basics)
4 · How a robot hears (voice & sound recognition)
5 · Self-driving & delivery robots (high level)
6 · Training a robot by example
7 · Sensors + AI together (and a practice drill)
8 · Safety: when a robot should ask a human
9 · Ethics of automation & jobs
10 · Build/think project: teach a smart device
11 · Practice: safe, smart builder
▸
12 · Final quiz
12 · Final quiz
↗
Share
1. When you add AI to a robot, which part of the sense → think → act loop mainly changes?
The sense step — it needs new sensors
The think step — it can use a model that learned from examples instead of only typed-in rules
The act step — it needs new motors
Nothing changes
2. What is the difference between programmed rules and learned behavior?
Rules are written by a person in advance; learned behavior finds the pattern from examples
They are exactly the same thing
Learned behavior is always more predictable than rules
Rules can only run on Mars rovers
3. A robot uses 'computer vision' to do what?
Charge its battery from sunlight
Make sense of images and video — like recognizing a stop sign — by matching learned patterns
Store its program
Talk to other robots over radio
4. Why might a voice-controlled robot understand the person who set it up but struggle with a friend?
Robots can only ever hear one person
The model learned from examples that may have missed other accents or noisy rooms
Microphones stop working for new people
It is choosing to ignore the friend on purpose
5. Why does a Mars rover need to drive itself, when a sidewalk delivery robot could be watched by a human?
Mars rovers are cheaper
Mars is so far away that a person can't steer it in real time, so it must make its own routine decisions
Delivery robots have no sensors
Rovers don't actually move
6. In a tool like micro:bit CreateAI, how do you teach the robot a new skill?
Write hundreds of if/else rules
Collect labeled example movements, then train, test, and improve a model on that data
Buy a more expensive board
Wait for the robot to learn on its own with no examples
7. What is 'sensor fusion,' and why is it useful?
Melting two sensors together
Blending several sensors so the AI makes one better decision, covering each sensor's blind spots
Turning a sensor into an actuator
Using only one sensor to save power
8. For the highest-stakes action a robot can take, what do careful engineers often do?
Leave it entirely to the learned AI's guess
Use a plain, readable hard rule (and/or keep a human in the loop), because a learned guess can be confidently wrong
Remove all the sensors
Let the robot decide with no testing
9. Which is a fair concern about automation and jobs?
Robots never change any jobs at all
Automation can remove some jobs while creating new ones, so we should help people whose jobs change and keep new opportunities open to everyone
Only robots can have jobs now
Automation always helps everyone equally with no effort
10. When your trained model keeps confusing two movements, the engineer's fix is to…
Give up — the model can't improve
Iterate: add better, more varied training examples and test again
Write a thousand if/else rules instead
Buy a faster computer and change nothing else
Submit answers
Sign in to track your progress
← Previous
12 lessons to finish
🐞 Report a problem