Python Turtle Basics

Python Turtle Basics

Assessment

Flashcard

Computers

7th - 9th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

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

Media Image

Back

Rectangle

2.

FLASHCARD QUESTION

Front

To stop the turtle drawing you need to use which of the following commands? Options: penup:, pen_up( ), penup( ), penup( ):

Back

penup( )

3.

FLASHCARD QUESTION

Front

To make the turtle move forward, which command is used?

Back

turtle.forward()

4.

FLASHCARD QUESTION

Front

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

Back

90

5.

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

6.

FLASHCARD QUESTION

Front

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

Back

turtle.fillcolor('Red')

7.

FLASHCARD QUESTION

Front

How do you tell python you want to use the turtle library? Options: turtle import, import turtle, from libraries import turtle, from turtle import libraries

Back

import turtle

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?