Difference between revisions of "Turtle art lesson 3"

From Karnataka Open Educational Resources
Jump to navigation Jump to search
Line 22: Line 22:
 
5.We have repeated the command 8 times. <br>
 
5.We have repeated the command 8 times. <br>
 
6.What are the other ways in which you would like to have the repeat command work?  (When a condition is satisfied, for given input values)<br>
 
6.What are the other ways in which you would like to have the repeat command work?  (When a condition is satisfied, for given input values)<br>
|Activity #1 (Part A)
+
|-
 +
|
 +
|Activity #1 (Part B)
 
1.What was the answer to the previous question?
 
1.What was the answer to the previous question?
 
The answer is given below.
 
The answer is given below.
 
2.The answer can be found her
 
2.The answer can be found her
https://wiki.sugarlabs.org/go/File:TurtleCard-2.png
+
https://wiki.sugarlabs.org/go/File:TurtleCard-2.png<br>
 
[[File:4.png|200px]]<br>
 
[[File:4.png|200px]]<br>
 
How do we make the colours change continuously?<br>
 
How do we make the colours change continuously?<br>
 
[[File:5.png|200px]][[File:6.png|200px]]
 
[[File:5.png|200px]][[File:6.png|200px]]
 +
|}

Revision as of 08:58, 22 April 2015

Week 3 Simplifying programming – repeating instructions and blocks
Objectives
  1. Demonstrate simplifying instructions; using repeat instructions/ loops to draw shapes#Visualize space, co-ordinates and shapes through movement and vice versa
  2. Visualizing the construction of a shape through a set of repeating instructions
  3. Taking inputs and executing instructions; assigning value to a variable, etc
  4. Demonstrate the logic of different repeating programming structures.
Hands-on Activity Activity #1 (Part A)

1.What was the answer to the previous question?
1.png2.png
2.The turtle moved 8 times; how did we make the turtle do the action 8 times? (By clicking the start button)
3.Is there a way to give this instruction in a simpler way (encourage the class to think of a process being repeated multiple times)
3.png
4.Demonstrate the repeat command
5.We have repeated the command 8 times.
6.What are the other ways in which you would like to have the repeat command work? (When a condition is satisfied, for given input values)

Activity #1 (Part B)

1.What was the answer to the previous question? The answer is given below. 2.The answer can be found her https://wiki.sugarlabs.org/go/File:TurtleCard-2.png
4.png
How do we make the colours change continuously?
5.png6.png