KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

untitled

untitled

6th Grade - University

12 Qs

Small Basic-Turtle Graphics

Small Basic-Turtle Graphics

6th - 9th Grade

10 Qs

Small Basic introduction

Small Basic introduction

9th Grade

20 Qs

Kturtle_Կրիայ

Kturtle_Կրիայ

10th Grade

14 Qs

Code.org List

Code.org List

10th - 12th Grade

20 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

Logo Programming

Logo Programming

1st - 9th Grade

19 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 196+ 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?