Q.1.
What is the y coordinate of the following ellipse?ellipse(180);
Q.2.
______________ are lines of code that perform specific tasks.
Q.3.
__________________ are the values inside of the parentheses following the name of the function. These values will be different based on the information that the function needs.
Q.4.
What, is the difference between function setup () and function draw()?
Q.5.
How many parameters are there in the code for drawing a line in p5.js?
Q.6.
MouseX and mouseY are variables that represent...
Q.7.
RGB, colors range from ___ to ___.
Q.8.
The area where all drawn graphics are displayed is known as the...
Q.9.
Which of the following is an example of a built in variable in P5.js?
Q.10.
What function do we use to add color to a shape in p5.js?
Q.11.
What is a correct code to create a rectangle in p5.js?
Q.12.
What function do we use to create circle?
Q.13.
Which function in p5 is executed only once?
Q.14.
What is p5.js ?
Q.15.
What function do we use to change the outline color of a shape?
Q.16.
What x and y coordinates would you use to center a circle on a canvas that isbypixels?
Q.17.
Which of the following would create a blue fill?
Q.18.
What function do we use to change the color of the *background*?
Q.19.
What function do we use to change the color of a shape or text?