Geometry.Net - the online learning center
Home  - Basic_L - Logo Programming

e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Logo Programming:     more books (100)
  1. Apple logo: Introduction to programming through turtle graphics by Cynthia Solomon, 1982
  2. Exploring Atari Logo: A Step by Step Guide by Miner-Doolittle, 1986-10
  3. Microchild: Learning Through Logo by Serafim Gascoigne, 1984-08-15
  4. Apple II - Apple Logo: Reference Manual & Introduction to Programming Through Tu by Cynthia Solomon, 1982
  5. Atari Logo Sourcebook: A Programming Language For The ST Computer by Not stated, 1986
  6. Introducing Logo by Boris Allan, 1987-03-28
  7. The LOGO Language: Learning Mathematics Through Programming by George Lukas, Joan Lukas, 1977-06-10
  8. Logo (Pocket Programming Guide) by Boris Allan, 1984-06
  9. Logo Programming on the IBM PC (Ibm Personal Computer Series) by Peter Ross, 1988-01
  10. Beginning With Logo: Terrapin Version by Steven Tipps, Glen Bull, 1987-01
  11. Introduction to Programming Using Terrapin Logo for the Macintosh by Sharon Yoder, 1991-11
  12. Techniques for Logo Programming by Harold Nelson, 1984-09
  13. LOGO Programming as Professional Development, Set (Ecrg Paper) by Peter Evans, 1990-12
  14. IBM PC and Pcjr LOGO Programming Primer

61. Education World® : Site Reviews: Learn Programming With Logo
So you want to learn programming, do you? Well then let Logo, the cyberturtle,teach you the basics of logo programming in 10 easy lessons.
http://www.education-world.com/awards/past/r0599-08.shtml

Site Reviews
Archives: Alphabetical Listing By Date Listing ...
Vocational

"Best Of" Series
2002 Reviews

2001 Reviews

2000 Reviews

1999 Reviews
... By Date May, 1999 S I T E R E V I E W May, 1999
Learn Programming with Logo

http://library.advanced.org/18446/

GRADE LEVEL: 7-12 CONTENT: So you want to learn programming, do you? Well then let Logo, the cyber-turtle, teach you the basics of Logo programming in 10 easy lessons. The site provides the basics of one of the simpler programming languages and is a great starting place before going on to more complicated programming languages. The site is offered in German, French, and English. AESTHETICS: Logo, the cyber-turtle, is a cute and helpful host. The pages are well laid out and easy to read. ORGANIZATION: Each page has a helpful navigational sidebar on the left. REVIEW: Let Logo do the walking. All you have to do is type commands in and Logo, the cyber-turtle, will draw shapes for you. The complexity of the shapes is up to the user. This is a great site for use in the classroom. It easy to understand, and kids will enjoy it. Logo will take your students through a series of lessons that will provide a basic foundation in Logo programming that can then be experimented with creatively. Download the program and let your students design offline. Check out the designs others have made in the Procedures and Contest areas to get ideas. If you have a question, post it on the discussion group. This award winning site was put together by students in Berlin, Germany, for the 1998 ThinkQuest competition. Great Job!

62. Robo Physics With Legos: Level II
logo programming. Instructor Edwin Pilobello game. LOGO is a solid buildingblock for more advanced computer programming. This class
http://www.ogi.edu/satacad/classes-winter02/logo-programming.htm
LOGO Programming
Instructor: Edwin Pilobello
Dates: Six Fridays, February 8–March 15
Time: 10:00 a.m.–noon
Learn fundamental and essential programming skills using LOGO, a dialect of LISP - the programming language of choice for Artificial Intelligence.
Begin by commanding an interactive “turtle,” a cursor used to create graphics, to draw, move, and color simple shapes. Following line-by-line instructions you will learn how to use proper code and troubleshoot errors. At the end of the class you will use your skills to create a simple game.
LOGO is a solid building block for more advanced computer programming. This class will include a short introduction to Visual Basic®, C++, and HTML.
Edwin Pilobello, a programmer for the past 25 years, is a MicroSoft, PalmOS and Visual NQC Developer and conducts beta tests for Lego-Dacta Robolab.
Grade Levels: 6–9
Tuition: $135
Winter Registration
Winter Catalog Index Saturday Academy Oregon Graduate Institute 20000 NW Walker Road, Beaverton, OR 97006 (503) 748-7497 Email address: saturdayacademy@pdx.edu

