2024-25 - Y7 - Python Turtle Programming EOU Assessment

2024-25 - Y7 - Python Turtle Programming EOU Assessment

6th Grade

50 Qs

quiz-placeholder

Similar activities

python

python

6th - 9th Grade

46 Qs

YEAR 7 BASELINE TEST

YEAR 7 BASELINE TEST

6th Grade

50 Qs

Coding in a Glance

Coding in a Glance

6th - 12th Grade

51 Qs

6 grade Comp Sci

6 grade Comp Sci

6th Grade

50 Qs

Scratch

Scratch

6th Grade

55 Qs

REVIEW  Coding Fundamentals Unit 2: Basics of Coding

REVIEW Coding Fundamentals Unit 2: Basics of Coding

6th Grade

55 Qs

ICT revision II

ICT revision II

5th - 12th Grade

47 Qs

2023-24 - Y7 - Python Turtle - Review Quiz

2023-24 - Y7 - Python Turtle - Review Quiz

6th Grade

55 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?