Site icon TestingDocs.com

Flowgorithm Turtle Graphics

Overview

Flowgorithm version 3 introduced many new features. In this tutorial, we will learn about the new feature, the Flowgorithm Turtle Graphics.

To know the new features:

Turtle Flowchart Symbols

Add Symbol to Flowchart

By default, the Turtle graphics symbols are hidden on the Symbols window. To add the turtle graphics flowchart symbol, follow the steps below.

 

 

 

 

Turtle Graphics Window

Choose Tools >> Turtle Graphics Window… menu option to launch the tool. This window typically displays the turtle drawings as the output. Alternatively, we can click the Turtle Graphics Window icon on the Toolbar.

Selecting the menu item will open a window that allows you to use the Turtle graphics in the flowchart.

The turtle is shown as an arrowhead symbol on the window.

 

The drawing field has the x and y axes. A positive number in the Forward symbol moves the Turtle forward, and a negative number moves it backward.

Examples

Draw a Square using Turtle Graphics

Draw Pattern

Exercises

#1

Using Turtle graphics, draw a rectangle with length( L ) and width ( W). Prompt the user to enter the dimensions of the rectangle.

#2

Draw an Infinity Symbol using Turtle graphics, as shown in the output.

 

 

Flowgorithm Tutorials

Flowgorithm flowchart tutorials on this website:

https://www.testingdocs.com/flowgorithm-flowchart-tutorial/

Exit mobile version