Drawing 2

Drawing 2

3rd - 12th Grade

18 Qs

quiz-placeholder

Similar activities

CMU quiz

CMU quiz

7th - 9th Grade

20 Qs

Kiểm Tra Cuối HK2

Kiểm Tra Cuối HK2

8th Grade

20 Qs

Unit 3 Code.org CS Discoveries

Unit 3 Code.org CS Discoveries

7th - 10th Grade

21 Qs

G6-Mid term practice-Animation-2023/04

G6-Mid term practice-Animation-2023/04

6th Grade

20 Qs

p5.js - shape and color

p5.js - shape and color

8th Grade

17 Qs

Python Pygame

Python Pygame

12th Grade

22 Qs

Game Lab Shapes 1

Game Lab Shapes 1

6th - 7th Grade

16 Qs

G6-L11& L12

G6-L11& L12

6th Grade

15 Qs

Drawing 2

Drawing 2

Assessment

Quiz

Computers

3rd - 12th Grade

Hard

Created by

Brenda McLachlin

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the functions that stroke will affect:

triangle

bezier

arc

text

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Select the functions that fill will affect:

triangle

bezier

arc

text

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What other transformation function do you need to rotate a shape around a fixed point?

translate

pushMatrix

scale

beginShape

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which function(s) do you need to change the font of your text?

textFont

createFont

textSize

font

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What colour will my ellipse be?


colorMode(RGB, 700, 700, 700);

fill(0, 255, 0);

ellipse(200, 200, 50, 50);

Bright green

Dark green

Black

Grey

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do the width and height parameters of an arc function represent?

The size that the circle would be if the arc angles were from 0 to 360

The distance between the end of the curve to the center of the hypothetical circle

The area that the arc covers

The distance between the ends of the curve

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True or False: It's possible for the get function to return a rectangular section of pixels

True

False

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?