Jun
01
iled Under (Computer Science Books) by admin on 01-06-2011

A presentation of the central and basic concepts, techniques, and tools of computer science, with the emphasis on presenting a problem-solving approach and on providing a survey of all of the most important topics covered in degree programmers.

Scheme is used throughout as the programming language and the author stresses a functional programming approach to create simple functions so as to obtain the desired programming goal. Such simple functions are easily tested individually, which greatly helps in producing programs that work correctly first time. Throughout, the author aids to writing programs, and makes liberal use of boxes with “Mistakes to Avoid”.

Programming examples include:

  • Abstracting a problem;
  • Creating pseudo code as an intermediate solution;
  • Top-down and bottom-up design;
  • Building procedural and data abstractions;
  • Writing programs in modules which are easily testable.

Numerous exercises help readers test their understanding of the material and develop ideas in greater depth, making this an ideal first course for all students coming to computer science for the first time.

The first part of this book will give the basic programming ‘how to’ knowledge: Common abstractions and basic program design.

The second part introduces Computer Science and will show you what others have been doing with the techniques explained in the first part. It will give a panoramic view of modern CS: databases, operating systems, artificial intelligence, compilers, `soft-computing’, etc…

Related Books:

  1. Python Programming: An Introduction to Computer Science 2nd Edition – John Zelle
  2. Foundations of Computer Science : Behrouz A. Forouzan,Firouz Mosharraf
  3. Hello World! Computer Programming for Kids and Other Beginners : Warren Sande,Carter Sande
  4. Beginning iPhone Development: Exploring the iPhone SDK – By Dave Mark
  5. Programming in Objective-C 2.0 (2nd Edition) (Developer’s Library) – By Stephen G. Kochan
  6. The Color Scheme Bible: Inspirational Palettes for Designing Home Interiors – Anna Starmer
  7. Written Communication Techniques
  8. Java Concurrency in Practice : Brian Goetz


Post a comment
Name: 
Email: 
URL: 
Comments: