2024-25 - Y7 - Python Turtle Programming EOU Assessment

2024-25 - Y7 - Python Turtle Programming EOU Assessment

6th Grade

50 Qs

quiz-placeholder

Similar activities

Unit 3 Review

Unit 3 Review

6th - 8th Grade

45 Qs

Year 6 Term 2 Quiz (Coding and Spreadsheets)

Year 6 Term 2 Quiz (Coding and Spreadsheets)

5th - 7th Grade

46 Qs

Vectr Vocabulary

Vectr Vocabulary

6th - 8th Grade

49 Qs

Robotics Big Quiz

Robotics Big Quiz

6th - 8th Grade

45 Qs

Computer Quiz - Kelab Komputer / ICT

Computer Quiz - Kelab Komputer / ICT

3rd - 10th Grade

45 Qs

Midterm revision for grade 6

Midterm revision for grade 6

6th Grade

46 Qs

Intro to Coding & Computers

Intro to Coding & Computers

6th Grade

50 Qs

Intro to CS Final

Intro to CS Final

6th Grade

50 Qs

2024-25 - Y7 - Python Turtle Programming EOU Assessment

2024-25 - Y7 - Python Turtle Programming EOU Assessment

Assessment

Quiz

Computers

6th Grade

Hard

Created by

Courtney Owen

Used 3+ times

FREE Resource

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

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?