Arguments & Syntax
Conditional Statements
System Variables
Code Lines
Random
600

What are the arguments of a triangle?

x1, y1, x2, y2, x3, y3

600

What does boolean mean?

It's a true or false statement

600

What does system variable mouseX do?

Tracks the location of the mouse on the X axis

600

Which lines represents a Nested Conditional?

Line 14-22

600

How do you change the opacity of a shape?

fourth argument of your fill

700

What are the arguments of an arc?

x, y, width, height, start, stop

700

What type of statement is a single test single result conditional?

if

700

What does system variable mouseY do?

Tracks the location of the mouse on the Y axis

700

Which lines represent a for loop?

Line 5-7

700

T/F: a vertex is customizable shape.

True

800

How do you create an arc using degrees instead of radians?

angleMode(DEGREES)

800

What type of statement is a single test multiple result conditional?

if else

800

What does system variable height do?

Tracks the height of the canvas

800

What line displays an array?

Line 1

800

T/F: A for loop contains a variable and a test 

False

900

What are the arguments of an arc?  

x, y, width, height, start, stop

900

What type of statement is a multiple test multiple result conditional?

if else if

900

What does system variable console.log do?

show the results in the console.log

900

On which lines are variable being declared?

Lines 4,5,15,16,18

M
e
n
u