CS1
CS2
CS3
CS4
CS5
100

This coding block must be used to see our sprites.

What is DrawSprite()?

100

This coding block is used to change the color of something.

What is fill?

100

This is found at the end of most lessons and Dr. Ashe gives you extra credit for it. 

What are challenge activities?

100

This coding block helps a sprite move fast or slow

What is velocity ?

100

The characters that move across the screen.

What is a sprite?

200

How to draw a circle in game lab.

What is ellipse()?

200

Words placed on a screen to make our scenes and animations more interesting.

What is Text?

200

Part of a program that does not work correctly.

What is a bug?

200

Where we code, draw, animate, and create in code.org.

What is Game Lab?

200

We can identify where to place a sprite on the X or Y axis of what in Game Lab?.

What is Grid?

300

You want to create a variable to store how loud the music is playing on your cell phone. Which of the following would be the best variable name?

A. a                  C. loudest

B. volume          D. silent


What is volume?

300

– This helps us keep code organized and identify sections of our code.

What are comments? 

300

We use this to change what a sprite looks like.

What is an animation?

300

All sprites need this behind them to run smoothly across the screen without smearing.

What is a background?

300

<, > and = are these types of expression used in coding conditionals or if-statements.

What are Boolean expressions?

400

 A precise sequence of instructions for processes that can be executed by a computer.

What is an algorithm?

400

This loop is the most common type of loop used when creating a game.

What is Draw Loop?

400

This coding block has an else option.

What is a conditional or if-then statement?

400

The two kinds of user input we can use when creating a game.

What is keyboard and mouse input?

400

The combination of this code block and coding technique give our sprites more complex movement.

What are velocity and counter patterns (x = x + 1)?

500

This type of coding block must be defined and then called?

What is a function?

500

It is important to use this for planning before actually starting to code your project.

What is Project Guide?

500

Score, lives, and health must use this to track them in a game.

What is a variable?

500

Scale, rotation, width, height, x, and y are called a sprite's THIS.

What are properties?

500

This coding tool displays variable or property values in Game Lab at the bottom of the screen.

What are watchers or debug console?