Video Game Trivia
Scratch/Coding
Disney
Scratch/Coding
Surprise!!
100

Who is the little guy with the mushroom head?



Toad 


100

This is what a character in Scratch is called.

Sprite

100

 What does "Hakuna Matata" mean?

No Worries 

100

This is a loop that will repeat code for an undisclosed amount of time. 

forever 

100

What will this print?

Hello World

200

Who is the main villain in Super Mario Bros?

Bowser

200

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?

200

Simba's uncle and Mufasa's younger brother.

Scar

200

This event is used at the start of each project.

when green flag clicked

200

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

300

(Blank) Theft Auto

Grand

300

This is a value that can change, depending on conditions or on information passed to the program.



What is a variable?

300

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

300

What can you use to tell if something is true?

An IF statement 

300

What does OR mean?

Only one condition has to be true for it to return true or executed. 

400

What code do you use to return sprite to original space? (Meaning when green flag clicked, .....)

go to x, y 

400

 Emperor Kuzco turns into what animal in The Emperor’s New Groove?

Llama

400

What does AND mean? 

both conditions have to be true for it to be returned as true

400

What does NOT mean?

ex: if (!true) = ... 

it means the opposite of a statement / if the condition is not meet then do this. 

500

What does the expression "2>3 OR 10<12" evaluate to? 

(remember with or only one expression has to be true)

True

500

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

500

What does this do? List all steps


When the green flag is clicked, if the space key is pressed, then move 10 steps. 

500

What does this do? We learned this last week


HAHAHA

M
e
n
u