PDM EOC

PDM EOC

9th - 12th Grade

24 Qs

quiz-placeholder

Similar activities

IT SH 1

IT SH 1

10th Grade

20 Qs

Weeks 1 and 2 vocabulary - ESL

Weeks 1 and 2 vocabulary - ESL

9th - 12th Grade

19 Qs

Business Model Canvas

Business Model Canvas

9th Grade

20 Qs

Quiz de Programação em p5.js

Quiz de Programação em p5.js

10th Grade

19 Qs

Python_Unit 6 Graphics Review (6.1-6.6)

Python_Unit 6 Graphics Review (6.1-6.6)

9th - 10th Grade

20 Qs

Asesmen Sumatif P5 Kelas 9

Asesmen Sumatif P5 Kelas 9

9th Grade

22 Qs

The Computer

The Computer

10th - 11th Grade

20 Qs

didalam Tubuh yang Sehat, Terdapat Jiwa yang Kuat

didalam Tubuh yang Sehat, Terdapat Jiwa yang Kuat

9th 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?