wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

lesson 1 - Basic Turtle Instructions

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What programme are you learning this semester?

a)

Java

b)

HTML

c)

Python Turtle

d)

C++

2.

How would you command the turtle to move forward?

a)

turtle.forward

b)

turtle forward

c)

turtle (forward)

d)

turtle.walk

3.

How would you command the turtle to turn right?

a)

turtle (right)

b)

turtle.right

c)

turtle.left

d)

turtle right

4.

How would you lift the pen up?

a)

turtle.(penup)

b)

turtle.penup

c)

turtle penup

d)

turtle.penup()

5.

Which piece of code would make the shape brown?

a)

turtle.fillcolor("Brown")

b)

turtle.fillcolor(Brown)

c)

turtle.fillcolour("Brown)

d)

turtle.fill.brown

6.

How would you change the pen colour to blue?

a)

turtle.pencolor("Red)

b)

turtle.pencolor("Blue")

c)

turtle.bluepen

d)

blue.pen.turtle

7.

To make a square, what angle should turtle be turning?

a)

180

b)

20

c)

90

d)

72

8.

To make an equilateral triangle, what angle should you be turning?

a)

120

b)

75

c)

90

d)

60

9.

To make a hexagon, what angle would turtle turn at?

a)

120

b)

95

c)

60

d)

75

10.

When filling a shape with colour, what must you include at the end of your code?

a)

turtle.end.fill

b)

turtle.end_fill()

c)

turtle.begin_fill()

d)

turtle.endfill