Computer Finals Flashcards
(25 cards)
The ellipse function has ____ perameters
4 perameters
the ellipse’s first parameter is ___
x
the ellipse’s second parameter is ___
y
the ellipse’s third parameter is ___?
width
the ellipse’s fourth parameter is ___
height
Every line of code has to end with a __________
semicolon
Code is read from _____ to _____
top to bottom
The canvas has _____ pixels?
400
(X and Y both go to 400 pixels)
Rect is a function that has ___ parameters
4
Rect is positioned based on ___________
top left corner
Line is a function and has __ parameters
4
Line function has two _______ and two _______
start points ; end points
Background function has ____ parameters
3
What do the background perameters stand for?
they stand for how red, green and blue a color is
Fill function has ____ parameters
3
What do the fill perameters stand for?
they stand for how red, green and blue a color is
________ adds thickness to a line
StrokeWeight
How many perameters does StrokeWeight have?
1 perameter
______ adds color to a line
Stroke
_______ removes outlines from shapes
noStroke()
__________, ____________, & ___________ all matter.
Spelling capitalization & punctuation
RGB max is ________ for each color
255
________ determines how big the text will be
TextSize
_______ has two parameters and a text
Text
ex) (“Text”, 50,50)