LOGO Programming Notes

14
LOGO programming CHMS 2015, Mdm Hung

description

IGCSE 0417 Information and Communication Technology Microsoft LOGO Progamming Notes and Exercise.

Transcript of LOGO Programming Notes

LOGO programming

LOGO programmingCHMS 2015, Mdm HungWhat is LOGO programmingLOGO programming language used for drawing picturesLOGO commandsLOGO Logic Oriented Graphic OrientedLOGO has a pen called a TURTLE which can be instructed to draw picturesWhat is LOGO programmingTurtle in LOGO is called as a turtle because the first version of LOGO used an electronic robot which resembled a turtle.

Introduction to MSW Logo Programming

Forward n (line length) - FD 100Back n (line length) - BK 100Right n (angle) RT 90Left n angle) LT 90HomeREAPEAT n

Introduction to MSW Logo Programming

Clearscreen - CSPenUp - PUPenDown - PDHideturtle - HTShowTurtle - STPenerase - PEPenPaint - PPT

Practice Exercises 1

Practical Activity