Workshop 2 - Problem Solving

An introduction to Micro-Worlds Project Builder
This package is an extension of the LOGO language.

Note - PC versions of LOGO can be taken from Educ_Server_NHM : PC Software Library : EPC154 : Workshop 2.

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





How to start the project

Open Micro-Worlds 1.03 from Education Server.

Identify three windows:


Name your project:





How to use tool pallete

Put a title onto the page




Change the shape of the turtle


To stamp with the turtle







How to create/edit procedures

On the Procedures page (page icon with 'to') type in procedure with ' to <name>' at head, 'end' at foot. Eg.







How to run procedures/programs

Make sure turtle is in turtle shape

Choose Command Centre (arrow tool), Pages

Type name of procedure







Glossary

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:

In Turtle Mathland, .."programming computers" is teaching the Turtle a new word.





Exercises

Problems
Example Solutions
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


Please click HERE to see all solutions.





References

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.





[ Education Homepage | Andrew's Homepage | Course Index ]