From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_40,INVALID_DATE, MSGID_SHORT autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!wuarchive!udel!haven!cs.wvu.wvnet.edu!eichmann From: eichmann@cs.wvu.wvnet.edu (David Eichmann) Newsgroups: comp.lang.ada Subject: Re: Ada text for CS2 course Message-ID: <1401@h.cs.wvu.wvnet.edu> Date: 5 Apr 91 14:30:42 GMT References: <5253@ns-mx.uiowa.edu> Organization: WVU Statistics and Computer Science List-Id: bonak@herky.cs.uiowa.edu (Esmail Bonakdarian) writes: >I am looking at a possible replacement for our current Ada text in use >for the CS2 class I teach. I currently have been using the 3rd edition >of "Programming in Ada" by Barnes, but now am looking for alternatives. >One book that I am considering is "An Introduction to Ada" 2nd edition >by S.J. Young. Anybody use that book as a text? >Any recommendations? >Thanks, >Esmail Esmail, I haven't seen Barnes, but I do have a stack of Ada texts: J. Skansholm, Ada From the Beginning, Addison-Wesley, 1988. This is a basic "Ada as yet-another-programming-language" text. Solid, but doesn't properly address algorithms vs. code. E. Vasilescu, Ada Programming with Applications, Wm. Brown, 1987. Same comments as for Skansholm. D. Volper and M. Katz, Introduction to Programming Using Ada, Prentice Hall, 1990. Uses a spiral approach to first work with general conceptual issues followed by increasing layers of the language complexity. Uses a robot package ala Karel for most of the initial chapters. (The package is available anonymous ftp from the authors, and includes a concurrent version with multiple robots controlled by Ada tasks.) D. Watt, B. Wichmann, and W. Findlay, Ada: Language and Methodology, Prentice Hall, 1987. I just received this, and so haven't looked at it in detail. At first glance it appears to fall somewhere inbetween Skansholm and Volper/Katz. I've personally used Skansholm and Volper/Katz and much prefer Volper/Katz. Students with previous programming experience may find the initial chapters too introductory. There *is*, I think, sufficient information to do a second course (other than Intro to alg./prog.) based upon the programming-in-the-large, generics, and concurrency chapters. - Dave --- David Eichmann Dept. of Statistics and Computer Science West Virginia University Phone: (304) 293-3607 Morgantown, WV 26506 Email: eichmann@a.cs.wvu.wvnet.edu