P5.js Advanced

P5.js Advanced

9th - 12th Grade

29 Qs

quiz-placeholder

Similar activities

Programming with Karel Quiz

Programming with Karel Quiz

6th - 9th Grade

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

Javascript Final Review

Javascript Final Review

9th - 12th Grade

25 Qs

CSP Unit 6 Review

CSP Unit 6 Review

12th Grade

25 Qs

Cybersecurity

Cybersecurity

7th - 9th Grade

25 Qs

P5.js

P5.js

9th - 12th Grade

29 Qs

Programming

Programming

10th Grade

28 Qs

BISE computer science

BISE computer science

10th Grade

25 Qs

P5.js Advanced

P5.js Advanced

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Nicole Baz

Used 32+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following best describes p5.js?

An AI-tool

A Hyper Text Markup Language

A python-based programming language

A JavaScript library

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

3.

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

4.

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

5.

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.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

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

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?