Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

Assessment

Flashcard

Computers

6th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which Python command is used to move Tracy forward by 50 pixels? Options: move(50), forward(50), step(50), go(50)

Back

forward(50)

2.

FLASHCARD QUESTION

Front

What function is used to draw a circle with Tracy in Python? Options: draw_circle(10), make_circle(10), round(10)

Back

circle(10)

3.

FLASHCARD QUESTION

Front

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

Back

penup()

4.

FLASHCARD QUESTION

Front

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

Back

Puts the pen down to draw

5.

FLASHCARD QUESTION

Front

Which command is used to change Tracy’s pen color to green? Options: pen_color("green"), color("green"), setcolor("green"), changecolor("green")

Back

color("green")

6.

FLASHCARD QUESTION

Front

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

Back

7.

FLASHCARD QUESTION

Front

Which command is used to start filling a shape with color in Tracy Turtle? Options: fill(), begin_fill(), startfill(), color_fill()

Back

begin_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?