Lesson 2 - Turtle Academy

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

This lesson contains 19 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

Bell Activity
Where might we need to use instructions?

Slide 2 - Slide

Starter
We are going to recap on some skills we learned last week.


Slide 3 - Slide

Key Objective
To be-able to create different shapes using different commands in Turtle Academy

Slide 4 - Slide

Outcomes 
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 5 - Slide

What is the abbreviation for turning left?
A
LT
B
RT
C
BK
D
FD

Slide 6 - Quiz

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

Slide 7 - Quiz

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

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

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

Slide 8 - Slide

Section 4 - Quiz 

Slide 9 - 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 10 - Quiz

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

Slide 11 - Quiz

Section 5 - Quiz

Slide 12 - Slide

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

Slide 13 - Quiz

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

Slide 14 - Quiz

Section 6 - Quiz

Slide 15 - Slide

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

Slide 16 - Quiz

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

Slide 17 - 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 18 - Slide

Is it easier to add a piece of code that repeats something? Or should we just type it each time?

Slide 19 - Open question