You are on page 1of 14

LOGO programming

CHMS 2015, Mdm Hung

What is LOGO programming


LOGO programming language used for drawing pictures
LOGO commands
LOGO Logic Oriented Graphic Oriented
LOGO has a pen called a TURTLE which can be instructed to
draw pictures

What is LOGO programming

Turtle 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 100
Back n (line length) - BK 100
Right n (angle) RT 90
Left n angle) LT 90
Home
REAPEAT n

Introduction to MSW Logo Programming


Clearscreen - CS
PenUp - PU
PenDown - PD
Hideturtle - HT
ShowTurtle - ST
Penerase - PE
PenPaint - PPT

Practice Exercises 1

Practical Activity

You might also like