
How to start the project
| Glossary
|
How to use tool palette
| Exercises
|
How to create/edit procedures
| References
|
How to run procedures/programs
| Frequently Asked Question
|

Open Micro-Worlds 1.03
from Education Server.
Identify three windows:

Name your project:


Put a title onto the page

Change the shape of the turtle

To stamp with the turtle




How to run procedures/programs
Make sure turtle is in
turtle shape
Choose Command Centre (arrow
tool), Pages
Type name of procedure

forward < nn> | Go forward nn units (fd). |
right < dd> | Turn right dd degrees (rt). |
left < dd> | Turn left dd degrees (lt). |
back < nn> | Go backwards nn units (bk). |
pu | Pen up. |
pd | Pen down. |
pe | Set pen to erase. |
cg | Clear graphics on page and point turtle in home position. |
setsh < name-or-number> | Set the shape of the turtle (1-60). |
setc < name-or-number> | Set the pen colour (colour names preceeded by ", black=9). |
setbg < name-or-number> | set the background colour (colour names preceeded by ", black=9). |
setsize < number> | Set the size of the turtle (original size=40, max=150). |
stamp | Stamp current turtle shape at this location. |
forever [< list-to-run] | Repeatly run the commands in the square brackets until Edit -> Stopall. |
home | Move the turtle to the centre of the page, pointing up. |
repeat < n> [list-to-run] | Repeat the commands in the square brackets n times. |
Quotes:

| 1- Square 50 x 50 | Solution
|
| 2- Square anysize | Solution
|
| 3- Equilateral triangle 50 | Solution
|
| 4- Equilateral triangle anysize | Solution
|
| 5- Rectangle 50 x 20 | Solution
|
| 6- Rectangle anysize | Solution
|
| 7- House 70 | Solution
|
| 8- Street | Solution
|
| 9- Circle 50 | Solution
|
| 10- Circle anysize | Solution
|
| 11- Part-circle | Solution
|
| 12- Petal | Solution
|
| 13- Flower | Solution
|
| 14- Place of worship | Solution
|
| 15- Town | Solution
|

Papert, Seymour (1980)
Mindstorms - Children, Computers and Powerful Ideas, Harvester
Press, UK.
Logo Computer Systems Inc
(LCSI) (1993) MicroWorlds Reference, LCSI, USA.
Newell, Barry (1988) Turtle
confusion: Logo puzzles and riddles,The Curriculum Development
Centre, ACT, Australia.
Newell, Barry (1988) Tutles
speak mathematics, The Curriculum Development Centre, ACT,
Australia.

