Intro to Robotics & STEAMLesson 7 of 12
7 · Practice: coding logic
Fill in the missing word about robots, circuits, and coding logic from the lessons so far. Spelling is forgiving — get the idea right.
1. A robot does three things in a loop: sense, think, and ___.
2. The part of a robot that senses the world (a button, a light or temperature sensor) is called a ___.
3. For electricity to flow, the circuit loop must be complete, or ___. (one word)
4. Computer scientists describe a robot's thinking as input → process → ___.
5. A step-by-step set of instructions to get something done is called an ___.
6. Code that repeats steps over and over again is called a ___.
7. Code that runs only when something is true — an if/else decision — is called a ___.