Search Header Logo

Python Turtle

Authored by Hunter Liao

Computers, Education

KG - Professional Development

Used 177+ times

Python Turtle
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

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?