Python Turtle Graphics Assessment for 7th Grade

Python Turtle Graphics Assessment for 7th Grade

Assessment

Flashcard

others

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What is the primary purpose of the Python Turtle module?

Back

To draw graphics and shapes using a virtual turtle.

2.

FLASHCARD QUESTION

Front

Which command makes the turtle move forward? Options: backward(), right(), forward(), left()

Back

forward()

3.

FLASHCARD QUESTION

Front

What command makes the turtle turn right by 90 degrees?

Back

right(90)

4.

FLASHCARD QUESTION

Front

Which color would NOT work in color()? Options: "red", "sparkly", "blue", "green"

Back

sparkly

5.

FLASHCARD QUESTION

Front

What does the penup() command do?

Back

Lifts the pen so the turtle moves without drawing.

6.

FLASHCARD QUESTION

Front

What command fills a shape after you've drawn it? Options: complete(), draw(), fill(), end_fill()

Back

end_fill()

7.

FLASHCARD QUESTION

Front

How do you make the turtle move faster?

Back

speed(10)

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?