Code Vocabulary Unit 3

Code Vocabulary Unit 3

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Debugging

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

Section 1

(15 cards)

Debugging

Front

Finding and fixing problems in your algorithm or program.

Back

Sprite

Front

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

Back

Bug

Front

An error in a program that prevents the program from running as expected.

Back

ellipse block

Front

The x and y coordinates tell it where the center of the circle goes in the display.

Back

Random Number Block

Front

The parameters set the minimum and maximum value that could be generated.

Back

Dot notation

Front

The format "sprite label.sprite property".

Back

Draw Loop

Front

Code in a function that repeats itself.

Back

rectangle block

Front

The x and y coordinates tell it where the center of the square goes in the display area.

Back

Fill block

Front

Changes the color of shapes.

Back

Parameter

Front

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

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 objects characteristics.

Back

Animation

Front

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

Back

Frame

Front

A single image within an animation.

Back

Frame Rate

Front

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

Back