Drawing

Drawing

3rd - 12th Grade

20 Qs

quiz-placeholder

Similar activities

P5 JS

P5 JS

9th - 12th Grade

21 Qs

G6-Final Test Animation

G6-Final Test Animation

6th Grade

20 Qs

G6-Mid term practice-Animation-2023/04

G6-Mid term practice-Animation-2023/04

6th Grade

20 Qs

Coding Vocabulary

Coding Vocabulary

7th Grade

22 Qs

Basic Inkscape

Basic Inkscape

8th Grade

20 Qs

Hour of Code - Drawing with Code

Hour of Code - Drawing with Code

6th - 12th Grade

15 Qs

P5.js Exam 1

P5.js Exam 1

9th - 12th Grade

21 Qs

P5.js

P5.js

9th - 12th Grade

21 Qs

Drawing

Drawing

Assessment

Quiz

Computers

3rd - 12th Grade

Easy

Created by

Brenda McLachlin

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these symbols looks most like a bezier?

~

C

(

/

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select all the functions have "size" parameters:

ellipse

rect

arc

triangle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these functions will make a square?

rect(100, 100, 30, 60);

rect(10, 30, 355, 125);

rect(200, 250, 25, 75);

rect(100, 375, 40, 40);

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function changes the colour of a line?

fill

stroke

background

color

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these shapes will follow the mouse?

ellipse(200, 200, 50, 50);

rect(100, 250, mouseX, mouseY);

triangle(mouseX, mouseY, mouseX + 10, mouseY + 10, mouseX - 10, mouseY + 10);

quad(mouseX, mouseY, 20, 60, 20, 120, 50, 60);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be stored in the variable x?


var x = fill(255, 0, 0);

the colour red

nothing useful

255

[255, 0, 0]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function changes the colour of text?

fill

stroke

background

color

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?