0% found this document useful (0 votes)
38 views16 pages

Week2 Applications of ICT Turtle Graphics

- The lesson objective was to learn how to use turtle graphics and LOGO language to draw shapes. - Students would be able to use LOGO language commands to control the cursor movement on screen and draw shapes. - Turtle graphics uses a cursor called a turtle to draw shapes by moving it according to LOGO language commands like forward, left, right, pen up and pen down.

Uploaded by

shah_sachin2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views16 pages

Week2 Applications of ICT Turtle Graphics

- The lesson objective was to learn how to use turtle graphics and LOGO language to draw shapes. - Students would be able to use LOGO language commands to control the cursor movement on screen and draw shapes. - Turtle graphics uses a cursor called a turtle to draw shapes by moving it according to LOGO language commands like forward, left, right, pen up and pen down.

Uploaded by

shah_sachin2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 16

Lesson Objective:

- To learn how to use turtle graphics, to draw shapes

Lesson Outcome:
Student will be able to:
- use LOGO language, to control the movement of
cursor on the screen and draw shapes
Starter:
• Research online on Turtle graphics LOGO
language, and explore the various shapes that
can be drawn by it.

• Paste the shapes on the padlet link given below:

https://padlet.com/vanitakathpalia/Turtle_starter
Turtle Graphics

• Turtle Graphics is used to draw shapes and graphics


• This is based on a computer language LOGO, known as Turtle
Graphics
• The cursor here is called the TURTLE
• We learn how to move the cursor, to draw shapes
• A number of key commands are used to move the cursor
Task 1: Write a turtle graphics program to
draw a rectangle:
• PEN DOWN
• FORWARD 50
• LEFT 90
• FORWARD 100
• LEFT 90
• FORWARD 50
• LEFT 90
• FORWARD 100
• PEN UP
Task 2: Write a turtle graphics program to
draw a square:
•.
Task 2 (solution) : Write a turtle graphics
program to draw a square:
• PEN DOWN
• FORWARD 100
• LEFT 90
• FORWARD 100
• LEFT 90
• FORWARD 100
• LEFT 90
• FORWARD 100
• LEFT 90
• PEN UP
Task 2: Write a turtle graphics program to
draw a square:
• PEN DOWN
• FORWARD 100 • PEN DOWN
We do see that the two
• LEFT 90 commands are repeated 4 • REPEAT 4
• FORWARD 100 times. To avoid this • FORWARD
repetition, a loop has to be
• LEFT 90 formed. 100
• LEFT 90
• FORWARD 100 Loop is formed by the • ENDREPEAT
• LEFT 90 REPEAT ….. END REPEAT
• PEN UP
command
• FORWARD 100
• LEFT 90
• PEN UP
Task 3: Write a turtle graphics program to
draw a triangle:
•.
Mid-Plenary:
Q1 : What language is used to give commands to draw different shapes?
Q2 : The cursor on the screen that is used to draw shapes is called
________________ .
Q3 : Differentiate between PEN UP and PEN DOWN command.
Q4 : Give the list of all commands used by turtle graphics and explain it’s
working.

Submit all answers in Class Notebook


Task 3: Write a turtle graphics program to
draw a triangle:
• PEN DOWN • PEN DOWN
• RIGHT 60 • REPEAT 3
• FORWARD 100 • RIGHT 60
• FORWARD 100
• RIGHT 60
• ENDREPEAT
• FORWARD 100 • PEN UP
• RIGHT 60
• FORWARD 100
• PEN UP
Task 4: Write a turtle graphics program to
draw the below given shape:
.
Plenary:
• Please check your understanding of the concept through the quiz
• Open a quiz in Kahoot on turtle graphics and attempt

• Dear Students/Parents, it is mandatory for you to enter your attendance at


the link - https://bit.ly/3ahcw7i  for every session. Please note that
attendance is being monitored and absenteeism will be followed up.
Sanctions will be taken for unapproved absenteeism as per school policies.
.
Activity 1: Write a turtle graphics program to draw the given shapes below.
Please submit your answers in the Class Notebook by 2nd April 2020.
Activity 2: Draw the shape that will appear for the below program and also simplify the
sequence by using REPEAT … ENDREPEAT.
Please submit your answers in the Class Notebook by 2nd April 2020.

You might also like