You are on page 1of 12

Learning

Objective: Turtle Power


To explore basic Small Basic commands

Key words:

Turtle
Shapes
Fun

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Starter Activity Key words:

Turtle
After an experiment with your class mate has
Shapes
gone wrong, they can only think like a robot.
Fun
Using only the commands below get your
teacher back to their desk.

Forward 1 step Turn 90 degrees left


Turn 90 degrees right

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Turtle
Shapes
Fun
Apply the Implement the
Understand command to change commands you have
how to create 3 the colour of your learnt to draw a
simple shapes shape and the size square spiral
of the line

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:
Open Small Basic.
Click start Turtle
All Programs Shapes
Fun
Applications
MS Small Basic

Save this file as turtle in to


your own area under ICT

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Type in the following into your Turtle


window; Shapes
Fun

Turtle.Show()

What do you think it does?

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Turtle.Show() Turtle
Turtle.Speed=8 Shapes
Turtle.Move(100) Fun
Turtle.Turn(90)

What could you do to make this line


into a square?

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

So how could we create a triangle? Turtle


Shapes
Remember: Fun

There are 3 side to a triangle and it has


180 degrees in it.

180 – 60 = 120 degrees

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

So how could we create a Circle? Turtle


Shapes
Fun
GraphicsWindow.DrawEllipse(0,0,100,100)

X and Y position of your


The size of your circle circle

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Use the Turtle Challenge Sheet to Turtle


test your ability to create new Shapes
Fun
code.

Change the colour of you turtle pen

Change the size of your turtle pen

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Use the Turtle Challenge Sheet to Turtle


challenge yourself to create a Shapes
Fun
square spiral

03/01/2024
Learning To explore basic Small Basic commands
Objective:

Key words:

Turtle
Shapes
Fun
Apply the Implement the
Understand command to change commands you have
how to create 3 the colour of your learnt to draw a
simple shapes shape and the size square spiral
of the line

03/01/2024
Learning To explore basic Small Basic commands
Objective:
Tidy up Activity Key words:

 All Turtle Challenge Sheets back Turtle


Shapes
to the front Fun

03/01/2024

You might also like