KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

ไพทอน เต่า

ไพทอน เต่า

7th - 12th Grade

10 Qs

Quiz 1 2.1 through 2.6

Quiz 1 2.1 through 2.6

9th - 12th Grade

11 Qs

Python turtle

Python turtle

9th - 12th Grade

13 Qs

Small Basic

Small Basic

7th - 9th Grade

17 Qs

Year 8 - Progress Check 1 (Python Turtle Shapes)

Year 8 - Progress Check 1 (Python Turtle Shapes)

8th - 9th Grade

10 Qs

Python - Creating Programs

Python - Creating Programs

9th - 11th Grade

14 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

IGCSE ICT Turtle Graphics

IGCSE ICT Turtle Graphics

10th Grade

10 Qs

KS4 - Python Turtle

KS4 - Python Turtle

Assessment

Quiz

Computers

9th - 11th Grade

Medium

CCSS
4.G.A.1

Standards-aligned

Created by

Adam Cowell

Used 192+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape will be the output from this code?

Square

Triangle

Circle

Rectangle

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What shape will be the output from this code?

Square

Triangle

Circle

Rectangle

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What will be the output from this code?
A star with an orange outline
A solid orange star
A pentagon with an orange outline
A solid orange pentagon

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To make the turtle move forward, which command is used?
turtle.penup()
turtle.forward()
turtle.left()
turtle.backward()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating a rectangle with the turtle, what angle is needed when turning?
120
180
45
90

Tags

CCSS.4.G.A.1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?
turtle.forward(120)
turtle.penup()
turtle.pendown()
turtle.pendown()
turtle.forward(120)
turtle.penup()
turtle.penup()
turtle.forward(120)
turtle.pendown()

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?