p5.js activity

p5.js activity

Assessment

Flashcard

Computers

9th - 12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

5 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is a correct code to create a rectangle in p5.js? Options: rect(40,120,120,40);

Back

rect(40,120,120,40);

2.

FLASHCARD QUESTION

Front

How do I create a rectangle located 50px to the right and 80px down on the canvas? Options: rect(40,100,80,50);, rect(100,40,50,80);, rect(80,50,100,40);, rect(50,80,100,40);

Media Image

Back

rect(50,80,100,40);

3.

FLASHCARD QUESTION

Front

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

Back

fill();

4.

FLASHCARD QUESTION

Front

Which code makes an ellipse measuring 140px width and 100px height? Options: ellipse(175, 130, 100, 140);, circle(175, 130, 140, 100);, ellip(175, 130, 140, 100);, ellipse(175, 130, 140, 100);

Back

ellipse(175, 130, 140, 100);

5.

FLASHCARD QUESTION

Front

Which code sets the canvas' color to "pink" in p5.js? Options: background-color('pink');, background('pink');, bg('pink');, bg-color('pink');

Media Image

Back

background('pink');

Access all questions and much more by creating a free account

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

Already have an account?