Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

6th Grade

14 Qs

quiz-placeholder

Similar activities

Bootstrap Unit 1-4 Review

Bootstrap Unit 1-4 Review

6th - 12th Grade

13 Qs

Understanding Set Heading Commands

Understanding Set Heading Commands

6th Grade

13 Qs

Scratch Coding

Scratch Coding

6th Grade

18 Qs

python turtle

python turtle

6th Grade

10 Qs

Tracy's World

Tracy's World

6th - 8th Grade

12 Qs

World Of Tanks

World Of Tanks

1st Grade - Professional Development

15 Qs

Kornjačina grafika - provjera

Kornjačina grafika - provjera

6th Grade

12 Qs

Software

Software

6th Grade

14 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Danay Robinson

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python command is used to move Tracy forward by 50 pixels?

move(50)

forward(50)

step(50)

go(50)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to draw a circle with Tracy in Python?

draw_circle(10)

circle(10)

make_circle(10)

round(10)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to lift Tracy’s pen so she doesn’t draw while moving?

penup()

pendown()

liftpen()

stopdraw()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command `pendown()` do in Tracy Turtle graphics?

Lifts the pen up

Puts the pen down to draw

Changes the pen color

Moves Tracy forward

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to change Tracy’s pen color to green?

pen_color("green")

color("green")

setcolor("green")

changecolor("green")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command `goto(0, 75)` do?

Moves Tracy to the origin

Rotates Tracy 75 degrees

Moves Tracy 75 pixels forward

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command is used to start filling a shape with color in Tracy Turtle?

fill()

begin_fill()

startfill()

color_fill()

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?