Camp 2022 p5.JS

Camp 2022 p5.JS

7th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

VR Python Formative Unit 2

VR Python Formative Unit 2

9th - 12th Grade

10 Qs

Знайомство з програмою Lazarus

Знайомство з програмою Lazarus

8th Grade

8 Qs

PSAT INFORMATIKA

PSAT INFORMATIKA

10th Grade

10 Qs

Praktik Menghitung Subnetting

Praktik Menghitung Subnetting

10th Grade

6 Qs

Computer Science Level 1 - Blocks with VEXcode VR Course Unit 2

Computer Science Level 1 - Blocks with VEXcode VR Course Unit 2

5th - 12th Grade

12 Qs

Пајгејм 01

Пајгејм 01

7th - 8th Grade

10 Qs

VR Python Unit 1/2 Formative

VR Python Unit 1/2 Formative

11th - 12th Grade

10 Qs

Technology in space

Technology in space

7th Grade

13 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