Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

Assessment

Flashcard

Computers

6th Grade

Practice Problem

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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?