Camp 2022 p5.JS

Camp 2022 p5.JS

7th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Recuperação Pensamento computacional - 2ª parcial - 1º tri

Recuperação Pensamento computacional - 2ª parcial - 1º tri

8th Grade

10 Qs

KUIS AKUN BELAJAR

KUIS AKUN BELAJAR

10th Grade

10 Qs

Quis Akun Belajar

Quis Akun Belajar

12th Grade

10 Qs

Processing 1

Processing 1

7th Grade

10 Qs

CM10 - Axón

CM10 - Axón

1st - 10th Grade

10 Qs

Third Month Quiz

Third Month Quiz

2nd - 8th Grade

10 Qs

XII TKJ - Bandwidth

XII TKJ - Bandwidth

12th Grade

10 Qs

 S  If

S If

9th - 12th Grade

10 Qs

Camp 2022 p5.JS

Camp 2022 p5.JS

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Christine Hodges

Used 12+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What function turns drawing A into drawing B?

noOutline()

noStroke()

noFill()

fillStroke()

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

Which function call will draw this picture?

ellipse(200, 200, 100, 140)

ellipse(200, 200, 140, 100)

ellipse(200, 200, 140, 100)

ellipse(200, 150, 150, 150)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What function draws this shape?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

This canvas is 400 pixels wide and 400 pixels high. What function call draws this picture?

line(400, 400, 0, 0)

stroke(0, 0, 200, 200);

stroke(0, 0, 400, 400);

line(0, 0, 200, 200);

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

What function do you call to draw shapes like this?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command do you put in the setup function to use degrees in your arcs?

angleDegrees()

mode(DEGREES)

angleMode(DEGREES)

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Picture B shows an arc drawing. Which function call can draw that arc?

arc(200, 200, 150, 100, 180, 0);

arc(200, 200, 150, 100, 0, 180);

arc(200, 200, 150, 150, 0, 180);

arc(200, 200, 150, 150, 180, 0);

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A quad shape has how many pairs of X, Y coordinates?

2

4

6

8