What is that called?
Coding
Why did that happen?
Loops and Conditions
100

Finding and fixing problems in code

Debugging

100

Transforming actions into a symbolic language

What is coding?

100

An action that a sprite performs continuously until it’s told to stop.

Behavior

100

Statements that only run under certain conditions

Conditional

200

Part of a program that does not work correctly. A gesture, action, or sound that is used to send information from one side to the other.

What is a bug?

200

A piece of code that can be called over and over

What is a Function?

200

An action that causes something to happen.

An event

200

Computers are really good at "repeating commands" which are known as ____ in computer language.

Loops

300

A placeholder for a piece of information that can change.

Variable
300

A list of steps to complete a task

algorithm 

300

A graphic on the screen with a location, size, and appearance.

sprite

300

A statement that a program checks to see if it is true or false. If true, an action is taken.

condition

400

Extra bits of information that you can pass into a function to customize it

parameter

400

An algorithm that has been coded into something that can be run by a machine.

program

400

If you are doing a loop with a triangle, how many times will the loop repeat?

What is three?

400

a programming construct used to repeat a set of commands as long as a condition is true

while loop

500

A variable used throughout a program that never changes value

Constant

500

Instructions for the computer. Many together make up algorithms and computer programs.

A command
500

What does this code do?

Nothing

500

a loop within a loop, an inner loop within the body of an outer one.

nested loop

M
e
n
u