63. Logoprogramming
logo programming logo programming was developed in the early 1980'sby Seymour Papert of the Massachusetts Institute of Technology.
http://fc.towerhill.org/~malter/computer/logoprogramming.htm
Logo Programming Logo Programming was developed in the early 1980's by Seymour Papert of the Massachusetts Institute of Technology. He envisioned a revolutionary school of tomorrow in which children would use computer-based tools for creative and reflective thought.We like the way in which children are encouraged to identify and solve problems using logical thinking skills and the visual impact of the computer monitor. First Grade During their first visits to the computer lab, first graders are introduced to the turtle, a very clever creature capable of drawing lines in 256 colors! However, until they type in commands, in a language the turtle understands, LOGO, the turtle cannot move. Left and right directionality, estimating distance, keyboarding and problem solving skills develop as first graders direct the turtle through mazes, draw letters and create their own graphic designs. Students enjoy the challenge of directing the turtle through a set of mazes. Second Grade Continuing to use the LogoWriter program, second graders are introduced to a more powerful set of commands, giving them more control over the turtle's movements. They create such graphic objects as stair steps, stars, and geometric shapes. They also learn how to store their directions, called programs, in the computer's memory. Imaginary creatures, robots and machines fill the pages of booklets drawn by the members of each class to share with one another.
Third Grade Using of a set of manipulatives called "Patternblocks" from their classroom geometry curriculum, third graders write programs to draw squares, triangles, hexagons, trapezoids and rhombuses. Each new shape program is analyzed to see which directions are the same and which need to change. Squares have 90 degree angles, triangles do not! Students then figure out how to rotate and place the shapes to create

64. Mathematics Logo Programming Snowflakes
You will be amazed by what they come up with. Practice on a few yourselffirst. Filename Mathematics logo programming Snowflakes.htm
http://www.wsd1.org/LessonPlans/Math Activities/Mathematics Logo Programming Sno
Educational Activities
The Winnipeg School Division No. 1 General Information Submit Activity Search Activity Site Math Activities ... Home
MSWLogo - Programming Snowflakes (Logoflakes) - SS-VIII.1.8
Description:
Students design snowflakes in MSW Logo. Art: Yes Math: Yes TypeLessonPlan: Unit Plan - Complete Unit TechnologySkills: Programming, file management, using multiple programs SoftwareUsed: MSW Logo EarlyYears: Yes
MiddleYears: Yes
SpecificGrade: Submittedby: Brian Proctor E-mail: proctor@minet.gov.mb.ca Details:
Create the following procedure in Logo. Save the Logo file to a shared directory so the children can access it. The file may be accessed through File, Load off the Logo tool bar.
to polygon :sides :length
repeat :sides [ fd :length rt 360/:sides ]
This procedure will be able to generate any size figure with any number of sides. Try out the following examples.
polygon 5 100 polygon 3 100 polygon 6 100 polygon 12 100
Now try inserting our polygons into repeat commands like the following examples: repeat 16 [ polygon 3 100 rt 30 ] repeat 12 [ polygon 5 60 rt 30 ] repeat 11 [ polygon 12 20 rt 66 ] These "flakes" can then be saved as .bmp files through Bitmap, Save as..., printscreened onto the Clipboard and pasted into Paintbrush or printed directly from Logo through Bitmap, Print. The bitmap files (.bmp) can be opened in any graphic program e.g. Paintbrush, and colored using the fill color tool. The printed flakes can of course be colored by hand. Encourage the children to experiment. You will be amazed by what they come up with. Practice on a few yourself first.

65. Logo Programming
logo, LOGO, logo programming, programming, logowriter, lego, LEGO, SeymourPapert, legominds. Information Processes Technology. logo programming. .
http://www.schools.ash.org.au/CBHS/logo.htm
Computing Studies (K-10) Information Technology (VET) Logo Programming Board of Studies Computer Programming for Kids Microworlds Main Menu ... MSWLogo (Free Software) Search Engines HSC Online Logo Links (Hotlist) Seymour Papert (Inventor of Logo) K-10 Computing New HSC Logo Programming StarLogo (Macintosh - Free) IPT Course NSW CEC Logo Programming (Hotlist) Yahoo Logo (Hotlist) SDD Course NSW DET Logo SIG (Australian) VET Course Studentnet Logotron Webmaster

66. LOGO Programming
logo programming Language What is LOGO? What was the first turtle ?How is the turtle represented in LOGO now? Click here to find out.
http://www.mcps.k12.md.us/schools/hooverms/technology/LOGO/logo.htm
LOGO Programming Language
What is LOGO? What was the first "turtle"? How is the turtle represented in LOGO now? Click here to find out Who is this man and what does he have to do with LOGO? What was his idea about learning and computers? Follow the link for MaMa Media . What is your oppinion of this web site?* Do not join, you can click on the activities without being a member. Does the MaMa Media site meet the educational goals of Professosr Seymour Papert?
Click here to find out
Go to the Applications Menu, click on LOGO. Move the blank white screen and you will see a black screen underneath. The white screen is where you will write your commands. Now go to the Ndahoo'aah LOGO Lesson number one to learn some basic commands. Use LOGO to create some basic geometric shapes.
Now try the commands RT 90 and LT 90 . What happens when you change 90 to 45? Use these new commands with the commands you learned in Ndahoo'aah LOGO lesson to create the following: square triangle rectangle hexagon circle Write the commands to create each geometric shape in a MS Word Document. Now Copy and paste the commands into LOGO command window. Do your commands work? If not revise until you get the desired shape.

