PDM EOC

PDM EOC

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

Mr. Moran's Disney Trivia Challenge

Mr. Moran's Disney Trivia Challenge

1st - 12th Grade

20 Qs

CODE Unit 3 Intro to App Design 2020-21

CODE Unit 3 Intro to App Design 2020-21

9th - 12th Grade

19 Qs

SOAL TUGAS TIK KELAS 5

SOAL TUGAS TIK KELAS 5

9th - 12th Grade

20 Qs

What are all the animals names?

What are all the animals names?

KG - University

20 Qs

Animal Quiz by ACoimbra

Animal Quiz by ACoimbra

7th - 9th Grade

20 Qs

Kuis P5

Kuis P5

10th Grade

20 Qs

Review Materi HTML, CSS, JS

Review Materi HTML, CSS, JS

12th Grade

25 Qs

Fusion: Line, Circle, Rectangle

Fusion: Line, Circle, Rectangle

9th - 12th Grade

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