Exploring P5 Programming

Exploring P5 Programming

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Dialogue

Dialogue

7th Grade - University

6 Qs

Common Verbs Recognition

Common Verbs Recognition

10th Grade

10 Qs

Quiz no. 6 Kitchen Safety and Sanitation

Quiz no. 6 Kitchen Safety and Sanitation

9th Grade

10 Qs

Uji Kompetensi Keahlian

Uji Kompetensi Keahlian

12th Grade

10 Qs

Quiz 2 Daerah Penyelesaian Pertidaksamaan Linier 2 Variabel

Quiz 2 Daerah Penyelesaian Pertidaksamaan Linier 2 Variabel

10th Grade

12 Qs

IT Essentials 5.0 Quiz

IT Essentials 5.0 Quiz

9th Grade

10 Qs

Using import math  in Python

Using import math in Python

9th - 12th Grade

6 Qs

Math Skills: Graphing Functions

Math Skills: Graphing Functions

9th Grade

10 Qs

Exploring P5 Programming

Exploring P5 Programming

Assessment

Quiz

Others

9th - 12th Grade

Hard

Created by

Elida Fachriyati

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is P5.js primarily used for?

Developing server-side scripts

Creating visual art and interactive graphics in web browsers.

Building mobile applications

Creating database management systems

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a canvas in P5.js?

Use 'drawCanvas(width, height);' in the 'setup' function.

Use 'createCanvas(width, height);' in the 'setup' function.

Invoke 'createScreen(width, height);' in the 'draw' function.

Call 'initializeCanvas(width, height);' before 'setup();'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to draw shapes in P5.js?

createCircle()

rect(), ellipse(), line()

paintRectangle()

drawShape()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the purpose of the setup() function in P5.js.

The setup() function handles user input events.

The setup() function is for saving the sketch as an image.

The setup() function initializes the sketch and prepares the environment.

The setup() function is used to draw shapes on the canvas.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between fill() and stroke() in P5.js?

fill() applies to images; stroke() applies to text.

fill() sets the interior color of shapes; stroke() sets the outline color of shapes.

fill() sets the outline color of shapes; stroke() sets the interior color of shapes.

fill() is used for text color; stroke() is used for background color.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you load an image in P5.js?

Use createImage() in setup() to load an image.

Call loadImage() directly in draw() to display an image.

Use loadImage() in setup() and draw() in preload() to load an image.

Use loadImage() in preload() and image() in draw() to load and display an image.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the draw() function in P5.js?

The draw() function continuously executes the lines of code contained inside its block until the program is stopped.

The draw() function handles user input events in P5.js.

The draw() function is only called once at the beginning of the program.

The draw() function is used to define global variables in P5.js.

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?