The OFFICIAL name of the pink section in Scratch where you can make a function.
What is "My Blocks"?
A set of words/numbers in Scratch.
What is a list?
This Coder's Ladder class is Level _ (number).
What is 2?
The most recent holiday on February 14th.
What is Valentine's Day?
The function that happens at the very beginning of the game.
What is init/setup?
The variable we normally use in jumping and gravity.
What is yspeed (or something similar)?
The next language we'll learn after Scratch in Level 3, is ____.
The name of the toy cowboy in Toy Story.
Who is Woody?
What you do to a function after DEFINING it (to make sure the function actually runs when you hit the green flag).
What is calling the function?
The two things you can do to a variable (using the variable blocks).
What is set and change a variable?
When there’s a problem in our code, we ___ (5 letters) it.
What is debug?
The University that built Scratch.
What is MIT?
Variables that are ONLY used inside functions (we make them when we create the function).
What are parameters?
The maximum amount of items you can put in a list.
What is... none?
We CLEAN UP code by ___ing it (it normally goes with debugging).
What is refactor?
The names of the four American time zones.
What is Pacific, Mountains, Central and Eastern?
The three types of parameters (we see the three shapes when we choose a parameter for our function).
What is: add an input (number of text), add an input (boolean) and add a label?
The code block we would use to get the second name in a list of names (you can have scratch open).
What is "item 2 of names"?
The extra sets of blocks you can import in Scratch like pen blocks and text to speech blocks are called ____.
What are extensions?
The name of the first computer programmer (a lady).
Who was Ada Lovelace?