Who is the little guy with the mushroom head?
Toad
This is what a character in Scratch is called.
Sprite
What does "Hakuna Matata" mean?
No Worries
This is a loop that will repeat code for an undisclosed amount of time.
forever
What will this print?
Hello World
Who is the main villain in Super Mario Bros?
Bowser
This is the way to move to (-24, 85) from (0,0) on the x-y plane. (What is the direction? etc. right, left)
What is 24 left and 85 up?
Simba's uncle and Mufasa's younger brother.
Scar
This event is used at the start of each project.
when green flag clicked
What does this do?
This is an if else block. It asks the user if they want to go to the city or farm. If the user answered with city, it would switch the backdrop to the city.
Here is an example: https://scratch.mit.edu/projects/824739135
(Blank) Theft Auto
Grand
This is a value that can change, depending on conditions or on information passed to the program.
What is a variable?
A father fish sets out on a wild journey to find his son who has been captured in the ocean and put into a fish tank
Finding Nemo
What can you use to tell if something is true?
An IF statement
What does OR mean?
Only one condition has to be true for it to return true or executed.
What code do you use to return sprite to original space? (Meaning when green flag clicked, .....)
go to x, y
Emperor Kuzco turns into what animal in The Emperor’s New Groove?
Llama
What does AND mean?
both conditions have to be true for it to be returned as true
What does NOT mean?
ex: if (!true) = ...
it means the opposite of a statement / if the condition is not meet then do this.
What does the expression "2>3 OR 10<12" evaluate to?
(remember with or only one expression has to be true)
True
While discovering the new house she is sent to, a young girl discovers a wardrobe and the magical world that lives inside of it.
Chronicles of Narnia: The Lion, the Witch, and the Wardrobe
What does this do? List all steps
When the green flag is clicked, if the space key is pressed, then move 10 steps.
What does this do? We learned this last week
HAHAHA