Lesson 3: Angles
LessonZiggy Learning Kit

Lesson 3: Angles

Lesson Overview

In this lesson, students discover what angles are and how they are formed. Students will learn different types of angles, such as acute, obtuse, right, and straight angles. They will also learn how angles are measured in degrees. Using Ziggy the Turtle Robot, students will practice drawing angles by programming Ziggy to turn and move in different directions.

What You Will Learn

Understand angles in geometry
Recognise the angle symbol
Identify different types of angles
Understand interior and exterior angles
Use the Turn block to draw angles

Exploring Angles in Geometry

An angle is formed when two straight lines or rays meet at one common point.
The two rays are called the sides of the angle.
The meeting point is called the vertex.

Angles Around Us

Angles appear everywhere in our daily life, such as:
Clothes hangers
Scissors
Partially opened doors
Table edges and rulers
Pyramid shapes
Examples of angles in real life
Examples of angles in real life

Symbol of an Angle

The symbol used to represent an angle is: ∠ Angles are measured using degrees (°):
Full rotation = 360°
Half turn = 180°
Right angle = 90°
Two or more angles on a straight line always add up to 180°.

Types of Angles

1.
Acute Angle
Measures less than 90°.
2.
Obtuse Angle
Measures between 90° and 180°.
3.
Right Angle
Measures exactly 90°.
4.
Straight Angle
Measures exactly 180°.

Rotation Direction

The Turn block changes Ziggy’s direction:
Turn left or right
Use a number to set the angle
A full turn equals 360°
To turn Ziggy backward, turn left or right by 180°

Interior and Exterior Angles

Interior Angle

The angle that is formed inside a shape.

Exterior Angle

Exterior Angle The angle that is formed outside a shape.
Note: To draw angles correctly, Ziggy draws the exterior angle first.

Activity 1: Drawing a Right Angle

Steps:

Draw a vertical line.
Draw a vertical line.
Draw a vertical line.
Turn right 90 degrees.
<p></p>

Draw a horizontal line.
Upload the Code to the Micro:Bit Board
Put Ziggy on a paper, and turn Ziggy On

Activity 2: Drawing an Acute Angle

To make an acute angle of 30°, we should know that 30 is the interior angle, and we have to calculate the exterior angle as follows:
Exterior angle = 180° − 30° = 150°

Steps:

Choose an event ( when button A is pressed )
Move Pen Down
Draw a straight line of 100 mm
Turn right 150° ( interior 30° ).
Move forward 100 mm.
Move Pen Up
Test the code by uploading it, turning the Ziggy on, and pressing button A.

Activity 3: Drawing an Obtuse Angle

To make an obtuse angle of 140°, we should know that 140 is the interior angle, and we have to calculate the exterior angle as follows:
Exterior angle = 180° − 140° = 40°

Steps:

Choose an event ( when button A is pressed )
Move Pen Down
Draw a straight line of 100 mm
Turn right 40° ( interior 140° ).
Move forward 100 mm.
Move Pen Up
Test the code by uploading it, turning the Ziggy on, and pressing button A.

Challenge

Draw the letter F using Ziggy.