2024-25 - Y7 - Python Turtle Programming - Quiz 1

2024-25 - Y7 - Python Turtle Programming - Quiz 1

6th Grade

10 Qs

quiz-placeholder

Similar activities

Python L1 Quiz 5: Random Numbers and More Turtle Features

Python L1 Quiz 5: Random Numbers and More Turtle Features

1st - 12th Grade

10 Qs

Blocks Turtle

Blocks Turtle

1st - 8th Grade

14 Qs

NCCE Year 4 Repetition in Shapes

NCCE Year 4 Repetition in Shapes

3rd Grade - University

12 Qs

Scratch Quiz ADVANCED

Scratch Quiz ADVANCED

5th - 8th Grade

11 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

6th Grade

10 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

2024-25 - Y7 - Python Turtle Programming - Quiz 1

2024-25 - Y7 - Python Turtle Programming - Quiz 1

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Courtney Owen

Used 3+ 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 '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.

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?