Search Header Logo

2023-24 - Y7 - Python Turtle - Quiz 1

Authored by Courtney Owen

Computers

6th Grade

Used 2+ times

2023-24 - Y7 - Python Turtle - Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these lines of code allows you to use the turtle module in Python?

impart turtle
import turtle
input turtle
impact turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following line of code do 'pen = turtle.Turtle()'?

The line of code sets the turtle's color to a default colour.
The line of code moves the turtle pen forward by a default distance.
The line of code creates a new turtle pen to draw with called 'pen'.
The line of code opens a new turtle graphics window for drawing.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the pen.forward() function do?

Moves the turtle forward
Turns the turtle clockwise
Turns the turtle counterclockwise
Moves the turtle backward

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to lift the turtle's pen to stop it drawing lines?

pen.penup()
pen.penraise()
pen.penlift()
pen.penhigh()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to make the turtle turn right by a specific angle?

pen.turnright()
pen.rightturn()
pen.right()
pen.clockwise()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make the turtle change its pen colour to red?

pen.setpen("red")
pen.pencolor("red")
pen.changecolor("red")
pen.pen("red")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Look at the script shown. Why won't this code draw a full square?

The turtle's pen colour is not set before drawing.
The turtle window is not opened using the turtle.Screen() function.
The code for one line of the square is missing.
The turtle is moving too fast.

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?