P5.js Exam 1

P5.js Exam 1

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

N+ Chapter 5

N+ Chapter 5

12th Grade

20 Qs

Grade 11 Final Exam

Grade 11 Final Exam

9th - 11th Grade

20 Qs

Coding Karel 2

Coding Karel 2

KG - University

20 Qs

Computer Hardware - CPU & GPU

Computer Hardware - CPU & GPU

7th Grade - University

16 Qs

Skill Competition Quiz 2024

Skill Competition Quiz 2024

10th Grade - University

20 Qs

Topic 4.1 Introduction to Java

Topic 4.1 Introduction to Java

12th Grade

20 Qs

CSS - Operating System

CSS - Operating System

11th Grade

20 Qs

Pemetaan alamat melalui subneting

Pemetaan alamat melalui subneting

10th Grade

20 Qs

P5.js Exam 1

P5.js Exam 1

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Nicole Sledge

Used 32+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?