Lesson 2 - Turtle Academy

Lesson 2 - Turtle Academy 
Where might we need to use instructions?
1 / 20
next
Slide 1: Slide
ComputingLower Secondary (Key Stage 3)

This lesson contains 20 slides, with interactive quizzes and text slides.

time-iconLesson duration is: 50 min

Items in this lesson

Lesson 2 - Turtle Academy 
Where might we need to use instructions?

Slide 1 - Slide

What is the command to turn the turtle right in Turtle Academy?
A
lt()
B
rt()
C
left()

Slide 2 - Quiz

What is the command to move the turtle backward in Turtle Academy?
A
forward()
B
fd()
C
bk()

Slide 3 - Quiz

What is the command to move the turtle up in Turtle Academy?
A
pu()
B
pd()
C
pendown()

Slide 4 - Quiz

What is the command to turn the turtle left in Turtle Academy?
A
lt()
B
rt()
C
right()

Slide 5 - Quiz

How would I move forward 50 with the turtle?
A
FD 50
B
LT 50
C
RT 50

Slide 6 - Quiz

KO: To be-able to create different shapes using different commands in Turtle Academy
All
To be-able to use commands to move the turtle in different directions.
Most 
To be-able to create shapes using the different commands.
Some
Use the fill and pen colours to add detail to the shapes.


Slide 7 - Slide

How are the Turtle Academy tasks linked to programming?

Slide 8 - Open question

How confident are you?
Section 3 - Turtle World - Start here if you need to recap
Link to section 2

Section 4 - The Turtle Answer - Continue here if you are confident

Let me know once you have completed section 5, I have an extension for you...

Slide 9 - Slide

Section 4 - Quiz 

Slide 10 - Slide

How do we find the position of the turtle?
A
pos print
B
where is the turtle
C
print pos
D
turtle location

Slide 11 - Quiz

How do we find where the turtle is heading to?
A
heading print
B
print heading
C
turtle heading
D
heading turtle

Slide 12 - Quiz

Section 5 - Quiz

Slide 13 - Slide

How do we label the turtle?
A
label "turtle
B
turtle label
C
label turtle
D
label the turtle

Slide 14 - Quiz

How do we make the font bigger?
A
setlabelfont
B
bigger font
C
make the font bigger
D
labelfontset

Slide 15 - Quiz

Section 6 - Quiz

Slide 16 - Slide

What shape does this code produce?
repeat 8 [ fd 70 lt 45]
A
Octagon
B
Hexagon
C
Square
D
Rectangle

Slide 17 - Quiz

What shape would this code create?
repeat 4 [ fd 100 lt 90]
A
Square
B
Circle
C
Triangle
D
Rectangle

Slide 18 - Quiz

Extension Task
  • I want you to use the Playground section on Turtle Academy to create a house. 
  • The house needs to have a door and windows too. 

Slide 19 - Slide

What are the advantages of using th REPEAT function in Turtle Academy?

Slide 20 - Open question