Codes
Vocabulary
Plotting Shapes
Codes, pt. 2
100

Makes a 4 sided equal angle shape

What is "rect"?

100

Part of a program that does not work correctly

What is a bug?

100

First number in code for rect/ellipse

What is "x"?

100

First number in the RandomNumber code

What is "minimum"?

200

Makes an oval shape

What is "ellipse"?

200

Finding and fixing problems in an algorithm or program.

What is debugging?

200

Second number in code for rect/ellipse

What is "y"?

200

Second number in the RandomNumber code

What is "maximum"?

300

Puts color inside of a shape

What is "fill"?

300

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

What is a program? 

300

Third number in code for rect/ellipse

What is "width"?

300

First half of a variable code

What is a "label"?

400

Puts color around the border of a shape

What is "stroke"?

400

A label for a piece of information used in a program.

What is a "variable"?

400

Fourth number in code for rect/ellipse

What is "height"?

400

Second half of a variable code

What is a "value"?

500

Adds color to the back of the screen

What is "background(color)"?

M
e
n
u