P5.js Exam 1

P5.js Exam 1

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

P5.js

P5.js

9th - 12th Grade

21 Qs

P5 JS

P5 JS

9th - 12th Grade

21 Qs

Functions and JavaScript

Functions and JavaScript

9th - 12th Grade

20 Qs

CS Discoveries Unit 3 Chapter 2

CS Discoveries Unit 3 Chapter 2

7th - 10th Grade

20 Qs

Discovering Computer Science

Discovering Computer Science

7th - 10th Grade

20 Qs

Unit 3 CS Discoveries

Unit 3 CS Discoveries

7th - 10th Grade

20 Qs

CS Discoveries Unit 3 Chapter 2

CS Discoveries Unit 3 Chapter 2

7th - 10th Grade

21 Qs

Discovering Computer Science

Discovering Computer Science

7th - 10th Grade

21 Qs

P5.js Exam 1

P5.js Exam 1

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nicole Sledge

Used 32+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The area where all drawn graphics are displayed is known as the...
console 
canvas
variable
palate

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

__________________ 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.
Brackets 
Ellipses
Variables
Parameters

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a built in variable in P5.js?
background
varX
mouseX
rect

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What, if anything, is the difference between function setup () and function draw()?
Function setup is a loop and function draw only runs once.
There are no differences.
Function setup and function draw are both loops but they allow the programmer to do different things.
Function setup runs once and function draw is a loop.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

'Background, arc, and ellipse' are all examples of ______________ in p5.js.
functions
custom variables
shapes
parameters

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many parameters are there in the code for drawing a line in p5.js?
Hint: line(x1,y1,x2,y2)
5
1
4
2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

mouseX and mouseY are variables that represent...
The location of the mouse on the X and Y axis.
The location of your drawing on the x and y axis.
The size of the canvas.
None of the above.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?