67. Logo Programming
logo programming. Worksheet for Wednesday, October 9th. 1. ROUTINES. A routineis a series of Logo commands, usually used to create a geometric drawing.
http://people.uncw.edu/spikek/Logo worksheets.htm
Logo Programming Worksheet for Wednesday, October 9th ROUTINES A routine is a series of Logo commands, usually used to create a geometric drawing For example, REPEAT 4[FD 50 RT 90] is a logo routine that draws a square with each side 50 units long. (Read and try the routines on pages 842-845 and do problems #3-5 on page 852.) PROCEDURES Defining a procedure: A procedure is a series of Logo commands that have been given a specific name so that the computer can store the commands and use them later whenever you use the name of the procedure. It allows you to create your own dictionary of terms in the Logo program’s short-term memory. For example, TO SQUARE REPEAT 4[FD 50 RT 90] END To indicate that you want to create a procedure you begin with the word TO followed by the name of your procedure. To indicate you are finished with your instructions you use the word END When you define a procedure, no picture is drawn, it just stores the instructions under the name you gave them. Using a procedure To use your procedure to draw a picture you just type its name For example, type SQUARE and the computer follows the instructions stored under that name and draws a square.

68. Logo Programming Language - Acapedia - Free Knowledge, For All
Friends of Acapedia logo programming language. From Wikipedia, thefree encyclopedia. Logo is a computer programming language based
http://acapedia.org/aca/Logo_programming_language
var srl33t_id = '4200';

69. Wuarchive.wustl.edu/aminet/dev/lang/ucb_logo.readme
Short logo programming language Author Brian Harvey, Tony Belding Uploader tlbelding@htcomp.net(Tony Belding) Version 4.01, Amiga release 09 Type dev
http://wuarchive.wustl.edu/aminet/dev/lang/ucb_logo.readme
Short: Logo programming language Author: Brian Harvey, Tony Belding Uploader: tlbelding@htcomp.net (Tony Belding) Version: 4.01, Amiga release 09 Type: dev/lang Requires: OS 3.0, 68020 Berkeley Amiga Logo is an Amiga port of the Logo programming language with turtle graphics. This implementation is reliable (I hope!) and conforms closely to the common dialects of Logo as found in textbooks. Berkeley Amiga Logo requires Amiga OS 3.0 or better. The included binary also requires an '020 or better and a FPU, though the sources can be recompiled for other system configurations. This is release 09, version 4.01. Executable only. SAS/C source is available in file "ucb_source.lha". Release 09 fixes a few bugs from 01, and adds a few new primitives for Amiga only.

70. Digitool, Inc. - Object Logo - Specifications
Object Logo. Object Logo is an advanced implementation of the logo programminglanguage. Logo is based on the philosophy of no threshold
http://www.digitool.com/ol-specs.html
Object Logo Section Home Purchase Download Support ... Site Map
Object Logo
Object Logo is an advanced implementation of the Logo programming language. Logo is based on the philosophy of "no threshold and no ceiling," and provides a rich and interactive environment for learning mathematics, geometry, and algorithmic thinking. Object Logo extends both the capabilities and performance of traditional Logo providing an environment suitable for users of all ages, from elementary school students to professional programmers. Object Logo is a powerful educational tool and an ideal vehicle for exploring computer programming in general and object-oriented programming in particular.
Features and Benefits
Object-Oriented Programming Object Logo includes a complete and easy-to-learn object system that greatly reduces programming time. Robotics Support Provides object-oriented interface for control of robotic systems (such as LEGO motors, lights and sensors) via Paradigm's Pearl Controller. Extensive Mathematics Package Supports complex numbers and true fractional arithmetic along with a full complement of trigonometric and logarithmic functions, enables development of mathematically demanding programs.

71. LOGO Programming

http://www.todocontenidos.com/ItemVe.php?Id=1509

72. We Design Web Sites From Promotional To E-commerce
Offers web design, programming, logo design, banner creation, and meta tag services. Located in Twin Lakes, Wisconsin, United States.
http://www.e-designsite.com/

73. Programming Languages Are Like Women
Humorous analogies between women and Assembly, Fortran, COBOL, BASIC, PL/1, C, Algol 60 and 68, Pascal, Modula2, LISP, APL, logo, Lucid and Prolog, Ada. Inspired by Fun with Computer Languages.
http://www.gksoft.com/a/fun/languages-women.html
Programming Languages Are Like Women
There are so many programming languages available that it can be very difficult to get to know them all well enough to pick the right one for you. On the other hand most men know what kind of women appeals to them. So here is a handy guide for many of the popular programming languages that describes what kind of women they would be if programming languages were women.
Assembler
A female track star who holds all the world speed records. She is hard and bumpy, and so is not that pleasant to embrace. She can cook up any meal, but needs a complete and detailed recipe. She is not beautiful or educated, and speaks in monosyllables like "MOV, JUMP, INC". She has a fierce and violent temper that make her the choice of last resort.
FORTRAN
Your grey-haired grandmother. People make fun of her just because she is old, but if you take the time to listen, you can learn from her experiences and her mistakes. During her lifetime she has acquired many useful skills in sewing and cooking (subroutine libraries) that no younger women can match, so be thankful she is still around. She has a notoriously bad temper and when angered will start yelling and throwing dishes. It was mostly her bad temper that made granddad search for another wife.
COBOL
A plump secretary. She talks far too much, and most of what she says can be ignored. She works hard and long hours, but can't handle really complicated jobs. She has a short and unpredictable temper, so no one really likes working with her. She can cook meals for a huge family, but only knows bland recipes.

74. Doodle Graphics: Web Design, 3D Logos, Animation, Programming
Offering design, hosting, logo design, graphic design, programming, and consulting.
http://www.doodle.co.uk
Home
Home
Gallery Web Sites Programming Contact ... Holidays
Useful Links Welcome to Doodle Graphics
Purveyors of Fine Web Code and 3D Logos Happy Christmas one and all!

Ok, The Last Broadcast goes from strength to strength - if you haven't already go check it out (assuming you like Doves of course, or are just interested ), while BeatSurrender did just that, and surrendered it's last impression a few weeks ago.
In other news...
The wedding site is still running - go take a look if you haven't already, and sign the guest book too...
All my Dungeon Siege work continues, albeit slower than I'd hoped, I've built a house with a fading roof and door jam, textured it (badly), and got it into the game - all quite nice. Check that out on zhaph
posted on Tuesday, December 17, 2002
Email: webmaster@doodle.co.uk Last updated: 31/08/2002 11:42:21 GMT Ben Duguid , Centaur Communications Ltd.

75. JHB Web Page
programming, tutorials, source codes in Qbasic, Vbasic, Pascal, logo and Dbase. Education and reference links.
http://pages.intnet.mu/jhbpage/main.htm

76. Vietnam Web Design, Web Developer, Graphic Designers, Internet Marketing, Web De
Web design and development, internet marketing, domain name registration, customized software programming, logo, and graphic design.
http://salan.net
vietnam web development, vietnam web design, vietnam host, vietnamese graphic designer, vietnam

77. Sun Brief Restates Java Case | CNET News.com
Sun Microsystems (SUNW) reiterated its reasons today why the logo for its Java programming language should be removed from Microsoft's (MSFT) products. News.com
http://www.news.com/News/Item/0,4,19160,00.html?st.ne.fd.mdh

78. Red Dot Technologies
Offers design, Flash animation and action scripting, CGI and Perl programming, digital photography, image editing and logo design, domain name registration, hosting, and maintenance services.
http://rdtwebs.com/

mission
web design hosting services maintenance
mission
web design hosting services maintenance ... contact

79. Softronics Inc., An Educational Software Company
It's also FREE. MSWlogo An Educational programming language This implementationof logo brings the power of Windows and logo together.
http://www.softronix.com/
Welcome to Softronics, Inc. An Educational Software Company MMLogic: A MultiMedia Logic Design System
Intuitive to use: VCR like controls, Drag and Drop, Tip of the Day,
Tool Tips, Comprehensive Online Help.
Interact instantly with your MultiMedia Logic circuits.
Learn an internationally recognized philosophy, Logic Design.
Supports networking over the Internet.
Supports a programmable Robot device.
It's also FREE.
MSWLogo: An Educational programming language

This implementation of Logo brings the power of Windows and
Logo together. Now supports 3 dimensional geometry. This language will never cease in amazing you. Combined with the Great Logo Adventure Book by Jim Muller, it's hard to beat. It's also FREE. Softronics Home Page / MSW Logo Multimedia Logic Design Softronics Inc. ( mills@softronix.com

80. Web Site Design And Management, Corporate Identities, Corporate Demos, Logo Crea
Providing services ranging from web design and logo creation to marketing and maintenance and hosting service. Custom design and programming.
http://www.6thsensedesign.com/
We Are A Full Service Design Firm We at Sense Design will provide you with solutions and services
including web site design and development print
media corporate identities
training and interactive demos Sense Design produces high quality work , always keeping our clients' needs in the forefront and working closely with you at every step of the design and development.
"We just don't finish a project, we COMPLETE it!"
Sense

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 4     61-80 of 139    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | Next 20

free hit counter