Section 1

Preview this deck

bug

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)

bug

Front

Part of a program that does not work correctly.

Back

Fill(color)

Front

color a object

Back

keydown()

Front

event type triggered when key is pressed down on the keyboard

Back

Conditionalas

Front

Statements that only run under certain conditions.

Back

randomnumber()

Front

picks a random number between certain parameters

Back

mousedown()

Front

Bind an event handler to the "mousedown" JavaScript event, or trigger that event on an element.

Back

property

Front

Attributes that describe an object's characteristics

Back

rect

Front

rectangle

Back

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

JavaScript

Front

an object-oriented computer programming language commonly used to create interactive effects within web browsers.

Back

parameter

Front

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

Back

background()

Front

colors background

Back

program

Front

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

Back

ellipse

Front

circle(oval)

Back

frame

Front

a single image within an animation

Back