Functions
Variables/Lists
Fill in the blank!
Random Trivia
100

The OFFICIAL name of the pink section in Scratch where you can make a function.

What is "My Blocks"?

100

A set of words/numbers in Scratch.

What is a list?

100

This Coder's Ladder class is Level _ (number).

What is 2?

100

The most recent holiday on February 14th.

What is Valentine's Day?

200

The function that happens at the very beginning of the game.

What is init/setup?

200

The variable we normally use in jumping and gravity.

What is yspeed (or something similar)?

200

The next language we'll learn after Scratch in Level 3, is ____.

What is python?
200

The name of the toy cowboy in Toy Story.

Who is Woody?

300

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?

300

The two things you can do to a variable (using the variable blocks).

What is set and change a variable?

300

When there’s a problem in our code, we ___ (5 letters) it.

What is debug?

300

The University that built Scratch.

What is MIT?

400

Variables that are ONLY used inside functions (we make them when we create the function).

What are parameters?

400

The maximum amount of items you can put in a list.

What is... none?

400

We CLEAN UP code by ___ing it (it normally goes with debugging).

What is refactor?

400

The names of the four American time zones.

What is Pacific, Mountains, Central and Eastern?

500

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?

500

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"?

500

The extra sets of blocks you can import in Scratch like pen blocks and text to speech blocks are called ____.

What are extensions?

500

The name of the first computer programmer (a lady).

Who was Ada Lovelace?