- Регистрация
- 27 Авг 2018
- Сообщения
- 37,233
- Реакции
- 523,825
- Тема Автор Вы автор данного материала? |
- #1
If you want to understand computer science, but have no programming experience, this book is for you. Think Java starts with the most basic programming concepts and carefully defines every term when it's first used. The authors then develop each new concept in a logical progression. Larger pieces like recursion and object-oriented programming are divided into a sequence of smaller steps and introduced over the course of several chapters.
This book is also concise. Each chapter is 12-14 pages and covers the material for one week of a college course. Rather than present a comprehensive presentation of Java, the authors instead focus on the tools of software design, starting with small functions and basic algorithms, and working up to object-oriented design.
- Readable: while most other books forget to define terms or introduce too much material at once, Think Java is careful to define all terms and present difficult topics gradually
- One concept at a time: breaks the topics that give students the most trouble into a series of small steps so that students can exercise new concepts before continuing
- Balance of language and concepts: the book is not primarily about Java, but uses Java examples to demonstrate software engineering concepts
About the Authors:
- Allen Downey is a Professor of Computer Science at Olin College of Engineering. He has taught at Wellesley College, Colby College and U.C. Berkeley. He has a Ph.D. in Computer Science from U.C. Berkeley and Master's and Bachelor's degrees from MIT.
- Chris Mayfield is an Assistant Professor of Computer Science at James Madison University. He has a Ph.D. in Computer Science from Purdue University and Bachelor's degrees in CS and German from the University of Utah. His research focuses on CS education and K-12.
DOWNLOAD: