Difference between revisions of "Turtle art lesson 5"
Jump to navigation
Jump to search
(2 intermediate revisions by 2 users not shown) | |||
Line 18: | Line 18: | ||
3.Note that the values are stored in variables “box 1” and is transferred between actions. The variables can also pass value from main code to the action sequence<br> | 3.Note that the values are stored in variables “box 1” and is transferred between actions. The variables can also pass value from main code to the action sequence<br> | ||
4.Tracing a circle of a given angle and a given radius <br> | 4.Tracing a circle of a given angle and a given radius <br> | ||
− | [[File:1 | + | [[File:action as a sequence 1.png|600px]][[File:action as a sequence 2.png|600px]]<br> |
Note that there are two print commands; only the latest one is captured in this screeshot.<br> | Note that there are two print commands; only the latest one is captured in this screeshot.<br> | ||
|- | |- | ||
Line 29: | Line 29: | ||
5.What is the relation, if any, between the number of times the instruction is repeated and the shape traced by the turtle<br> | 5.What is the relation, if any, between the number of times the instruction is repeated and the shape traced by the turtle<br> | ||
'''Activity #1''' <br> | '''Activity #1''' <br> | ||
− | [[File:3 | + | [[File:action as a sequence 3.jpg|400px]]<br> |
[[File:4..jpg|300px]]<br> | [[File:4..jpg|300px]]<br> | ||
'''Activity #2'''<br> | '''Activity #2'''<br> | ||
See the picture here:<br> | See the picture here:<br> | ||
− | [[File: | + | [[File:action as a sequence red.png|300px]]<br> |
− | [[File:6..png| | + | [[File:6..png|350px]][[File:7..png|350px]] |
|- | |- | ||
|Portfolio components | |Portfolio components | ||
Line 40: | Line 40: | ||
Two Turtle constructions are given here for the students to decode the instructions <br> | Two Turtle constructions are given here for the students to decode the instructions <br> | ||
Figure 1 <br> | Figure 1 <br> | ||
− | [[File:8..jpg| | + | [[File:8..jpg|260px]][[File:9..jpg|500px]]<br> |
Figure 2 <br> | Figure 2 <br> | ||
[[File:10..jpg|275px]][[File:11..jpg|590px]] | [[File:10..jpg|275px]][[File:11..jpg|590px]] | ||
+ | |||
+ | [[Category:Turtle Art]] |