Learning to Program with Alice

Paperback
from $0.00

Author: Wanda P. Dann

ISBN-10: 013208516X

ISBN-13: 9780132085168

Category: 3D Computer Graphics

Search in google:

Learning to Program with Alice, 2e, is appropriate for all one-semester pre-CS1 and computer literacy courses, and for integration into the first weeks of many introductory CS1 courses.Alice was designed to make programming concepts easier to teach and learn. In the Second Edition of Learning to Program with Alice, Alice’s creators offer a complete full-color introduction to the interactive Alice 2.2 programming environment. The authors make extensive use of program visualization to establish an easy, intuitive relationship between program constructs and the 3D graphics animation action in Alice. Students discover how Alice blends traditional problem-solving techniques with Hollywood-style storyboarding. Fundamental object-oriented programming concepts and language syntax are taught independently. Programming concepts can be taught from either an objects-first or an objects-early approach, with an optional early introduction to events. The book’s Java-like syntax allows students to view their program code, simplifying their transitions to Java, C++, C#, or other object-oriented languages. This new edition even allows students to upload their animated programs onto YouTube and share their work on the Web.

Pt. I Introduction to Alice 11 Getting Started with Alice 32 Program Design and Implementation 223 Programming: Putting Together the Pieces 62Pt. II Object-Oriented and Event-Driven Programming Concepts 874 Classes, Objects, Methods and Parameters 895 Interaction: Events and Event Handling 140Pt. III Using Functions and Control Statements 1696 Functions and If/Else 1717 Repetition: Definite and Conditional Loops 2088 Repetition: Recursion 231Pt. IV Advanced Topics 2579 Lists and List Processing 25910 Variables and Revisiting Inheritance 27711 What's Next? 306App. A Using Alice 311App. B Managing the Alice Interface 330Index 345