P5 Editor

P5 Editor

4th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Discovering Computer Science

Discovering Computer Science

7th - 10th Grade

20 Qs

Unit 3 CS Discoveries

Unit 3 CS Discoveries

7th - 10th Grade

20 Qs

DeCode Math Quiz 2

DeCode Math Quiz 2

6th - 8th Grade

20 Qs

CS Discoveries Unit 3 Chapter 2

CS Discoveries Unit 3 Chapter 2

7th - 10th Grade

21 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

Quiz: 802/841

Quiz: 802/841

7th - 8th Grade

18 Qs

JavaScript

JavaScript

7th - 8th Grade

15 Qs

CS Discoveries Unit 3 Chapter 2

CS Discoveries Unit 3 Chapter 2

7th - 10th Grade

20 Qs

P5 Editor

P5 Editor

Assessment

Quiz

Computers

4th - 8th Grade

Medium

Created by

Natasha Mathew

Used 14+ 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?