Y7 - Turtle 2025

Y7 - Turtle 2025
1 / 14
next
Slide 1: Slide

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

Items in this lesson

Y7 - Turtle 2025

Slide 1 - Slide

To Do Task: Discuss with peer
A robot can take basic commands
FD - move forward
RT - do a right turn
What would be the list of commands to
draw the square on the right?

Slide 2 - Slide

A more advanced robot can be told how far to go forward or how much to turn in degrees
Like FD 100 (go forward 100 steps)
and RT 90 (turn right by 90 degrees)
What will be the list of commands to make that square now?

Slide 3 - Open question

Try it - You make a square

Slide 4 - Slide

Slide 5 - Slide

Challenges
Draw the following shapes using the commands you know

Slide 6 - Slide

what shape will the following code make?
FD 100, RT 120, FD 100, RT 120, FD 100

Slide 7 - Open question

REPETITION
  • Many shapes have the turtle repeating the same set of commands.
  • We have a command to help with this

Slide 8 - Slide

Slide 9 - Slide

Slide 10 - Mind map

What repeat command would you use to draw a small circle?

Slide 11 - Open question

Which of these commands would draw a perfect 9 sided nonagon
A
REPEAT 9 [FD 100 RT 35]
B
REPEAT 9 [FD 100 RT 90]
C
REPEAT 9 [FD 100 RT 45]
D
REPEAT 9 [FD 100 RT 40]

Slide 12 - Quiz

Slide 13 - Slide

Extensions
Go to the Lessons section 
Try Lessons (in this order):
  • 8
  • 10
  • 11
  • 18
  • 19
You can always try things out after you have learnt them in the playground

Slide 14 - Slide