2023-24 - Y7 - Python Turtle - Quiz 1

2023-24 - Y7 - Python Turtle - Quiz 1

6th Grade

10 Qs

quiz-placeholder

Similar activities

Scratch CS First

Scratch CS First

1st - 12th Grade

13 Qs

Tracy 🐢 CodeHS

Tracy 🐢 CodeHS

5th - 8th Grade

12 Qs

Python Level 1 Quiz #6

Python Level 1 Quiz #6

5th - 12th Grade

12 Qs

Scratch Pen Quiz

Scratch Pen Quiz

KG - University

10 Qs

Scratch_Kyran 67L Student's mappingGrade 6-7

Scratch_Kyran 67L Student's mappingGrade 6-7

6th - 7th Grade

10 Qs

L6 Scratch 6-8

L6 Scratch 6-8

6th - 8th Grade

13 Qs

Code.org: Variables and Loop Structures

Code.org: Variables and Loop Structures

6th Grade

10 Qs

Python Functions

Python Functions

KG - 8th Grade

11 Qs

2023-24 - Y7 - Python Turtle - Quiz 1

2023-24 - Y7 - Python Turtle - Quiz 1

Assessment

Quiz

Computers

6th Grade

Medium

Created by

Courtney Owen

Used 2+ 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?