P5 Editor

P5 Editor

4th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Funções e Comandos em p5.js

Funções e Comandos em p5.js

1st Grade - University

16 Qs

JavaScript Math Operators

JavaScript Math Operators

6th - 8th Grade

20 Qs

Getting Started with JavaScript

Getting Started with JavaScript

8th Grade

20 Qs

HTML Lesson 4 - Using CSS to add style to a webpage

HTML Lesson 4 - Using CSS to add style to a webpage

7th - 9th Grade

20 Qs

Web Design with Tailwind CSS

Web Design with Tailwind CSS

6th - 8th Grade

20 Qs

Understanding Arrays

Understanding Arrays

8th Grade

15 Qs

CODEHS KAREL

CODEHS KAREL

7th - 9th Grade

20 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?