MOVEMENT BLOCKS🌌
SENSORS & EVENTS🧩
CONTROL BLOCKS🔁
SPHERO BOLT BASICS🛰
KNOWLEDGE CHECK🧠
100

This movement block uses heading, duration, and speed to control the BOLT.

What is the "Roll block"?

100

This type of block triggers an action when the BOLT crashes into an object.

What is the "On Collision block"?

100

This block can repeat a set of actions a specific number of times or forever.

What is the "Loop block" ?

100

This app is required to create, connect, and control programs for the Sphero BOLT.

What is the Sphero Edu app?

100

This robot has a clear plastic shell, internal lights, sensors, and a tiny computer.

What is the Sphero BOLT?

200

This value represents the maximum speed the BOLT can move in centimeters per second when speed is set to 255.

What is 40 cm/s?

200

This data helps you see exactly where your BOLT is going in real-time on screen.

What is Location Data?

200

You should place this block between actions if you want the BOLT to wait before moving on.

What is the "Delay block"?

200

This is what SB-____ refers to when trying to connect your device to your robot.

What is the name of your Sphero BOLT?

200

This exact number of coding block categories were introduced

What is 12?

300

This block allows the BOLT to rotate in place for a set time and direction.

What is the "Spin block"?

300

This Category of Blocks are used, for when a condition is met

What is the Event Block?

300

When using a Loop block set to 4, and including a roll, stop, and spin sequence inside it, how many total times will the robot stop?

What is 4 times?

300

This is the area in the app where you drag coding blocks to send commands to your robot.

What is the workspace?

300

The color of the Sphero EDU app

What is Blue(Teal counts too)?

400

This block helps the BOLT stay balanced and steady during sharp turns.

What is The "Stabilization block"?

400

You must use these two blocks together to make the BOLT react and speak after crashing.

What are the "On Collision block" and the "Speak block"?

400

This combination of control blocks simplifies the square-making code using fewer roll and spin commands.

What are "Loop blocks" and "Delay blocks"?

400

This feature lets you manually steer and test your BOLT.

What is the Drive button?

400
The category of Blocks We focused on today

What is Movement, Control, Event, and Sound Blocks?

500

This heading value makes the BOLT roll directly backward if the front is set to 0°.

What is 180°?

500

This happens when you program the BOLT to stop, speak, and trigger on impact using sensor data.

What is a collision-triggered event?

500

To create a timed square movement using Loop and Delay blocks, this is the correct sequence of blocks you must nest.

What is Speed → Delay → Stop → Spin → Delay, all inside a Loop block?

500

This part of the Sphero Edu app shows real-time data such as movement and direction during a program.

What is the Sensor Data display?

500

When using a Roll block, this combination of three parameters must be precisely set to control the BOLT’s direction, speed, and timing.

What are Heading, Speed, and Duration?