Unit 1 Vocab
Web Lab Vocab
Game Lab Vocab
What's the Command
I Should Know This
100

A machine that processes information.

What is a computer?

100

A collection of public copyright licenses.

What are Creative Commons?

100

An expression that evaluates to True or False in programming.

What is a Boolean Expression?

Ex. Are you 18 years of age or older?

100

Create a paragraph in HTML.

What is <p> and </p>?

100

HTML stands for this.

What is Hypertext Markup Language?

200

The work done to turn an input into an output.

What is processing?

200

This helps separate different parts of the document or workspace to make it easier to read.

What is whitespace?

200

An attribute that describes an object's characteristics.

What is a property?

Ex. position, scale, rotation, visible, height, width

200

Create an unordered list in HTML.

What is <ul> and </ul>?

200

CSS stands for this.

What is Cascading Style Sheets?

300

A series of commands computers use to process information.

What is an algorithm?

300

The number of different heading sizes in an HTML web page.

What is six?

300

A placeholder for a piece of information that can change.

What is a variable?

Ex. var x = ?;

300

Draw all of the sprites that are on the screen.

What is drawSprites ()?

300

The estimated number (in millions) of possible RGB color values.

What is 17,000,000

Exact amount is 16,777,216

400

Any device that receives info from a computer.

What is an output device?

400

This element contains the HTML tags <h1> and </h1>.

What is a heading?

400

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

What is a parameter?

Ex. createSprite (200, 200, 50, 100)

400

Animate shapes and images.

What is function (draw)?

400

The four main steps of the Problem Solving Process.

What are Define, Prepare, Try, and Reflect?

500

A device that allows info to be given to a computer.

What is an input device?

500

The HTML tag <li> stands for this.

What is a list item?

500

Any valid unit of code that resolves to a value.

What is an expression?

Ex. var circleSize = 450;

500

Name the conditional command that responds to a key being pressed once on the keyboard.

What is keyWentDown?

500

The "Boolean Expression" was named after this English mathematician.

Who is George Boole?

M
e
n
u