Shape Designer Quiz

Shape Designer Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Photoshop Domain 3 Prep

Photoshop Domain 3 Prep

9th - 12th Grade

9 Qs

Quiz 5 (28.07.2021)

Quiz 5 (28.07.2021)

1st - 12th Grade

10 Qs

Define Variables

Define Variables

9th - 12th Grade

12 Qs

JavaScript L1 Quiz 2

JavaScript L1 Quiz 2

5th - 12th Grade

10 Qs

Inkscape Glossaries

Inkscape Glossaries

7th - 10th Grade

13 Qs

CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

CMU CS Academy Unit 6.1 Groups (Postion Properties) Part 1

9th Grade

6 Qs

JavaScript Graphics

JavaScript Graphics

9th - 12th Grade

10 Qs

#10 Codecademy/KhanAcademy Weekly Quiz: Coloring with JavaScript

#10 Codecademy/KhanAcademy Weekly Quiz: Coloring with JavaScript

9th - 12th Grade

9 Qs

Shape Designer Quiz

Shape Designer Quiz

Assessment

Quiz

Computers

9th Grade

Easy

DOK Level 1: Recall, DOK Level 3: Strategic Thinking, DOK Level 2: Skill/Concept

Standards-aligned

Created by

Brianne Green

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command do you use to set the size of the canvas?

rect();

size();

fill();

ellipse();

Tags

DOK Level 1: Recall

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command would you use to draw a circle or oval?

rect();

ellipse();

stroke();

background();

Tags

DOK Level 1: Recall

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command do you use to fill a shape with color?

noStroke();

fill();

strokeWeight();

size();

Tags

DOK Level 1: Recall

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you don’t want an outline around your shape, which command do you use?

stroke();

noStroke();

fill();

background();

Tags

DOK Level 1: Recall

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the strokeWeight(); command do?

Changes the color of the shape

Sets the size of the canvas

Changes the thickness of the outline

Removes the outline from the shape

Tags

DOK Level 1: Recall

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you draw a rectangle with no outline and a red fill?

`rect(); fill('red');`

`noStroke(); fill('red'); rect();`

`stroke('red'); rect();`

`fill('red'); strokeWeight(0); rect();`

Tags

DOK Level 2: Skill/Concept

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sequence of commands would you use to create a canvas with a blue background and a green circle with a thick outline?

`background('blue'); fill('green'); strokeWeight(5); ellipse();`

`fill('green'); strokeWeight(5); background('blue'); ellipse();`

`strokeWeight(5); ellipse(); background('blue'); fill('green');`

`background('green'); fill('blue'); strokeWeight(5); ellipse();`

Tags

DOK Level 2: Skill/Concept

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?