Algorithm
A list of steps to finish a task
Program
An algorithm that has been coded into something that can be run by a machine.
Sequencing
Putting commands in correct order so computers can read the commands
Bug
Part of a program that does not work correctly
Debugging
Finding and fixing problems in an algorithm or program
Pixel
A small area of illumination on a display screen, one of many from an image is composed.
Sprite
A graphic on the screen with a location, size, and appearance
Behavior
An action that a Sprite preforms continuously until told to stop
Event
Listening for something to happen
Properties
Describe things about your character (ex. -position, color, size)
Loop
The action of doing something over and over again.
Repeat
Do something again (another word for loop)