LOGO
1.
A logo refers to an image that relates to a company. For example, the
image to the right, is an example of the Computer Hope logo, which represents a
'C' and 'H' for Computer Hope.
1. Alternatively referred to as turtle graphics, LOGO is pronounced as Low-go
and is a high-level programming language known for its graphics capabilities, created by Seymour Paper in 1967. LOGO is often used for young school children as a basic method of programming
instructions into a computer to create a graphic.
Below, are the instructions used to create a square.
forward 100
right 90
forward 100
right 90
forward
100
right 90
forward 100
- A Microsoft windows version of Logo can be found at: http://www.softronix.com/logo.html
Also see: Programming definitions, Turtle
