Section 1

Preview this deck

Expression

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 (17)

Section 1

(17 cards)

Expression

Front

Any valid unit of code that resolves to a value.

Back

Sprite

Front

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

Back

Debugging

Front

Finding and fixing problems in your algorithm or program.

Back

Bug

Front

Part of a program that does not work correctly.

Back

Frame

Front

a single image within an animation

Back

Property

Front

Attributes that describe an object's characteristics

Back

Boolean

Front

An expression that is either true or false.

Back

Boolean Expression

Front

in programming, an expression that evaluates to True or False.

Back

Variable

Front

A placeholder for a piece of information that can change.

Back

If-Statement

Front

The common programming structure that implements "conditional statements".

Back

Animation

Front

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

Back

Program

Front

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

Back

Boolean expression

Front

is a statement that evaluates to a Boolean value (a single true/false)

Back

Parameter

Front

An extra piece of information passed to a function to customize it for a specific need.

Back

Fame Rate

Front

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

Back

Conditional

Front

Statements that only run under certain conditions.

Back

Algorithm

Front

A methodical, logical rule or procedure that guarantees solving a particular problem.

Back