Python Turtle

Python Turtle

Assessment

Flashcard

Computers

7th - 11th Grade

Practice Problem

Hard

Created by

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

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?