Podcast
Questions and Answers
What is the name of the grey section in the Commander window?
What is the name of the grey section in the Commander window?
If you want the Logo turtle to move backward 30 steps, what command should you use?
If you want the Logo turtle to move backward 30 steps, what command should you use?
Which command can be used to make the Logo turtle move forward?
Which command can be used to make the Logo turtle move forward?
What does the Logo turtle do after moving forward 100 steps in Figure 5?
What does the Logo turtle do after moving forward 100 steps in Figure 5?
Signup and view all the answers
In Logo programming, what does the BACK command do?
In Logo programming, what does the BACK command do?
Signup and view all the answers
Why is it mentioned that the primitives are not case sensitive?
Why is it mentioned that the primitives are not case sensitive?
Signup and view all the answers
What software can Sonia use to make a route map for Tina?
What software can Sonia use to make a route map for Tina?
Signup and view all the answers
What is the purpose of the Commander Window in the MSW Logo screen?
What is the purpose of the Commander Window in the MSW Logo screen?
Signup and view all the answers
Who developed the Logo language in 1967?
Who developed the Logo language in 1967?
Signup and view all the answers
Which part of the Logo turtle is referred to as 'Head'?
Which part of the Logo turtle is referred to as 'Head'?
Signup and view all the answers
What does the acronym 'MSW' stand for in MSW Logo?
What does the acronym 'MSW' stand for in MSW Logo?
Signup and view all the answers
What is a primitive in Logo programming?
What is a primitive in Logo programming?
Signup and view all the answers
What does the Logo language primarily focus on?
What does the Logo language primarily focus on?
Signup and view all the answers
How can you make the turtle move forward 100 steps in the MSW Logo program?
How can you make the turtle move forward 100 steps in the MSW Logo program?
Signup and view all the answers
How can one open the MSW Logo software?
How can one open the MSW Logo software?
Signup and view all the answers
Which part of the Logo turtle is called 'Tail'?
Which part of the Logo turtle is called 'Tail'?
Signup and view all the answers
What type of language is the Logo language known as?
What type of language is the Logo language known as?
Signup and view all the answers
What happens when a command is typed in the Command Input Box and 'Enter' is not pressed in MSW Logo?
What happens when a command is typed in the Command Input Box and 'Enter' is not pressed in MSW Logo?
Signup and view all the answers
What command should Tina type to turn the turtle towards the left?
What command should Tina type to turn the turtle towards the left?
Signup and view all the answers
After turning the turtle left, what command should Tina type to move it 100 steps forward?
After turning the turtle left, what command should Tina type to move it 100 steps forward?
Signup and view all the answers
Which command can be used instead of 'RIGHT' for turning the turtle towards the right?
Which command can be used instead of 'RIGHT' for turning the turtle towards the right?
Signup and view all the answers
How can Tina save the image file of the direction map she created?
How can Tina save the image file of the direction map she created?
Signup and view all the answers
What should Tina type to move the turtle forward after turning it in a new direction?
What should Tina type to move the turtle forward after turning it in a new direction?
Signup and view all the answers
In which format is the image file saved when Tina saves it from the Bitmap menu?
In which format is the image file saved when Tina saves it from the Bitmap menu?
Signup and view all the answers
Study Notes
Introduction to MSW Logo
- MSW Logo is a software that uses the Logo language, a simple command language, to draw shapes on the computer.
- Logo stands for Logic Oriented Graphic Oriented, and it was designed in 1967 by four computing scientists: Seymour Papert, Daniel G. Bobrow, Wally Feurzeig, and Cynthia Solomon.
Opening MSW Logo
- To open MSW Logo, click the Start button, select All Programs, and click Microsoft Windows Logo from the program list.
- The MSW Logo software will open with two windows: Main Screen and Commander Window.
Main Screen and Commander Window
- The Main Screen is where the picture is drawn and contains a small triangle at the center called the turtle.
- The Commander Window is where commands are entered and executed.
Parts of the Logo Turtle
- The turtle has two parts: the Head (the pointed top) and the Tail (the bottom part).
- The turtle can be moved by giving commands in the form of Logo language or Logo commands.
Moving the Logo Turtle
- The turtle can be moved in all directions using specific commands.
- The FORWARD command moves the turtle forward, and it can be typed in capital or small letters (e.g., FORWARD, Forward, forWard).
- The turtle moves 100 steps forward when the FORWARD 100 command is entered and the Enter key is pressed.
Turning the Logo Turtle
- The RIGHT command turns the turtle towards the right, and it can be typed as RT.
- The LEFT command turns the turtle towards the left, and it can be typed as LT.
- The turtle head turns anticlockwise or towards the left when the LEFT 90 command is entered and the Enter key is pressed.
Creating a Route Map
- To create a route map, open the MSW Logo software and create a turtle file.
- Commands can be entered in the Command Input Box to draw the path.
- The turtle moves according to the commands entered, and the responses are seen as the turtle movement in the Main Screen.
Saving the Image File
- To save the created direction map, select Save from the Bitmap menu.
- The image file is saved as a BMP file, and it can be saved in the My Documents folder or any other location.
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.
Description
Test your knowledge on creating and moving a Logo Turtle, and learn how to make a route map using MSW Logo. Explore commands for giving directions, creating route maps, and saving Logo files. Perfect for beginners in Logo programming.