Have one to sell? Sell yours here
Balanced Introduction to Computer Science, A (2nd Edition)
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Balanced Introduction to Computer Science, A (2nd Edition) [Paperback]

David Reed (Author)
4.0 out of 5 stars  See all reviews (6 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more

Formats

Amazon Price New from Used from
Paperback $95.83  
Paperback, October 15, 2007 --  

Book Description

0136017223 978-0136017226 October 15, 2007 2

This thoughtfully written volume uses the Internet as a central theme, studying its history, technology, and current use. Experimental problems use Web-based tools, enabling readers to learn programming fundamentals by developing their own interactive Web pages with HTML and JavaScript. Covers a broad range of topics balanced with programming depth in a hands-on, tutorial style. Uses revised HTML and JavaScript code throughout (updated to match current XHTML 1.0 and ECMA-262 standards, respectively). Introduces event-driven pages earlier. Updates statistics on the Internet/Web and computer specifications. Provides new material throughout on recent developments and new technologies. Appendices provide a useful reference for programmers.



Editorial Reviews

Review

“The textbook [Reed] explains a concept, shows the code, then give a pictorial example to reinforce that point. An excellent example is in chapter four when talking about ONMOUSEOVER and ONMOUSEOUT.” — Dr. Jenna Miley, Bainbridge College

“The thing that struck me [about Reed] was how the examples are presented followed by adding functionality, basically anticipating questions that a reader would have after doing the examples.” — Lionel Craddock, Bluefield State College

“The examples are illuminating and effective.” — Lionel Craddock, Bluefield State College

“This text [Reed] offers very clear explanations of difficult topics.” — Ralph Hooper, University of Alabama

“Reed’s examples are relevant and fun; his language is clear and concise, and his use of the language is accessible to non-majors.” — Arnold D. Miles, Georgetown University

“The programming is presented in a well-organized manner; it builds smoothly.” — Arnold D. Miles, Georgetown University --This text refers to an alternate Paperback edition.

From the Back Cover

A BALANCED INTRODUCTION TO COMPUTER SCIENCE

SECOND EDITION

DAVID REED

 

This new edition of A Balanced Introduction to Computer Science represents a unique and proven approach to introductory computer science courses. In contrast with traditional texts that focus almost exclusively on either breadth (a survey of computing concepts) or depth (programming and problem-solving), this text provides a balanced view of computing. Breadth chapters cover concepts and issues in computing that are most relevant to the beginning student, including computer terminology, the Internet and Web, algorithms and software, and technology's impact on society. Mixed among these topics are depth chapters that introduce fundamental programming concepts and skills with hands-on tutorials. Using HTML and the programming language JavaScript, students develop problem-solving skills as they design and implement interactive Web pages.

 

Breadth Chapters

  • Breadth-based chapters focus on topics that are most relevant to a beginning student and are written in an engaging, easy-to-read style.
  • Illustrations, photographs, and Web-based visualization tools are used extensively to illuminate key points.
  • Each chapter ends with a Chapter Summary, which identifies key concepts, and Review Questions that encourage reflection and the integration of content from that chapter.
  • For the second edition, new material has been added on recent developments and new technologies, including flash memory, cascading style sheets, Web accessibility standards, dual-core processors, online music formats, and bioinformatics

Depth Chapters

  • Depth-based chapters are presented as hands-on tutorials, recognizing that the only way to learn programming and problem solving is to actually do it.
  • Tutorial exercises follow an incremental approach, allowing students to master programming concepts by first studying and modifying existing programs before designing and implementing new programs that solve interesting problems.
  • Program design and debugging advice is provided in special sections called "Designer secrets..." and "Common errors to avoid..."
  • Each chapter includes a Chapter Summary that identifies key concepts, and Supplemental material and Exercises to facilitate further study.
  • For the second edition, all code has been updated to meet current XHTML and ECMA standards, and Chapters 7 and 9 have been reorganized to emphasize event-driven programming and user interaction.

About the Author

 

David Reed is an Associate Professor and Chair of the Department of Computer Science at Creighton University in Omaha, Nebraska. He received his M.S. and Ph.D. in computer science from Duke University in 1992, and subsequently taught and conducted research at Duke University and Dickingon College before joining the faculty at Creighton in 2000. His primary interests are in artificial intelligence, programming languages, and computer science education, where he has published extensively on topics such as apprentice-based learning, Web-based programming, and innovative instructional methods in introductory computer science. He is a member of the Liberal Arts Computer Science Consortium and the Chief Reader for the Advanced Placement® Computer Science Exam since 2004.

 

 

 


Product Details

  • Paperback: 408 pages
  • Publisher: Prentice Hall; 2 edition (October 15, 2007)
  • Language: English
  • ISBN-10: 0136017223
  • ISBN-13: 978-0136017226
  • Product Dimensions: 9.9 x 7.9 x 0.9 inches
  • Shipping Weight: 1.6 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Best Sellers Rank: #229,481 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

6 Reviews
5 star:
 (3)
4 star:
 (2)
3 star:    (0)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

16 of 18 people found the following review helpful:
4.0 out of 5 stars Suitable for an introduction to computer science course, March 1, 2005
There are generally two courses for beginners in computing. "Introduction to Computers" is usually designed for people who know very little about computers and are interested in using them in their daily life. While "Introduction to Computer Science" covers some of the same material, it is designed for those who want to know how computers work, and perhaps even take some courses in computer science. This book is written for the second type of course.
Programming is introduced via HTML, which is in complete agreement with what I tell everyone who expresses an interest in learning to program. HTML is easy to understand, demonstrates some of the ideas of advanced programming and the feedback is immediate. Furthermore, initial programs can be small and since the student will most certainly be familiar with surfing the web, the results will make sense to them.
What most people consider to be true programming, writing code with variables, functions, if constructs, loops and user interaction, are introduced with JavaScript. This is also a sound decision, JavaScript is powerful enough to introduce the basics of programming, builds on the previous HTML coding and is freely available. Other chapters cover a brief history of computing, how data is represented in computers, the fundamentals of digital logic and the impact computers are having on society. A large number of images are used to reinforce the text, and exercises are embedded inside the chapters with another set at the end of the chapter.
If you are in the queue to teach an introduction to computer science course, then you should examine this book. It is well written and the level of presentation is appropriate for the typical student taking such a course. It could also be used for self-study.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Good Book, if a little expensive, October 5, 2011
By 
Amazon Verified Purchase(What's this?)
I had to buy this book for class, and I've been trudging through the exercises for the last month. Reed does a good job of explaining things and starting with basics and then building on them. I don't ever stress about the exercises, because in general they are rather easy, though they do consistently take longer than I expect them to take. Good for learning HTML & Javascript basics.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
4.0 out of 5 stars GETTING THE BASICS DOWN!, February 11, 2010
Amazon Verified Purchase(What's this?)
This book was required for a college course. It is a great book to learn about Computer Science in general. The book focuses on the internet and creating basic Web-pages. You will learn how to work with JavaScript and HTML code. You gain the knowledge to generally understand how to possibly make a Forum website. The book stresses text/number input, manipulation of text/numbers, and then output of text/numbers in various ways. You will learn about the history of the internet, the difference between what the Internet is and the World Wide Web. Yes, there is a difference! The drawback to this book is that there are a lot of type-o's in the code examples. You will learn enough in the book to be able to proof read the example, but it may cause you some headaches.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews




Only search this product's reviews



What Other Items Do Customers Buy After Viewing This Item?


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(29)
(9)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums





Look for Similar Items by Category


Look for Similar Items by Subject