Page 28 - Digital_Kids_4
P. 28
in the Command Input Box. In other words, it shows the list of commands that
have been executed.
Play and Learn
1. I’m one word that makes hard work light: say me once, I do it many times
right. What command am I? .
2. The cursor in Logo is called .
Control Buttons
The control buttons are located on the right side of the Commander window. Let us
discuss some of the important control buttons:
• Execute button: You can click this button to run a command.
• Status/No Status toggle button: You can click this button to view details of the
current settings of the MSWLogo window. The details are displayed on the
Status window. To close the Status window, click the button again.
• Reset button: You can use this button to clear the MSWLogo screen and bring
the turtle to its original position.
Executing Basic MSWLogo Commands
An instruction or order is called a command. In Logo, a command is also called a
primitive. The Logo commands can be typed in capital or small letters. You need to
type a Logo command followed by the number of steps. The command name and
the number of steps are separated by a single space.
FORWARD - When you use the FORWARD command, the turtle moves in the forward
direction of its head. You can also type FD which is the short form for FORWARD
command.
BACK - When you use the BACK command, the turtle moves back but the direction
of the turtle head remains the same. You can also type BK which is the short form
for BACK command.
RIGHT - The RIGHT command turns the turtle right or in the clockwise direction.
You need to mention the number of degrees by which you wont to rotate the turtle
head. The direction of the turtle head changes but the position of the turtle remains
the same. You can also type RT which is the short form for the RIGHT command.
Computer — 4 28

