Coding Basics
Conditionals
Toolbox
Coding Vocabulary
100

Trying again and again, even when something is very hard

What is Persistence?

100
Event
What is an action that causes something to happen?
100

Code for working with Sprites

What is the Sprites Category?

100

Sprite

What is a character or object in a game?
200

Drag and Drop Programming

What is a way of coding using prewritten code?

200

An example of a conditional

What is an If/Else?

200

Code for changing the background and setting of the game

What is the Scene Category?

200
Debug
What is to find and fix problems in your algorithm or program?
300

A list of steps that you can follow to finish a task

What is an Algorithm?

300

Overlap Event

What is a way to detect when two objects touch each other?

300

Code for letting our game make sounds

What is the Music Category?

300

Conditional

What are statements that only run under certain conditions?

400

Figuring out what causes an error and fixing it

What is Debugging

400

Logic

What is the way to teach decision-making to computers?

400

Code for making decisions

What is the Logic Category?

400

Sequence 

What is a list of instructions that are executed one after the other? 

500

The action of doing something over and over again

What is a loop?

500
0 and 1
What are binary numbers?
500

Code for naming things that store information

What are Variables?

500

Variable

What is a placeholder for a piece of information that can change?