Y7 - Python Turtle - Quiz 1

Y7 - Python Turtle - Quiz 1

6th Grade

10 Qs

quiz-placeholder

Similar activities

Edublocks Turtle intro

Edublocks Turtle intro

6th - 8th Grade

13 Qs

Small basic

Small basic

4th - 6th Grade

13 Qs

Computers

Computers

4th - 7th Grade

7 Qs

CS quizz

CS quizz

6th Grade

13 Qs

SHS Year 7 Logo Quiz

SHS Year 7 Logo Quiz

KG - University

14 Qs

Основи роботи з модулем turtle (Python 3)

Основи роботи з модулем turtle (Python 3)

6th Grade

12 Qs

python moving

python moving

6th Grade

8 Qs

Quiz

Quiz

4th - 6th Grade

10 Qs

Y7 - Python Turtle - Quiz 1

Y7 - Python Turtle - Quiz 1

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Courtney Owen

Used 7+ times

FREE Resource

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 't = turtle.Pen()'?
The line of code sets the turtle's color to the default color.
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 't'.
The line of code opens a new turtle graphics window for drawing.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the t.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 off the canvas?

t.penup()

t.pendown()

t.penlift()

t.pendrop()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to make the turtle turn right by a specific angle?
t.turnleft()
t.turnright()
t.right()
t.left()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you make the turtle change its pen color to red?
t.setpen("red")
t.pencolor("red")
t.changecolor("red")
t.pen("red")

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Why won't this code draw a full square?

The turtle's pen color 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.

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?