Section 1

Preview this deck

frame

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

Section 1

(16 cards)

frame

Front

a single image within an animation

Back

if statement

Front

The common programming structure that implements "conditional statements".

Back

Sprite

Front

A graphics object that can be moved on top of or behind a background.

Back

bug

Front

An error in a program.

Back

Parameter

Front

(n.) a determining or characteristic element; a factor that shapes the total outcome; a limit, boundary

Back

conditionals

Front

Statements that only run under certain conditions.

Back

Abstraction

Front

a simplified representation of something more complex. Abstractions allow you to hide details to help you manage complexity, focus on relevant concepts, and reason about problems at a higher level.

Back

Debugging

Front

Finding and fixing problems in your algorithm or program.

Back

function

Front

a named group of programming instructions. Functions are reusable abstractions that reduce the complexity of writing and maintaining programs

Back

animation

Front

the way text and objects move on and off a slide during a slide show

Back

Frame Rate

Front

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

Back

Boolean Property

Front

A value that can be either true or false.

Back

program

Front

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

Back

property

Front

Attributes that describe an object's characteristics

Back

Boolean Expression

Front

a single value of the either true or false

Back

Variable

Front

A placeholder for a piece of information that can change.

Back