Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Java Software Solutions, AP Version

Java Software Solutions, AP Version

List Price: $78.63
Your Price: $71.61
Product Info Reviews

<< 1 >>

Rating: 5 stars
Summary: This is a good well written book
Review: I am basically a math teacher with a lot of bright computer science students. Of all of the books currently available in Java for AP Computer Science, this was the hands down winner with the kids, especially amongst the one semester students who were taking the A test.

Rating: 1 stars
Summary: Simply a terrible book
Review: I was asked to teach an AP CS course and thought this looked like the safest bet - the kids hated it! It is clearly a hacked down version of the authors other Java books. Explanations are not clear and the book simply could not have been written in a less engaging manner. I will not use this book again and will avoid titles from this publisher.

Rating: 2 stars
Summary: Written by a robot?
Review: This book should be called Java Software Solutions for a Complete Idiot. This is, for example, how they introduce some of the OOP concepts (p. 58):

"A data type defines a set of values and operations -- what we can do with those values"... [a type does not define a set of values!] ... "An object is defined by a class, which is like the data type of the object." ... "Once a class has been defined, objects can be created from that class." ... "Classes can be created from other classes using inheritance. That is, the definition of one class can be based on another class that already exists. Inheritance is a form of software reuse. We are taking advantage of the ways some classes are alike. One class can be used to create several new classes. These classes can then be used to create even more classes."

And so on, the whole book. "This book is written by a robot. This book should be read by you. Commas are not used in this book..."

Here is how they introduce algorithms (p. 123):

"One basic design issue is defining the algorithms to be used in the program. An algorithm is a step-by-step process for solving a problem. A recipe is like an algorithm. Travel directions are like an algorithm. Every program uses one or more algorithms. Every software developer should spend time thinking about the algorithms before writing any code."

Every software developer should spend time thinking before buying this book!

Actually, the introduction claims this is an AP textbook:

"This book is designed for both A and AB exam by identifying what material is required for each exam."

That is exactly right, "identifying." But not teaching! I took the AB exam last year; here the whole AB stuff is crammed into two last chapters, 70 pages, including silly review questions. Not even close.

Speaking of review questions... Question 1.3: "What happens to information when it is stored digitally?" Answer: "the information is broken into pieces, and those pieces are represented as numbers."

Rating: 2 stars
Summary: Not a good book for High School students
Review: This is a hastily done book, since AP Comp Sci just switched to Java, which in itself was a bad decision ( I should take that up with CEEB)

For example, before talking about variable scopes, it starts using the idiom - for ( int start=1; start <= MAXLINES; start++ ) { .... }- which in my opinion is bad for a beginner high school student.One can really get into trouble if one doesn't know what one is doing, especailly for high school students. One student that I know, spent all night working on the Stars program given in the exercise, unsuccessfully.

On the other hand, Java Methods by Maria Litvin & Gary Litvin, clearly state this problem in their chapter 6 - "...But declarations inside nested blocks can lead to elusive bugs. We recommend that at first you avoid declaring local variables inside nested blocks unless you know exactly what you are doing."

Don't get me wrong, I do like their other Java S/W Solutions by JLewis, et al - which is for a much more mature audience.


<< 1 >>

© 2004, ReviewFocus or its affiliates