Exploring P5 Programming

Exploring P5 Programming

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Artists and Painting Styles

Artists and Painting Styles

9th Grade

10 Qs

Math Gamez XI

Math Gamez XI

11th Grade

15 Qs

ทดสอบหลังเรียนครั้งที่1

ทดสอบหลังเรียนครั้งที่1

10th Grade

10 Qs

ASESMEN SUMATIF P5 KLS 9 REKAYASA TEKNOLOGI

ASESMEN SUMATIF P5 KLS 9 REKAYASA TEKNOLOGI

9th - 12th Grade

15 Qs

Translate Nouns and Verbs

Translate Nouns and Verbs

12th Grade

15 Qs

Tipos de Software de Diseño

Tipos de Software de Diseño

12th Grade

10 Qs

REFLEKSI KEGIATAN PROJEK P5 (KEARIFAN LOKAL)

REFLEKSI KEGIATAN PROJEK P5 (KEARIFAN LOKAL)

10th Grade

6 Qs

Masa Orde Baru

Masa Orde Baru

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?