Sunday, 23 November 2014

Why the repeat command is more efficient then any other solution in MSW LOGO?

What is a Repeat command?

A repeat command is a command in MSW LOGO which repeats the controls FD, BK, RT and LT. A repeat command repeats a command a number of times you want. So if you wanted to repeat a command 4 times you write repeat 4 then your command. This helps you stop making mistakes.


Making a house for IT test

It test for first term

the test for IT this term was to make a house with a chimney, 2 windows and a door. It was really hard work trying to find the right instructions to make a house full of that. In this post you will notice that I am not using Microsoft windows Logo, the reason for this is that I did the house in my own personal computer and couldn't find where to install MSW Logo.

So here we go .....................




My controls :
repeat 4 [fd 100 rt 90] to make the square . Then from there I did a triangle on the top. Then used pen up to move  the cursor to the appropriate position for the windows.  Then did 20 by 20 squares for the windows. Then I did a small rectangle for the door and a massive one for the chimney.




The best tip is that when you make a shape divide the sides 360 and that will be your angle to use.

Sunday, 2 November 2014

Logo Creation

Int his lesson we made shapes using Microsoft windows logo creator and it was really fun. To find out what how w make them we used the controls FD [forward], RT [right turn], BD [backwards] and LT [left turn].