Coding
Robotics
Random
Sphero & Dash
Directions
100

This is the order of steps we give to make a computer do something.

Sequence

100

A machine that can do tasks and sometimes move is called a what?

Robot

100

When we tell a robot to go forward, which direction word did we use?

Forward

100

Sphero is a small round robot that rolls. What shape is Sphero?

Sphere / ball

100

If I tell a robot to go toward the back of the classroom, which direction word did I use?

Backwards

200

Arrange these actions into the correct order to make a story: 1) finish, 2) start, 3) middle. Which comes second?

Middle

200

Robots can have sensors to help them. A sensor that can tell how close something is is called what?

Distance sensor

200

In coding, a picture that moves on the screen is often called a what?

Sprite

200

To make Sphero move, you can use an app to tell it speed and direction. Those instructions are called what?

Commands

200

Which command tells a robot to make a right-angle turn to its right?

Turn right

300

A tiny instruction like "move forward" or "turn left" is called a what?

Command

300

If we press a button to make a robot move, that button is an example of an input or an output?

Input

300

If your code doesn't do what you expected, you look for mistakes.What do we call fixing errors in code?

Debugging

300

Dash is a small robot that can move, make sounds, and light up. True or false: Dash is a robot.

True

300

 If you want a robot to face the opposite way, which direction command would you use?

Turn around

400

The word means "do again."

Repeat

400

A robot follows commands you give. The list of commands you give it is like its what?

Program

400

Give one example of a pattern: red, blue, red, blue. What comes next?

Blue
400

Dash has wheels and motors. Which part helps Dash move?

Wheels/motors

400

You want a robot to go left, forward, then right. Write the order of direction words.

Left, forward, right

500

You want a sprite to move 3 steps, then turn. Which type of thinking are you using when you plan those steps?

Sequencing or planning

500

You want a robot to stop when it sees a wall. Which simple rule would you program?

If-then rule

500

You have five steps in a program but the robot only does the first two. What might you do next to solve it?

Debug the program

500

You want Dash to say "Hello" when it reaches a spot. Which type of block would you add to make Dash talk: an input block or an output block?

Output

500

The robot is facing north. You tell it to turn right, go forward, turn right, go forward. Which direction is the robot facing now? North, south, east, or west?

South

M
e
n
u