Programming
Sequence
Conditions
Loops
Functions
100

This is the language computers speak

What is code?

100

This category-defining word refers to a set of instructions. Pay attention to the order!

What is a sequence?

100

This is a term that refers to an exception to a rule

What is a condition?

100

This describes things that repeat

What is a pattern?

100

This is a block of code that can be called to run the code it contains.

What is a function?

200

This three letter word is a another way of saying mistake or error. It may also be found in nature.

What is a bug?

200

This is where you put your directional arrows.

What is a Command Line?

200

This is a type of statement starting with if and ending with then.

What is a conditional statement?

200

A three-letter acronym we use when programming. It helps us save time, make fewer mistakes, and save space.

What is D.R.Y.

200

These are the two steps for using functions.

What is defining and calling a function?

300

This person is in charge of writing code. It's also what all of you are.

What is a programmer?

300

It's good practice to do this before running your code. It can help you find bugs and figure out your next instruction. 

What is testing?

300

This term refers to something that lets us break a rule.

What is an exception?

300

How many times can a loop iterate?

Unlimited

300

These curly symbols signal the beginning and end of a function

What are brackets?

400

This is an instruction given by a person (programmer) that tells a computer to do something.

What is a command?

400

This a term to refer to a set of steps that are made to solve a problem or complete a task.

What is an algorithm?

400

When the fuzz needs to turn, it has to follow this special rule. We can use a colored block to break it.

What is hit a wall?

400

We use this term to talk about a step in a loop.

What is an iteration?

400

This word, starting with re- is what separates functions from loops. We use this word when we want to use something again.

What is Re-use?

M
e
n
u