Difference between revisions of "Turtle art lesson 2"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
m (added Category:Turtle Art using HotCat)
Line 20: Line 20:
 
|-
 
|-
 
|Screenshot of Part-A and Part-B
 
|Screenshot of Part-A and Part-B
|[[File:co-ordinate position.png|200px]][[File:co-ordinate position diagram.png|200px]]
+
|[[File:co-ordinate position.png|450px]][[File:co-ordinate position diagram.png|400px]]
 
|-
 
|-
 
|Hands-on Activity
 
|Hands-on Activity
Line 30: Line 30:
 
|-
 
|-
 
|Screenshot of Part-B
 
|Screenshot of Part-B
|[[File:olour of the Turtle and label a text.png|300px]]<br>
+
|[[File:olour of the Turtle and label a text.png|500px]]<br>
 
Guess why the text “Square” appears 4 times.  What can you do to avoid it?  
 
Guess why the text “Square” appears 4 times.  What can you do to avoid it?  
 
|-
 
|-
Line 40: Line 40:
 
|-
 
|-
 
|Screenshots for Part C
 
|Screenshots for Part C
|[[File:Fun with changing colours and shapes 1.png|200px]][[File:Fun with changing colours and shapes 2.png|200px]]<br>
+
|[[File:Fun with changing colours and shapes 1.png|400px]][[File:Fun with changing colours and shapes 2.png|400px]]<br>
[[File:Fun with changing colours and shapes 3.png|200px]][[File:Fun with changing colours and shapes 4.png|200px]] <br>Ask the students to work with more Turtle cards - http://wiki.sugarlabs.org/go/Activities/Turtle_Art
+
[[File:Fun with changing colours and shapes 3.png|400px]][[File:Fun with changing colours and shapes 4.png|400px]] <br>Ask the students to work with more Turtle cards - http://wiki.sugarlabs.org/go/Activities/Turtle_Art
 
|-
 
|-
 
|Hands-on Activity
 
|Hands-on Activity
Line 50: Line 50:
 
|-
 
|-
 
|Screenshots for Part D
 
|Screenshots for Part D
|[[File:onstruct circle of different radii.png|200px]][[File:onstruct circle of different radii color.png|200px]]
+
|[[File:onstruct circle of different radii.png|400px]][[File:onstruct circle of different radii color.png|400px]]
 
|}
 
|}
  
 
[[Category:Turtle Art]]
 
[[Category:Turtle Art]]

Revision as of 07:56, 6 January 2020

Week 2 Make the Turtle Move with different inputs and to display outputs
Objectives
  1. Familiarization of ways of defining parameters - movement, co-ordinates and colour
  2. Visualize space, co-ordinates and shapes through movement and vice versa
  3. Deconstruct the logic in a sequence of instructions
Hands-on Activity Activity #1 (Part A)
  1. Make the turtle move to a given co-ordinate position; turtle can be moved by specifying the end position also
  2. Demonstrate movements of the turtle using the angle block
  3. What does the radius mean? What does the angle instruct the turtle?
  4. To draw a circle, what would you instruct the turtle?
  5. See the picture here. What should have been the commands? (Hint : it involves co-ordinates and angles)
Screenshot of Part-A and Part-B Co-ordinate position.pngCo-ordinate position diagram.png
Hands-on Activity Activity #1 (Part B)
  1. The Turtle can also display outputs using the Print block from the extra options palette.
  2. The Turtle can be used to label a figure, using the Show block to be found on main palette.
  3. The Turtle block to be found on extra options palette allows you to change the colour of the Turtle
  4. Here is a piece of programming to show how to print and how to change the colour of the Turtle and label a text.
Screenshot of Part-B Olour of the Turtle and label a text.png

Guess why the text “Square” appears 4 times. What can you do to avoid it?

Hands-on Activity Activity #1 (Part C)
  1. Fun with changing colours and shapes
  2. Use the command heading
  3. Make the students draw shapes, vary colour
Screenshots for Part C Fun with changing colours and shapes 1.pngFun with changing colours and shapes 2.png

Fun with changing colours and shapes 3.pngFun with changing colours and shapes 4.png
Ask the students to work with more Turtle cards - http://wiki.sugarlabs.org/go/Activities/Turtle_Art

Hands-on Activity Portfolio components (Part D)
  1. Ask students to construct circle of different radii
  2. Construct the following nested circles and explore further such creations using Angle, Co-ordinates, Left, Right, Backward, Forward, etc
  3. What commands did you use? Are there any different ways of doing this?
Screenshots for Part D Onstruct circle of different radii.pngOnstruct circle of different radii color.png