Section 1

Preview this deck

Sprite

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (14)

Section 1

(14 cards)

Sprite

Front

A graphic character on the screen with properties that describe its location, movement, and look.

Back

Background

Front

The color of parameter.

Back

Program

Front

An algorithm that has been coded into something that can be run by a machine.

Back

Frame

Front

a single image within an animation.

Back

Expression

Front

Any valid unit of code that resolves to a value.

Back

Parameter

Front

An extra piece of information that you pass to the function to customize it for a specific need.

Back

Property

Front

Attributes that describe an object's characteristics

Back

Animation

Front

a series of images that create the illusion of motion by being shown rapidly one after the other.

Back

Frame Rate

Front

the rate at which frames in an animation are shown, typically measured in frames per second.

Back

Debugging

Front

Finding and fixing problems in your algorithm or program.

Back

Variable

Front

A placeholder for a piece of information that can change.

Back

Boolean

Front

A single value of either TRUE or FALSE

Back

Bug

Front

Part of a program that does not work correctly.

Back

Conditionals

Front

Statements that only run under certain conditions.

Back