Decimal to Binary
Coding Vocabulary
Scratch Logic
Fun Facts in Tech
Class-Related
100

Give an example of a decimal

Any number

100

What do we call a mistake in your code?

A bug

100

What block starts your code when the green flag is clicked?

when green flag clicked block

100

What is a URL (broad definition

A link

100

This round robot can roll, light up, and be programmed with blocks. What is it called?

Sphero

200

Give an example of a binary number 

1's and 0's

200

What block or command do we use to repeat code over and over?

A loop

200

What block do you use to make a sprite move 10 steps?

move 10 steps block

200

Who is the CEO of SpaceX and known for co-founding Tesla and X (formerly Twitter)?

Elon Musk

200

When programming a Sphero, you use blocks to tell it what to do. What kind of coding is this?

Block coding

300

I am the binary number 101. What is my decimal value?

5

300

What do we call a container that stores a value like a number or word in a program?

A variable

300

What block checks if two things are touching in Scratch?

if <touching [sprite]> block

300

What programming language is generally popular for beginners?

Python

300

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

400

I am the number 27 in decimal. What is my binary form?

11011

400

What is a print line in coding?

Output a sentence / number

400

What’s the difference between forever and repeat blocks?

forever loops forever; repeat runs a set number of times

400
ChatGPT is created by what company?

OpenAI

400

Ozobots can be programmed by drawing lines with special colors. What is this called?

Colour coding

500

My binary number is 1001. Can you tell me what I am in decimal?

9

500

What is the process of fixing errors or bugs in your code called?

Debugging

500

How do you make a sprite follow the mouse pointer?

Use point towards mouse pointer + move in a forever loop

500

What year was the first iPhone released?

2007

500

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