Python Turtle

Python Turtle

Assessment

Flashcard

Computers, Education

6th - 8th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Media Image

Back

turtle.forward()

2.

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

Media Image

Back

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

3.

FLASHCARD QUESTION

Front

Which of these commands would create a turtle named Alice?
Options:
Alice = turtle.pen(),
Alice = Turtle.pen(),
Alice = Turtle.turtle(),
Alice = Turtle()

Media Image

Back

Alice = Turtle()

4.

FLASHCARD QUESTION

Front

How many times will this code loop?

Media Image

Back

4

5.

FLASHCARD QUESTION

Front

Look at this code, what shape will it make? Options: Square, Triangle, Rectangle, Hexagon

Media Image

Back

Rectangle

6.

FLASHCARD QUESTION

Front

How do you tell that Python that you are going to use the turtle library?

Media Image

Back

from turtle import Turtle

7.

FLASHCARD QUESTION

Front

What is the keyword needed to repeat code (iterate) in Python?

Media Image

Back

for

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?

Discover more resources for Computers