Year7 Python Turtle

Year7 Python Turtle

7th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz: Basic Graphics and Shapes with Turtle

Quiz: Basic Graphics and Shapes with Turtle

7th Grade

10 Qs

3RD TERM STEAM CAT 2025

3RD TERM STEAM CAT 2025

3rd Grade - University

20 Qs

Y7 - Small Basic - HL 1

Y7 - Small Basic - HL 1

6th - 7th Grade

20 Qs

Yr 7 Python Programming

Yr 7 Python Programming

7th Grade

16 Qs

Python Turtle Quiz

Python Turtle Quiz

7th Grade

15 Qs

Python Graphics

Python Graphics

6th - 8th Grade

10 Qs

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

Small Basic Week 7 (Mod 2.2) Pre-Quiz

Small Basic Week 7 (Mod 2.2) Pre-Quiz

7th - 8th Grade

12 Qs

Year7 Python Turtle

Year7 Python Turtle

Assessment

Quiz

Computers

7th Grade

Hard

Created by

E Hussain

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python Turtle used for?

Solving complex mathematical problems

Creating digital art and graphics

Building websites

Playing video games

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start using Turtle in Python?

`import turtle`

`start turtle`

`turtle.begin()`

`import turtle`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to make the turtle move forward?

`turtle.forward(distance)`

`turtle.move(distance)

`turtle.go(distance)`

`turtle.advance(distance)`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `turtle.backward(100)` command do?

Moves the turtle backward by 100 pixels

Moves the turtle forward by 100 pixels

Turns the turtle around

Draws a line 100 pixels long

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

How can you change the color of the turtle’s pen?

`turtle.penColor(color)`

`turtle.color(color)`

`turtle.setColor(color)`

`turtle.changeColor(color)`

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the `turtle.right(90)` command do?

Moves the turtle 90 pixels to the right

Rotates the turtle 90 degrees to the right

Draws a right angle

Tilts the turtle to the right

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you lift the pen up so that moving the turtle doesn’t draw a line?

`turtle.penUp()`

`turtle.up()`

`turtle.penup()`

`turtle.liftPen()`

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?