e99 Online Shopping Mall
Help | |
Home - Basic L - Logo Programming (Books) |
  | Back | 21-40 of 100 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Computer Science Logo Style 2/e, Vol. 3: Beyond Programming by Brian Harvey | |
Paperback: 384
Pages
(1997-02-14)
list price: US$42.00 -- used & new: US$36.93 (price subject to change: see help) Asin: 0262581507 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This series is for people--adults and teenagers--who are interested incomputer programming because it's fun. The three volumes use the Logoprogramming language as the vehicle for an exploration of computerscience from the perspective of symbolic computation and artificialintelligence. Logo is a dialect of Lisp, a language used in the mostadvanced research projects in computer science, especially in artificialintelligence. Throughout the series, functional programming techniques(including higher order functions and recursion) are emphasized, buttraditional sequential programming is also used when appropriate. In thesecond edition, the first two volumes have been rearranged so thatillustrative case studies appear with the techniques they demonstrate.Volume 1 includes a new chapter about higher order functions, and therecursion chapters have been reorganized for greater clarity. Volume 2includes a new tutorial chapter about macros, an exclusive capability ofBerkeley Logo, and two new projects. Throughout the series, the largerprogram examples have been rewritten for greater readability by moreextensive use of data abstraction. In Volume 3 BeyondProgramming, the reader learns that computer science includes notjust programming computers, but also more formal ways to think aboutcomputing, such as automata theory and discrete mathematics. In contrastto most books on those subjects, this volume presents the ideas in theform of concrete, usable computer programs rather than as abstractproofs. Examples include a program to translate from the declarativeRegular Expression formalism into the executable Finite State Machinenotation, and a Pascal compiler written in Logo. The Logo programs inthese books and the author's free Berkeley Logo interpreter areavailable via the Internet or on diskette. |
22. Complete Logo Programming: Terrapin by Steven L. Mandell, Colleen J. Mandell | |
Hardcover: 425
Pages
(1986-01-01)
Isbn: 0314962352 Canada | United Kingdom | Germany | France | Japan | |
23. Introduction to Programming in Logo Using Logo Plus by Sharon Yoder | |
Paperback: 132
Pages
(1990-02)
list price: US$19.95 Isbn: 0924667605 Canada | United Kingdom | Germany | France | Japan | |
24. Developmentally Appropriate LOGO Computer Programming with Young Children.: An article from: Information Technology in Childhood Education Annual by Catherine Wilson Gillespie, Sally Beisser | |
Digital: 23
Pages
(2001-01-01)
list price: US$5.95 -- used & new: US$5.95 (price subject to change: see help) Asin: B0008I9ZLY Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
25. Complete Apple Logo Programming by Mandell | |
Hardcover:
Pages
(1986-06)
list price: US$43.75 Isbn: 0314962344 Canada | United Kingdom | Germany | France | Japan | |
26. Logo Programming Language Family: Microworlds Jr, Netlogo, Starlogo, Atari Logo | |
Paperback: 32
Pages
(2010-09-15)
list price: US$14.14 -- used & new: US$14.13 (price subject to change: see help) Asin: 1158416725 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
27. Educational computing: how are we doing?(history of Logo programming language) (Technology Information)(Cover Story): An article from: T H E Journal (Technological Horizons In Education) by Seymour Papert | |
Digital: 8
Pages
(1997-06-01)
list price: US$5.95 -- used & new: US$5.95 (price subject to change: see help) Asin: B00097NBC8 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
28. Turtle Graphics: Computer Graphics, Vector Graphics, Cursor, Cartesian Plane, Logo Programming Language | |
Paperback: 92
Pages
(2010-02-18)
list price: US$46.00 -- used & new: US$42.00 (price subject to change: see help) Asin: 6130429975 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
29. Programacion En Logo/Programming in Logo (Spanish Edition) by Joaquin D'Opazo Alvarez | |
Paperback:
Pages
(1985-09)
list price: US$26.95 -- used & new: US$20.48 (price subject to change: see help) Asin: 8476140339 Canada | United Kingdom | Germany | France | Japan | |
30. Apple Logo Primer by Gary G. Bitter | |
Paperback: 320
Pages
(1983-08)
list price: US$19.50 Isbn: 0835903141 Canada | United Kingdom | Germany | France | Japan | |
31. Computer Science Logo Style 2/e, Vol. 1: Symbolic Computing by Brian Harvey | |
Paperback: 340
Pages
(1997-02-14)
list price: US$47.00 -- used & new: US$33.90 (price subject to change: see help) Asin: 0262581485 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This series is for people--adults and teenagers--who are interested incomputer programming because it's fun. The three volumes use the Logoprogramming language as the vehicle for an exploration of computerscience from the perspective of symbolic computation and artificialintelligence. Logo is a dialect of Lisp, a language used in the mostadvanced research projects in computer science, especially in artificialintelligence. Throughout the series, functional programming techniques(including higher order functions and recursion) are emphasized, buttraditional sequential programming is also used when appropriate. In thesecond edition, the first two volumes have been rearranged so thatillustrative case studies appear with the techniques they demonstrate.Volume 1 includes a new chapter about higher order functions, and therecursion chapters have been reorganized for greater clarity. Volume 2includes a new tutorial chapter about macros, an exclusive capability ofBerkeley Logo, and two new projects. Throughout the series, the largerprogram examples have been rewritten for greater readability by moreextensive use of data abstraction. Volume 1 Symbolic Computing,is addressed to a reader who has used computers and wants to learn theideas behind them. Symbolic computing is the manipulation of words andsentences, in contrast both to the graphics most people associate withLogo and to the numerical computation with which more traditionallanguages such as Pascal and C++ are most comfortable. This volume iswell known for its clear and thorough presentation of recursion, a keyidea in computer science that other texts treat as arcane and difficult.The Logo programs in these books and the author's free Berkeley Logointerpreter are available via the Internet or on diskette. Customer Reviews (2)
Brian Harvey gives Logo the respect it deserves
Pssst --comes with a personal tutor inside the book! This book is about having FUN learning how to program (with aspecial language).Kick off your shoes, grab a java, turn on somebackground music or watch a hockey game on TV out of the corner of your eyeand "have at it" -- have some fun learning to program.JustDON'T call it Computer Science! (even though it is). The truth is thesebooks cut through the tedium of learning something like C++ or Assembly andgets you into "programming stuff" a lot sooner.Everything youlearn with LOGO can be directly applied to other languages anyway.Andthat's what, ahh, er, the Science of Computer Programming is about. Theauthor has a very casual yet informative style of writing.Sort of likehaving a having a buddy sitting next to you offering some laid-backadvise--only this buddy is knowledgeable and helpful. What do you learn? Well, I'm not going to use the C.S. words--let me simply say you learnimportant principles of programming using the LOGO computer language onsome projects. Yeah, that's LOGO not LEGO.It's a powerful computerlanguage derived from Lisp...and used, among other things, in robotics, andAI. Okay, so you've figured out that I'm pretty keen on this series ofbooks (vol1,2,3). After you get into LOGO for a while you're even going toask yourself why LOGO isn't more popular, why isn't if utilized more inlearning institutions.Probably because it isn't as politically correct.Surely Assembly, and C++, etc.,are necessary evils, but they're not fastand slick in terms of the learning curve required to get you producingapplications and understanding computer concepts. Bottom Line: Don'tunderestimate LOGO! And if you want to learn, CXXXXXXX SXXXXXX, (scratchthat)--if you want to have FUN learning how to program, check out thesebooks! You can find a "Table of Contents" at the authorswebsite if your interested. Put in its simplest form, Volume 1 deals mainlywith learning the LOGO language with some projects. Volume 2 is aboutprojects and extending the LOGO language.Volume 3, well, with this volumeit's fair to use the words Computer Science as the focus of the text. Personally, give me Volume 1 & 2, and another 2, and another 2, etc. IOW's I have no hesitation in recommending that you own vol 1 & 2straight away. Vol 3..., maybe. Not because it isn't well written, ...itsjust more specialized. ... Read more |
32. Computer Science Logo Style 2/e - 3 vol. set by Brian Harvey | |
Paperback: 1068
Pages
(1997-02-14)
list price: US$110.00 Isbn: 0262581515 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description "In the world of theatre `Harvey' is a large, white rabbit who happensto be invisible. Elementary computer science's `Harvey' is more like atiger - clever, colorful, powerful, and, thanks to this revised editionof a classic set of texts, very visible indeed." -- William Higginson,Coordinator; Mathematics, Science and Technology Education Group,Queen's University at Kingston, Canada This series is for people--adults and teenagers--who are interested incomputer programming because it's fun. The three volumes use the Logoprogramming language as the vehicle for an exploration of computerscience from the perspective of symbolic computation and artificialintelligence. Logo is a dialect of Lisp, a language used in the mostadvanced research projects in computer science, especially in artificialintelligence. Throughout the series, functional programming techniques(including higher order functions and recursion) are emphasized, buttraditional sequential programming is also used when appropriate. In thesecond edition, the first two volumes have been rearranged so thatillustrative case studies appear with the techniques they demonstrate.Volume 1 includes a new chapter about higher order functions, and therecursion chapters have been reorganized for greater clarity. Volume 2includes a new tutorial chapter about macros, an exclusive capability ofBerkeley Logo, and two new projects. Throughout the series, the largerprogram examples have been rewritten for greater readability by moreextensive use of data abstraction. Volume 1 Symbolic Computing,is addressed to a reader who has used computers and wants to learn theideas behind them. Symbolic computing is the manipulation of words andsentences, in contrast both to the graphics most people associate withLogo and to the numerical computation with which more traditionallanguages such as Pascal and C++ are most comfortable. This volume iswell known for its clear and thorough presentation of recursion, a keyidea in computer science that other texts treat as arcane and difficult.Volume 2 Advanced Techniques, is addressed to the reader withsome experience with symbolic Logo programming. It combines additionaltutorial chapters about advanced Logo features with case studies inwhich those techniques are used in programming projects. The projectsrange from games (a solitaire program) through utilities (finding thedifferences between two versions of a file) to a computer thattranslates BASIC programs into Logo. This volume also includes theBerkeley Logo Reference Manual as an appendix. In Volume 3 BeyondProgramming, the reader learns that computer science includes notjust programming computers, but also more formal ways to think aboutcomputing, such as automata theory and discrete mathematics. In contrastto most books on those subjects, this volume presents the ideas in theform of concrete, usable computer programs rather than as abstractproofs. Examples include a program to translate from the declarativeRegular Expression formalism into the executable Finite State Machinenotation, and a Pascal compiler written in Logo. The Logo programs inthese books and the author's free Berkeley Logo interpreter areavailable via the Internet or on diskette. Customer Reviews (1)
BUYER BEWARE |
33. Computer Science Logo Style 2/e, Vol. 2: Advanced Techniques by Brian Harvey | |
Paperback: 352
Pages
(1997-02-14)
list price: US$42.00 -- used & new: US$23.99 (price subject to change: see help) Asin: 0262581493 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This series is for people--adults and teenagers--who are interested incomputer programming because it's fun. The three volumes use the Logoprogramming language as the vehicle for an exploration of computerscience from the perspective of symbolic computation and artificialintelligence. Logo is a dialect of Lisp, a language used in the mostadvanced research projects in computer science, especially in artificialintelligence. Throughout the series, functional programming techniques(including higher order functions and recursion) are emphasized, buttraditional sequential programming is also used when appropriate. In thesecond edition, the first two volumes have been rearranged so thatillustrative case studies appear with the techniques they demonstrate.Volume 1 includes a new chapter about higher order functions, and therecursion chapters have been reorganized for greater clarity. Volume 2includes a new tutorial chapter about macros, an exclusive capability ofBerkeley Logo, and two new projects. Throughout the series, the largerprogram examples have been rewritten for greater readability by moreextensive use of data abstraction. Volume 2 Advanced Techniques,is addressed to the reader with some experience with symbolic Logoprogramming. It combines additional tutorial chapters about advancedLogo features with case studies in which those techniques are used inprogramming projects. The projects range from games (a solitaireprogram) through utilities (finding the differences between two versionsof a file) to a computer that translates BASIC programs into Logo. Thisvolume also includes the Berkeley Logo Reference Manual as an appendix.The Logo programs in these books and the author's free Berkeley Logointerpreter are available via the Internet or on diskette. |
34. Computer Science Logo Style: Advanced Topics (Computer Science LOGO Style Vol. 3) by Brian Harvey | |
Paperback: 300
Pages
(1987-10)
list price: US$21.95 -- used & new: US$151.75 (price subject to change: see help) Asin: 0262580861 Canada | United Kingdom | Germany | France | Japan | |
35. Advanced Logo: A Language for Learning (Computer Science for the Behavioral Sciences Series) by Michael Friendly | |
Hardcover: 676
Pages
(1988-06-01)
list price: US$145.00 -- used & new: US$145.00 (price subject to change: see help) Asin: 0898599334 Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
36. Computer Science Logo Style: Projects, Styles, and Techniques by Brian Harvey | |
Paperback: 250
Pages
(1986-05)
list price: US$21.95 -- used & new: US$24.98 (price subject to change: see help) Asin: 0262580802 Canada | United Kingdom | Germany | France | Japan | |
37. Encouraging young children's thinking skills with Logo. (Logo computer language): An article from: Childhood Education by Nicola J. Yelland | |
Digital: 7
Pages
(1995-03-22)
list price: US$5.95 -- used & new: US$5.95 (price subject to change: see help) Asin: B00093KC6A Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
38. Let's Talk Commodore Turtle. Teachers' and Parents' Edition (The Prentice-Hall learning with LOGO series) by Liddy Nevile | |
Paperback:
Pages
(1984-08-01)
Isbn: 072480742X Canada | United Kingdom | Germany | France | Japan | |
39. Logo: An entry from Macmillan Reference USA's <i>Macmillan Reference USA Science Library: Computer Sciences</i> by Ida M. Flynn | |
Digital: 5
Pages
(2002)
list price: US$4.90 -- used & new: US$4.90 (price subject to change: see help) Asin: B002676M2U Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description |
40. In the world of informatics. Programming in Logo. Optional course. / V mire informatiki. Programmirovanie v srede Logo. Fakultativnyy kurs. by S. N. Tur | |
Paperback:
Pages
(2002)
-- used & new: US$5.40 (price subject to change: see help) Asin: 5941572255 Canada | United Kingdom | Germany | France | Japan | |
  | Back | 21-40 of 100 | Next 20 |