Instructions
Hello! Today, you will be a coder and help a friendly robot. Follow the instructions for each activity below. Good luck!
Activity 1: Spot the Pattern!
A pattern is something that repeats over and over. Look at the shapes in each row. Draw the shape that comes next in the blank space.
1. â– â— â– â— â– â—
2. â–² â–² â–¼ â–² â–² â–¼
3. → ↠→ ↠→ â†
4. â— â— â– â— â— â–
Activity 2: Robot's First Steps!
A sequence is a set of instructions in a specific order. Your job is to write the code (the sequence of steps) to help the robot get to its battery. Use the arrows below for your code. You can only move on the empty white squares.
Code Arrows: ↑ (Up), ↓ (Down), ↠(Left), → (Right)
| 🤖 | |||
| 🔋 |
My Code:
Activity 3: Follow the Code!
This robot already has its code. Start at the 🤖 and draw a line showing the path the robot takes. Circle the square where the robot stops!
Code to Follow: → → ↓ ↓ â†
| 🤖 | ||||
Answer Key
Activity 1: Spot the Pattern!
1. â– â— â– â— â– â— â—
2. â–² â–² â–¼ â–² â–² â–¼ â–²
3. → ↠→ ↠→ ↠→
4. â— â— â– â— â— â– â—
Activity 2: Robot's First Steps!
There is more than one correct answer! Here is one possible solution:
My Code: ↓ ↓ ↓ → → →
Another correct answer:
My Code: → → ↓ ↓ → ↓
Activity 3: Follow the Code!
The robot should end on the fourth row, third square from the left.
| 🤖 | → | → | ||
| ↓ | ||||
| ↠| ↓ |