| A | B | 
|---|
| Boolean | an expression that evaluates to True or False. | 
| Conditional | Statements that only run when certain conditions are true. | 
| Counter Pattern | the use of addition or subtraction to create a pattern of numeric values | 
| Debugging | Finding and fixing problems in an algorithm or program. | 
| Draw Loop | The draw function runs the same code over and over in a loop | 
| Function | A named bit of programming instructions. | 
| Input | the way a user communicates with a computer or application | 
| Parameter | Additional information provided as input to a block to customize its functionality | 
| Properties | A label for a characteristic of a sprite, such as its location and appearance | 
| Sprite | A character on the screen with properties that describe its location, movement, and look. | 
| Variable | A label for a piece of information used in a program. | 
| Velocity | a block that allows movement of a sprite |