Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
A fundamental building block for any computer program, designed to hole data and allow for manipulation of that data through functions and properties.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
A container for data.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
An object that is usually a character in a game. They have properties and functions that are used to control their look and behavior.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
A single file with multiple images that, when viewed in rapid succession, create an animation.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
The type of data that a variable can contain. Examples of variable types are number, string, and sprite.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
A computer program often designed for a particular purpose and often designed for mobile devices.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
– A set of (often repeated) steps used to solve a problem. The set of steps for doing long division of number is an algorithm.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
The part of a program where a variable can be read. For example, a variable declared in one function is said to be a local variable, and cannot be read from other functions.
app
variable scope
variable type
variable
sprite
object
algorithm
sprite sheet
Check it!