Makes a 4 sided equal angle shape
What is "rect"?
Part of a program that does not work correctly
What is a bug?
First number in code for rect/ellipse
What is "x"?
First number in the RandomNumber code
What is "minimum"?
Makes an oval shape
What is "ellipse"?
Finding and fixing problems in an algorithm or program.
What is debugging?
Second number in code for rect/ellipse
What is "y"?
Second number in the RandomNumber code
What is "maximum"?
Puts color inside of a shape
What is "fill"?
An algorithm that has been coded into something that can be run by a machine.
What is a program?
Third number in code for rect/ellipse
What is "width"?
First half of a variable code
What is a "label"?
Puts color around the border of a shape
What is "stroke"?
A label for a piece of information used in a program.
What is a "variable"?
Fourth number in code for rect/ellipse
What is "height"?
Second half of a variable code
What is a "value"?
Adds color to the back of the screen
What is "background(color)"?