1. Getting Started: Setting Up the Logo Environment
- Getting Started: Setting Up the Logo Environment
A hands-on, exploratory learning environment is critical for success with Logo. Before students can begin to experiment, a functional software environment must be in place. The widely used MSW Logo software is available for free. This section provides the essential steps for getting it running and understanding its basic user interface, setting the stage for your students’ first programming session.
To acquire and install the software, guide your students through these actions:
- Navigate to the official MSW Logo source: www.softronix.com/mswlogo.html.
- Download the installer file provided on the website.
- Run the installation file. Once complete, a new Logo icon will be placed on the computer’s desktop for easy access.
The MSW Logo interface is straightforward, consisting of two primary windows that work in tandem.
- The Drawing Window: This is the upper, larger portion of the screen. It is the canvas where all visual output appears. At its center is the triangle-shaped TURTLE, which acts as the programmable cursor.
- The Commander Window: This is the lower portion of the screen and serves as the control center. It contains a command line text box for inputting instructions, an ‘Execute’ button to run them, and a gray history box that displays previously run commands. To reuse a command, an educator or student can simply click on it in the history box, and it will reappear in the command line for editing or re-execution.
With the environment set up and the interface understood, you are now ready to guide students in issuing their first commands to the turtle.