Learning to go Loopy!
OK, it's time to get back to our turtle and learn a few more computer programming concepts!
Right-click on this link to AJLogo (our Turtle Graphics commander) and open it in a new window. Last week we followed the first tutorial and saw how to begin drawing on the screen. First, in the command window, type
- clearscreen
- showturtle
- pendown
This time, we're going to learn about the power of computer programming: repitition (loops) and procedures! There might be a lot of new concepts in this second tutorial, so don't feel alone if you feel like you're swimming! When you've finished the exercises (you might need to help each other!), write up your experiences on your blog! Try to cover the following:
- how you found the tutorial,
- why repitition is powerful
- why procedures are helpful
0 Comments:
Post a Comment
<< Home