Unit 1
Unit 2
Unit 3
Unit 5
Combo
100

If you are attempting to put your plan into action, what part of the problem solving process are you working on?

Try

100

If you want to have more than one property in a CSS selector, what character separates them?

; (semicolon)
100

Code that draws a circle

Ellipse

100

To change how information is represented so that it can be read by a person

Decode

100

Any device or component that receives information from a computer.

Output

200

What 4 things can all computers do?

Take input, store data, process information, give output

200

What does CSS stand for?

Cascading Style Sheets

200

A single value of TRUE or FALSE

Boolean

200
Universally recognized raw text format that any computer can understand.

ASCII

200

What is the correct way to format a font family for a paragraph?

p {font-family: monospace;}

300

A device or component that allows information to be given to a computer

Input

300

Where in the HTML document is the correct location to insert code to link to your external CSS?

In the <head> section

300

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

Animation

300

A way of representing data using only two options

Binary

300

This code draws a rectangle

Rect

400
What is one way information is output from a computer?

Data on monitor, speaker, printer

400
What symbols go around the properties for each CSS selector?

{} curly braces

400
sprite.x = sprite.x + 1 is an example of __________.

Counter Pattern

400

to change information so that its meaning is hidden

Encrypt

400

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

Frame Rate

500

If you identifying the problem, figuring out constraints, and determining what success looks like, what part of the problem solving process are you working on?

Define
500

Which is the value in this CSS?

p {color: red;}

red

500

Keeps running the code over and over again, 30 times per second.

Draw Loop

500

Information collected from the world to help make a recommendation or solve a problem

Data

500

The single unit of information in a computer, typically represented as a 0 or 1

Bit