10
I C T Y E A R 5 Introduction to LOGO UNIT 3 : PROGRAMMING IN LOGO What is LOGO? The MSWLogo user interface MSWLogo Menu Bar EXIT

Dinah slide1

  • Upload
    dat298

  • View
    636

  • Download
    3

Embed Size (px)

Citation preview

Page 1: Dinah slide1

I C T Y E A R 5I C T Y E A R 5

Introduction to LOGO

UNIT 3 : PROGRAMMING IN LOGO

What is LOGO?

The MSWLogo user interface

MSWLogo Menu Bar

EXIT

Page 2: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• What is LOGO?

LOGO is a type of Programming language that is used to move a turtle on the screen. The turtle draws a line as it moves. You can draw different shapes by moving the turtle in different ways.

Page 3: Dinah slide1

The LOGO turtle is represented by a triangle. It shows the position where it will start to draw.

Page 4: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• How to download MSWLogo?

Go to website link: http://www.softronix.com/logo.html.

1. Click on ‘Setup Kit’

Click on ‘Setup Kit’

Page 5: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• How to download MSWLogo?

2. To download and save the application, click on the ‘Save’ button.

Page 6: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• How to download MSWLogo?

3. Choose the folder in which you want to save the application. Click on the ‘Save’ button

Page 7: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• How to download MSWLogo?4. To install LOGO, open the folder where it was saved, and double

click to install it.

Follow the steps below to launch LOGO.

1. Click on the ‘Start’ button.

2. From the list, click on Microsoft Windows

Logo. A LOGO window appears as shown

on the next page.

Page 8: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• The MSWLogo user interface

Two main sections:

1. The Screen

2. The Commander

Commander

Page 9: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• The MSWLogo user interface

Menu Bar

Displays tools and functions

Turtle

The turtle is represented by a triangle

Screen Window

The area where shapes and patterns drawn by a turtle are displayed

Page 10: Dinah slide1

Introduction to LOGOIntroduction to LOGO

• The MSWLogo user interface

Recall list

Displays a list of instructions typed from the Input Box

Tools

Tools and controls that allow you to play, pause and reset the turtle

Input box

LOGO instructions for the turtle are typed here