![]() |
|||||||
|
1. Introduction > Special Features 1.2. SPECIAL FEATURES 1.2.1. Turtle The turtle carries a pen and when it moves according to the instructions given by you, it draw a line on the window screen. The turtle represents a cursor in LOGO. It show the position on the screen where your instructions will be carried out. The turtle moves on the screen according to the instructions given to it and these instructions are called as commands or primitives.
1.2.2. LOGO Screen LOGO Screen is split into two parts:
1.2.2.1. Main Screen Main Screen is also known as the Graphic Screen. It is the place to draw pictures or figures. The triangle shape in the centre of the Graphic screen is called Turtle. Turtle moves on the screen according to the commands given by you. These commands are also known as primitives.
1.2.2.2. Commander Window The Commander Window is the place to give commands to the turtle. The Commander Window has three important components:-
- It is where you type commands in and execute them by clicking on the <Execute> button or by pressing the <Enter> key on the keyboard. - It is located in the bottom left portion of the Commander Window.
- Displays and records all the commands that are executed and also any messages which are output as a result of these commands. - It is located above the Command Input Box.
- Similar like the <Enter> button on the keyboard.
Command Input Box is linked to the Output/Command-Recall List Box. If you click on a line in the Output/Command-Recall List Box, it is automatically appeared in the Command Input Box. It can be executed by clicking on the <Execute> button or by pressing the <Enter> key on the keyboard.
|
||||||
|
©2005 FINA'S CO.
|