Python Turtle

Python Turtle

KG - Professional Development

11 Qs

quiz-placeholder

Similar activities

Python L5

Python L5

6th Grade - University

10 Qs

Programming in Python Homework 1

Programming in Python Homework 1

9th Grade

12 Qs

Python Turtle - Knowledge Check

Python Turtle - Knowledge Check

7th - 8th Grade

10 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Turtle academy (Lessons 6 and 7)

Turtle academy (Lessons 6 and 7)

6th - 8th Grade

10 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

6th Grade

10 Qs

Python Turtle ( )

Python Turtle ( )

12th Grade

10 Qs

Python Черепашья графика

Python Черепашья графика

1st - 5th Grade

16 Qs

Python Turtle

Python Turtle

Assessment

Quiz

Computers, Education

KG - Professional Development

Hard

Created by

Hunter Liao

Used 169+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

turtle.penup()

turtle.forward()

turtle.left()

turtle.backward()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which of these commands would create a turtle named Alice?

Alice = turtle.pen()

Alice = Turtle.pen()

Alice = Turtle.turtle()

Alice = turtle.Turtle()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will this code loop?

50

90

0

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

To move the turtle to a specific position on the drawing canvas you need to use which of the following commands?

set_pos( )

setpos( ):

setpos

setposition( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

import turtle

turtle import

from turtle import *

from turtle import

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?