Search Header Logo
Artistic Effects (Python with Tracy)

Artistic Effects (Python with Tracy)

Assessment

Presentation

Computers

8th Grade

Practice Problem

Easy

Created by

Amanda Silverman

Used 10+ times

FREE Resource

3 Slides • 6 Questions

1

Artistic Effects

  • Quizizz video and questions

  • Four Colored Triangles exercise

  • Colorful Beaded Bracelet exercise

Resources

  • Use the extended circle() command to draw different shapes

  • Use the color(), pensize(), begin_fill(), and end_fill() commands to add more creativity to their programs

Objectives

2

3

Multiple Choice

Question image

Question: 1

How would I change Tracy’s trail to a yellow line with a thickness of 10 pixels?

1

Color(Yellow)

thickness(10)

2

color(“yellow”)

pensize(10)

3

color yellow()

pensize(10)

4

color yellow():

pensize(10)

4

Multiple Choice

Question image

Question: 2

What is true of Tracy’s color command?

1

You can only use hex color codes

2

There are 10 different colors that Tracy knows

3

The color name must have underscores between words (ex: light_blue)

4


The color name must be in quotation marks

5

Multiple Choice

Question image

Question: 3

What is the correct way to draw a circle that is filled in?

1

begin_fill()

circle(20)

end_fill()

2

circle(20)

begin_fill()

end_fill()

3


circle(begin_fill, 20, end_fill)

4

circle(20)

end_fill()

6

Multiple Choice

Question image

Question: 4

What shape would Tracy draw using the following command?

circle(50,360, 5)

1

a full circle

2

a diamond

3

a pentagon

4

half a circle

7

Multiple Choice

Question: 5

How many sides will this shape have?

circle(50,180,3)

1

50

2

180

3

3

4

information is not included in the command

8

Open Ended

Challenge!

Using the extended circle command, create a command that draws a shape with:

4 sides

360 degrees

a radius of 60

9

Now, open the Artistic Effects CW

  • Go to:

    • Four Colored Triangles exercise

media

Artistic Effects

  • Quizizz video and questions

  • Four Colored Triangles exercise

  • Colorful Beaded Bracelet exercise

Resources

  • Use the extended circle() command to draw different shapes

  • Use the color(), pensize(), begin_fill(), and end_fill() commands to add more creativity to their programs

Objectives

Show answer

Auto Play

Slide 1 / 9

SLIDE