Search Header Logo

Python Turtle

Authored by Abigail Ramirez

Computers

7th - 11th Grade

CCSS covered

Used 159+ times

Python Turtle
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does forward(300) do?

Moves in the direction it is facing 300 steps
Moves down the screen 300 steps
Moves up the screen 300 steps

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turn(90) do?

Turns right 90 degrees
Turns left 90 degrees
Moves forward 90
Does nothing as 'turn' is not a turtle instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the window called where you write your code?

Editor
Shell

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

Tags

CCSS.4.G.A.1

5.

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

turtle.color("Red")

turtle.fillcolor("Red")

turtle.fill("Red")

turtle.fillcolour("Red")

7.

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

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?