PDM EOC

PDM EOC

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Retroalimentación HTML & CSS 2.0

Retroalimentación HTML & CSS 2.0

9th - 12th Grade

20 Qs

Questionário sobre Aula 1

Questionário sobre Aula 1

12th Grade

22 Qs

PTS Semester 2 Kelas 7

PTS Semester 2 Kelas 7

9th - 12th Grade

20 Qs

Kuis Online 1

Kuis Online 1

KG - University

20 Qs

PRE TEST P5 - ESFANABA

PRE TEST P5 - ESFANABA

10th Grade

20 Qs

Mengenai Jiwasraya

Mengenai Jiwasraya

KG - Professional Development

20 Qs

IX-B QUIZIZZ

IX-B QUIZIZZ

9th Grade

19 Qs

avaliação

avaliação

10th Grade

20 Qs

PDM EOC

PDM EOC

Assessment

Quiz

Other

9th - 12th Grade

Hard

Created by

Emily Torres

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


  How can you draw an arc (a part of a circle) in p5.js?  

ellipse(x, y, width, height)


arc(x, y, width, height, startAngle, stopAngle)


line(x1, y1, x2, y2)

circle(x, y, radius)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


What is used to end a code?

. (period)

} (curly brace)

; (semicolon)

] (straight brace)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is used to end a function?

] (straight brace)

} (curly brace)

. (period)

; (semicolon)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In this code: circle(100, 100, 50); what are the numbers called?

Arguments


Functions

Methods

Variables

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


In this code: bgColor("green"); what is the name of the way bgColor is stylized?

Cat Style

Camel Case


Pyramid Policy


Dog Case

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt


What does "rgb" mean?

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


  What is the purpose of the setup() function in p5.js?  

To handle key press events.


To continuously execute code throughout the sketch.

To create the canvas and set initial settings.

To draw shapes on the canvas.

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?