A cool graphics library in python, named after a reptile.
What is turtle?
These two numbers are used in binary.
What is 0 and 1?
These are images in scratch (technical term)?
What is a sprite?
The force that holds us down on earth and the planets rotating.
What is gravity?
What is STEM4NE1?
This data type stores numbers.
What is an int?
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?
This is the center of the screen in scratch?
What is (0,0)?
The Statue of Liberty was given to the US by this country.
What is France?
76 x 49.
What is 3724?
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?
This is the base of a bit. (hint: base to the power of n)
What is 2?
This is what we used to move sprites around the screen.
(hint: think of a graph)
What are x and y coordinates?
This metal is liquid at normal pressure.
These words make up the acronym STEM.
What is Science, Technology, Engineering and Math?
This is a loop that runs only while some condition is true/false.
What is a while loop?
This returns the remainder.
(hint: %)
What is modulus?
This is the word used for a set of instructions used to do something in scratch.
What are scripts?
This blood type is most common.
What is type O?
This is known as a container for data. (hint: v_____)
What is a variable?
This is what is used to comment in python.
What is #?
This is the number 6 represented in 5-bit binary.
What is 00110?
This box changes the background on a scratch screem.
What is a stage?
What is the color green?
Fn stands for this word on the keyboard.