Turtle Lesson 1

Turtle Lesson 1

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Vocab 1 Commands Quiz

Python Vocab 1 Commands Quiz

10th Grade - University

10 Qs

Quiz 1 2.1 through 2.6

Quiz 1 2.1 through 2.6

9th - 12th Grade

11 Qs

Exploring Python Turtle Graphics

Exploring Python Turtle Graphics

7th Grade - University

12 Qs

Python Turtle

Python Turtle

7th - 11th Grade

15 Qs

Складанне алгарытмаў для выканаўцы Чарцёжнік

Складанне алгарытмаў для выканаўцы Чарцёжнік

6th - 11th Grade

10 Qs

untitled

untitled

6th Grade - University

12 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Python turtle

Python turtle

9th - 12th Grade

13 Qs

Turtle Lesson 1

Turtle Lesson 1

Assessment

Quiz

Computers

11th Grade

Medium

CCSS
4.G.A.1

Standards-aligned

Created by

Jamie Horsman

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does forward(300) do?
Moves in the direction it is facing 300 steps
Moves down the screen 300 steps
Moves up the screen 300 steps

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does turn(90) do?
Turns right 90 degrees
Turns left 90 degrees
Moves forward 90
Does nothing as 'turn' is not a turtle instruction

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the keyword needed to repeat code (iterate) in Python?

for

if

input

print

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To fill the shape with the colour red (using a different colour outline), which command is best?

color("red")

fillcolor("red")

fill("red")

fillcolour("red")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In order to move the turtle 120 forward without drawing on the screen, which order is correct?

forward(120)

penup()

pendown()

pendown()

forward(120)

penup()

penup()

forward(120)

pendown()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What software do you use to write a program in Python?

Word

IDLE

Powerpoint

Excel

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?