Book picks similar to
Technical Communication by Mike Markel
reference
textbooks
school
non-fiction
Earth Science [With DVD-ROM]
Edward J. Tarbuck - 2008
The twelfth edition of "Earth Science "offers a user-friendly overview of our physical environment with balanced, up-to-date coverage of geology, oceanography, astronomy, and meteorology for the undergraduate student with little background in science. The emphasis is on readability, with clear example-driven explanations. The twelfth edition takes full advantage of the subject's visual appeal, with discussions reinforced by incredible color photos and superb illustrations by Earth science illustrator and geologist Dennis Tasa.
Child, Family, School, Community: Socialization and Support
Roberta M. Berns - 1985
Examining how the school, family, and community influence children's socialization, this text addresses complex issues in a clear, comprehensive fashion. An enjoyable read, it's packed with meaningful, timely examples and effective study tools that ensure you gain a solid understanding of chapter concepts. A sensitive presentation of diversity issues includes matters related to culture, ethnicity, gender, sexual orientation, and special needs. Updated throughout, this edition features a stronger emphasis on NAEYC and DAP standards as well as new information on diversity in all forms, technology and the impact of media, bullying, and other topics.
Crisis Intervention Strategies
Richard K. James - 2000
The authors' six-step model clearly illustrates and elucidates the process of dealing with people in crisis: Defining the Problem, Ensuring Client Safety, Providing Support, Examining Alternatives, Making Plans, and Obtaining Commitment. Using this model, the authors then build specific strategies for handling a myriad of different crisis situations, accompanied in many cases with the dialogue that a practitioner might use when working with the individual in crisis. New videos, available through a DVD and through CourseMate (both of which are available for purchase with the text), correlate with the text and demonstrate crisis intervention techniques, ensuring that you not only understand the theoretical underpinnings of crisis intervention theories, but also know how to apply them in crisis situations.
The Real ACT Prep Guide [with CD]
ACT - 2004
This is the only guide that includes 5 previously administered, full-length ACT tests written by the actual test maker (including 2 NEW practice tests). Also included is ACT content and procedures you'll follow when actually taking the test, along with in-depth review of the optional Writing Test and how it is scored; examples of all the question types; and suggestions on how you might approach the questions. The supplemental CD features a complete electronic copy of Peterson's Cool Colleges 101 and additional online college planning resources from Peterson's.The only guide that includes 5 previously administered, full-length ACT tests written by the actual test maker (including 2 NEW practice tests)ACT content and procedures you'll follow when actually taking the testValuable information about tuition payment plansAll the question types you can expect to find on the ACTSuggestions on how you might approach the questions and Peterson's tried-and-true test-taking strategies and tips
Understanding Business
William G. Nickels
We consistently look to the experts - full-time faculty members, adjunct instructors, and of course students - to drive the decisions we make about the text itself and the ancillary package. Through a series of focus groups, symposia, as well as full-book, single-chapter, revised manuscript reviews of both text and key ancillaries, we have heard the stories of more than 500 professors and their insights and experiences are evident on every page of the revision and in every supplement. As teachers of the course and users of their own materials, the author team is dedicated to the principles of excellence in business education. pedagogy that puts students in touch with today's real business issues, to creating groundbreaking and market-defining ancillary items for professors and students alike, Understanding Business leads the way.
Computer Networks: A Systems Approach
Larry L. Peterson - 1996
This expanded and completely updated edition covers the why of network design, focusing not just the specifications comprising today's systems but how key technologies and protocols actually work in the real world to solve specific problems. It is the only introductory computer networking book written by authors who have had first-hand experience with many of the protocols discussed in the text, who have actually designed some of them as well, and who are still actively designing the computer networks today.The book makes less use of computer code to explain protocols than earlier editions. Moreover, this new edition shifts the focus somewhat higher in the protocol stack where there is generally more innovative and exciting work going on at the application and session layers than at the link and physical layers. Other new features are: increased accessibility by clearly separating the advanced material from more fundamental via special headings and boxed features; the material is structured in such a way as to make it easier to teach top-down. Furthermore, the book outstrips the competitors in offering a more robust ancillary package for student and instructor support. The text is complemented with figures as well as links to networking resources on the Web and links to author-created materials on author-maintained Web site.Computer Networks, Fourth Edition, will be an invaluable resource for networking professionals and upper level undergraduate and graduate students in CS, EE, and CSE programs.
Intentional Interviewing and Counseling: Facilitating Client Development in a Multicultural Society
Allen E. Ivey - 2009
Case studies, sample interviews, and a "Portfolio of Competencies" are just a few of the many tools that will help you master the material and become a better listener.
The C++ Programming Language
Bjarne Stroustrup - 1986
For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/ bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components. For example:abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.
Essentials of Understanding Psychology
Robert S. Feldman - 1988
No matter what brings students into the introductory course and regardless of their initial motivation, Essentials of Understanding Psychology, Seventh Edition, draws students into the field and stimulates their thinking. This revision integrates a variety of elements that foster students' understanding of psychology and its impact on their everyday lives. It also provides instructors with a fully integrated supplements package to objectively gauge their students' mastery of psychology's key principles and concepts and to create dynamic lectures.
The Art of Game Design: A Book of Lenses
Jesse Schell - 2008
The Art of Game Design: A Book of Lenses shows that the same basic principles of psychology that work for board games, card games and athletic games also are the keys to making top-quality video games. Good game design happens when you view your game from many different perspectives, or lenses. While touring through the unusual territory that is game design, this book gives the reader one hundred of these lenses—one hundred sets of insightful questions to ask yourself that will help make your game better. These lenses are gathered from fields as diverse as psychology, architecture, music, visual design, film, software engineering, theme park design, mathematics, writing, puzzle design, and anthropology. Anyone who reads this book will be inspired to become a better game designer—and will understand how to do it.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
Public Relations: Strategies and Tactics
Dennis L. Wilcox - 1986
Now in its Eighth Edition, Public Relations: Strategies & Tactics combines numerous current real-life case studies with fundamental concepts of the field, helping students relate theory to the actual practice of public relations. Grounded in scholarship, the main text and features are all built on references to landmark studies and situations in today's headlines. In this age of corporate and political scandals, terrorism and national health issues, a new chapter, Conflict Management: Dealing with Issues, Risks and Crises, lays the groundwork for understanding and coping with various crises. Written in a disarming and accessible style, this edition also focuses technology in every application, and it leads readers to think about other creative ways to use new media. This edition continues to be the most definitive, comprehensive introductory text in the market, written by two leading public relations educators
Writing Science in Plain English
Anne E. Greene - 2013
But, as Anne E. Greene shows in Writing Science in Plain English,writers from all scientific disciplines can learn to produce clear, concise prose by mastering just a few simple principles. This short, focused guide presents a dozen such principles based on what readers need in order to understand complex information, including concrete subjects, strong verbs, consistent terms, and organized paragraphs. The author, a biologist and an experienced teacher of scientific writing, illustrates each principle with real-life examples of both good and bad writing and shows how to revise bad writing to make it clearer and more concise. She ends each chapter with practice exercises so that readers can come away with new writing skills after just one sitting. Writing Science in Plain English can help writers at all levels of their academic and professional careers—undergraduate students working on research reports, established scientists writing articles and grant proposals, or agency employees working to follow the Plain Writing Act. This essential resource is the perfect companion for all who seek to write science effectively.
Sexuality Now: Embracing Diversity
Janell L. Carroll - 2004
Janell Carroll clearly conveys foundational biological and health issues, extensively cites both current and classic research, and addresses all material in a fresh and fun way; her book helps teach students what they need, and want, to know about sexuality. Her focus takes into account the social, religious, ethnic, racial, and cultural contexts of today's students. Dr. Carroll has used feedback from the first edition to add even further value to this popular title-streamlining student pedagogy and providing dynamic learning opportunities through Active Summaries at the end of chapters, a new online student tutorial, new video components, and content for Classroom Response Systems. This continues to be the text most representative of today's students, incorporating new sexual position art, a new pronunciation guide, and (for instructors) a new cross-cultural Slang Guide.