P5 Editor

P5 Editor

4th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Advanced Excel

Advanced Excel

KG - University

20 Qs

Spreadsheet

Spreadsheet

7th Grade

15 Qs

Functions in Excel

Functions in Excel

7th - 9th Grade

22 Qs

JavaScript Strings

JavaScript Strings

7th Grade

15 Qs

JQuery Responsive Navbar

JQuery Responsive Navbar

3rd - 8th Grade

15 Qs

HTML, CSS, & JavaScript

HTML, CSS, & JavaScript

6th Grade

15 Qs

ProA Desarrollo de Software 3° año

ProA Desarrollo de Software 3° año

1st - 12th Grade

19 Qs

Data Codehs

Data Codehs

8th - 12th Grade

21 Qs

P5 Editor

P5 Editor

Assessment

Quiz

Computers

4th - 8th Grade

Medium

Created by

Natasha Mathew

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is p5.js ?

It is a header file

It is programming language

It is a Javascript library

It is an online compiler

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function in p5 is executed only once?

draw()

rect()

setup()

createCapture()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function do we use to create circle?

ellipse()

line()

arc()

circle()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a correct code to create a rectangle in p5.js?

rect();

rectangle(20,20,40,50);

rect(40,120,120,40);

rect(40,120);

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function do we use to add color to a shape in p5.js?

color();

fill();

paint();

noFill();

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

Which are correct ways to add color to a shape in p5.js?

fill(‘yellow’);

fill(amarillo);

fill(255,255,0);

fill(‘#ebe12d’);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which code sets the canvas' color to "pink" in p5.js?

background-color('pink');

bg('pink');

background('pink');

bg-color('pink');

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?