Saved Bookmarks
| 1. |
What do you understand by commander window in ms logo |
|
Answer» Answer: In LOGO there is a term called 'turtle' which follows the instructions given by the users by carrying a PEN and draws according to the instructions. Now by which the USER can give the command to turtle is KNOWN as Command Window. Commander Window has three components: a. Input BOX: where the user can type the command and EXECUTE it. b. Execute Button: User can execute the command by clicking on this. c. Output Box: It shows all the commands which are given by the users and executed. |
|