Computer Finals Flashcards
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