Search Header Logo

2024-25 - Y7 - Python Turtle Programming EOU Assessment

Authored by Courtney Owen

Computers

6th Grade

Used 3+ times

2024-25 - Y7 - Python Turtle Programming EOU Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to import the turtle module in Python?

import turtle
include turtle
require turtle
open turtle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a new turtle pen?

pen = turtle.Create()
pen = new Turtle()
pen = turtle.Turtle()
pen.new()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the command pen.forward(100) do?

Moves pen up 100 pixels
Moves turtle forward 100 pixels
Rotates turtle 100 degrees
Deletes 100 pixels

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does pen.right(90) do?

Moves turtle right 90 pixels
Turns turtle clockwise by 90°
Turns turtle anti-clockwise by 90°
Resets turtle

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the result of the code shown?

Draws a straight line

Draws a corner

Draws a triangle

Draws a circle

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to change the pen colour in turtle?

pen.colour()
pen.setpen()
pen.pencolor()
pen.fillcolor()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are colour names written in turtle commands?

Without quotation marks
As integers
In quotation marks
In all capital letters

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?