Give an example of a decimal
Any number
What do we call a mistake in your code?
A bug
What block starts your code when the green flag is clicked?
when green flag clicked block
What is a URL (broad definition
A link
This round robot can roll, light up, and be programmed with blocks. What is it called?
Sphero
Give an example of a binary number
1's and 0's
What block or command do we use to repeat code over and over?
A loop
What block do you use to make a sprite move 10 steps?
move 10 steps block
Who is the CEO of SpaceX and known for co-founding Tesla and X (formerly Twitter)?
Elon Musk
When programming a Sphero, you use blocks to tell it what to do. What kind of coding is this?
Block coding
I am the binary number 101. What is my decimal value?
5
What do we call a container that stores a value like a number or word in a program?
A variable
What block checks if two things are touching in Scratch?
if <touching [sprite]> block
What programming language is generally popular for beginners?
Python
You program your LEGO robot to keep looping a dance move until you press the stop button. What kind of block are you using?"
Loop block
I am the number 27 in decimal. What is my binary form?
11011
What is a print line in coding?
Output a sentence / number
What’s the difference between forever and repeat blocks?
forever loops forever; repeat runs a set number of times
OpenAI
Ozobots can be programmed by drawing lines with special colors. What is this called?
Colour coding
My binary number is 1001. Can you tell me what I am in decimal?
9
What is the process of fixing errors or bugs in your code called?
Debugging
How do you make a sprite follow the mouse pointer?
Use point towards mouse pointer + move in a forever loop
What year was the first iPhone released?
2007
Your LEGO robot is using a sensor to follow a black line on the floor. What kind of sensor is it using?
Colour sensor or light sensor