Python Turtle Basics

Python Turtle Basics

7th - 9th Grade

20 Qs

quiz-placeholder

Similar activities

Python Turtle

Python Turtle

6th - 8th Grade

21 Qs

Exploring Turtle Graphics in Python

Exploring Turtle Graphics in Python

8th Grade

15 Qs

CodeHS Tracy

CodeHS Tracy

8th - 10th Grade

25 Qs

Занятие 05_10-IT-Старт-Лид

Занятие 05_10-IT-Старт-Лид

7th Grade

15 Qs

MSW Logo Quiz (Grade IV)

MSW Logo Quiz (Grade IV)

4th Grade - University

25 Qs

Python I part, final test

Python I part, final test

5th - 10th Grade

25 Qs

Logo Programming

Logo Programming

1st - 9th Grade

19 Qs

Python Quiz

Python Quiz

8th Grade

15 Qs

Python Turtle Basics

Python Turtle Basics

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Simon Graham

Used 103+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

turtle.penup()

turtle.forward()

turtle.left()

turtle.backward()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

120

180

45

90

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?

turtle.forward(120)

turtle.penup()

turtle.pendown()

turtle.pendown()

turtle.forward(120)

turtle.penup()

turtle.penup()

turtle.forward(120)

turtle.pendown()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To fill a shape with the colour red, which command is correct?

turtle.fillcolor('Red')

turtle.fillcolour('Red')

turtle.fillcolor("Red")

turtle.fillcolour("Red")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you tell python you want to use the turtle library

turtle import

import turtle

from libraries import turtle

from turtle import libraries

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?