Python Turtle

Python Turtle

Assessment

Flashcard

Computers

7th - 11th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

14 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does forward(300) do?

Back

Moves in the direction it is facing 300 steps

2.

FLASHCARD QUESTION

Front

What does turn(90) do?

Back

Does nothing as 'turn' is not a turtle instruction

3.

FLASHCARD QUESTION

Front

What is the window called where you write your code?

Back

Editor

4.

FLASHCARD QUESTION

Front

When creating a rectangle with the turtle, what angle is needed when turning?

Back

90

5.

FLASHCARD QUESTION

Front

To make the turtle move forward, which command is used? Options: turtle.penup(), turtle.forward(), turtle.left(), turtle.backward()

Back

turtle.forward()

6.

FLASHCARD QUESTION

Front

To fill the drawing shape with the colour red, which command is correct? Options: turtle.color("Red"), turtle.fillcolor("Red"), turtle.fill("Red"), turtle.fillcolour("Red")

Back

turtle.color("Red")

7.

FLASHCARD QUESTION

Front

In order to move the turtle 120 forward without drawing on the screen, which order is correct? Options: turtle.forward(120)
turtle.penup()
turtle.pendown(), turtle.pendown()
turtle.forward(120)
turtle.penup(), turtle.penup()
turtle.forward(120)
turtle.pendown()

Back

turtle.penup()
turtle.forward(120)
turtle.pendown()

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?