Coding
Binary
Scratch
Trivia
Mystery
100

A cool graphics library in python, named after a reptile. 

What is turtle?

100

These two numbers are used in binary.

What is 0 and 1?

100

These are images in scratch (technical term)?

What is a sprite?

100

The force that holds us down on earth and the planets rotating.

What is gravity?

100
Name of this program.

What is STEM4NE1?

200

This data type stores numbers.

What is an int?

200

These two words make up the word bit.

(hint: for one of the words, what is another word for number?)

What is binary and digit?

200

This is the center of the screen in scratch?

What is (0,0)?

200

The Statue of Liberty was given to the US by this country.

What is France?

200

76 x 49.

What is 3724?

300

This is a conditional loop that automatically increments/decrements after each run and only runs if some condition is met. 

What is a for loop?

300

This is the base of a bit. (hint: base to the power of n)

What is 2?

300

This is what we used to move sprites around the screen.

(hint: think of a graph)

What are x and y coordinates?

300

This metal is liquid at normal pressure.

What is mercury?
300

These words make up the acronym STEM.

What is Science, Technology, Engineering and Math?

400

This is a loop that runs only while some condition is true/false.

What is a while loop?

400

This returns the remainder.

(hint: %)

What is modulus?

400

This is the word used for a set of instructions used to do something in scratch.

What are scripts?

400

This blood type is most common.

What is type O?

400

This is known as a container for data. (hint: v_____)

What is a variable?

500

This is what is used to comment in python.

What is #?

500

This is the number 6 represented in 5-bit binary.

What is 00110?

500

This box changes the background on a scratch screem.

What is a stage?

500
Celadon is similar to this primary color.

What is the color green?

500

Fn stands for this word on the keyboard.

What is function?