PROCEDURES IN LOGO
Logo is a computer programming language. It is used to draw pictures and do calculations.
A Logo screen is divided into two parts - Graphic screen and Command Window. The triangular shape, which appears on the screen, is called the turtle. Turtle is like a pen in Logo. Turtle draws a line from its tail when it moves. The commands of Logo are known as primitives.
Let's have a review of commands.
Command Full form Purpose
FD Forward Moves forward by given number of steps.
BK Backward
LT
RT
Home
HT
ST
CS
CT
Repeat
PU
PD
PR
Bye
Logo is a computer programming language. It is used to draw pictures and do calculations.
A Logo screen is divided into two parts - Graphic screen and Command Window. The triangular shape, which appears on the screen, is called the turtle. Turtle is like a pen in Logo. Turtle draws a line from its tail when it moves. The commands of Logo are known as primitives.
Let's have a review of commands.
Command Full form Purpose
FD Forward Moves forward by given number of steps.
BK Backward
LT
RT
Home
HT
ST
CS
CT
Repeat
PU
PD
PR
Bye
0 comments:
Post a Comment