Book picks similar to
Physical Chemistry by Ira N. Levine
chemistry
science
nonfiction
textbooks
Classroom Assessment: What Teachers Need to Know
W. James Popham - 1994
This well-written book is grounded in the reality of teaching today to show real-world teachers who want to use assessment in their classroom the latest tools necessary to teach more effectively. The fifth edition of Classroom Assessment addresses the range of assessments that teachers are likely to use in their classrooms. With expanded coverage of problems related to measurement of special education children, a new student website with online activities, and an improved instructor's manual, this book continues to be a cutting-edge and indispensable resource not only for instructors, but also for pre- and in-service teachers. New to This Edition: *Chapter 12 contains new material dealing with formative assessment as well as assessment FOR learning. *The text is committed to fostering readers' realizations regarding the critical link between testing and teaching. Instructional implications are constantly stressed in the text. early childhood assessment throughout the text. *The 5th edition contains a brand-new website providing readers with Extra Electronic Exercises for each chapter, so readers, if they wish, can solidify their understanding of what chapters address (go to www.ablongman.com/popham5e). *A newly revised Instructor's Resource Manual contains Instructor-to-Instructor suggestions as well as a test for each chapter. It also includes a mid-term and final exam and an effective inventory measuring students' confidence in assessment. Here's what your colleagues have to say about this book: Dr. Popham has done a tremendous job in researching and incorporating current trends throughout the entire text! Terry H. Stepka, Arkansas State University Overall, I am extremely satisfied with the text. It is well-written, and I love the author's sense of humor! Terry H. Stepka, Arkansas State University I LOVE the arrangement of the chapters and the high quality of the self-checks and discussion questions that are provided. Karen E. Eifler, University of Portland
BRS Pathology
Arthur S. Schneider - 1992
Chapters parallel most standard pathology texts and each chapter ends with a review test. Topics covered include general and basic pathology, major concepts of disease processes, and systemic pathology surveying principal disorders of each organ system. A comprehensive examination at the end of the book contains 500 USMLE-format questions. USMLE questions have all been updated to current USMLE format.The text is written in outline format for effective review. Icons indicate high-yield information that correlates with key pathology concepts.
A Basic History of Art
H.W. Janson - 1981
Focusing on art before 1520, this edition organizes the material chronologically. It now incorporates considerable new material on the history of music and theatre, and updates scholarship on ancient art.
Modern Blood Banking & Transfusion Practices
Denise M. Harmening - 2005
Building from a review of the basic science to the how and why of clinical practice, this text is thorough guide to immunohematology and transfusion practices. It begins with six color plates of which Plate 2 - standardized grading of macroscopic red cell antigen-antibody reactions - is extraordinarily useful. These are actual photomicrographs of immediate spin reactions and at a glance, will automatically assure standardized reporting of the reactions. Chapter on medicolegal and ethical aspects of providing blood collection and transfusion service is simply fascinating reveting reading. An added bonus is the table of blood group characteri stics (antigen, ISBT number, frequency in different ethnicities, expression during life, etc.) on the inside covers at the front and back of the book. Nothing like having a quick complete reference when you need it! This is a great book. Valerie L. Ng, PhD, MD, University of California, San Francisco, California for Doody Review Service.
Medical-Surgical Nursing: Patient-Centered Collaborative Care, Single Volume
Donna D. Ignatavicius - 2009
Ignatavicius and M. Linda Workman cover all the latest trends, evidence-based treatment guidelines, and additional updated information needed for safe clinical practice in medical-surgical nursing. This seventh edition features an expanded emphasis on patient safety and NCLEX? Examination preparation, new ties to the QSEN priorities for patient safety, and a greater alignment with the language and focus of clinical practice. A new chapter on evidence-based practice and a wealth of effective online learning tools help solidify your mastery of medical-surgical nursing.
Organic Chemistry
Janice Gorzynski Smith - 2004
Incorporating biological, medicinal, and environmental applications, it builts an art program. Highlighting the art program are micro-to-macro art pieces that visually guide students to conceptually understand organic chemistry.
Psychology of Learning for Instruction
Marcy P. Driscoll - 1993
Psychology of Learning for Instruction, Third Edition, focuses on the applications and implications of the learning theories. Using excellent examples ranging from primary school instruction to corporate training, this text combines the latest thinking and research to give readers the opportunity to explore the individual theories as viewed by the experts. Readers are encouraged to apply "reflective practice," which is designed to foster a critical and reflective mode of thinking when considering any particular approach to learning and instruction. Provides readers with the practical knowledge needed to apply learning theories to instruction. KEY TOPICS: This text addresses learning as it relates to behavior, cognition, development, biology, motivation and instruction. MARKET: Pre-service and in-service teachers, and educational psychologists.
Writing Papers in the Biological Sciences
Victoria E. McMillan - 1996
Designed primarily for undergraduates, this self-help manual offers straightforward solutions to common problems and an overview of the diversity of writing tasks faced by professional biologists.
The Go Programming Language
Alan A.A. Donovan - 2015
It has been winning converts from dynamic language enthusiasts as well as users of traditional compiled languages. The former appreciate the robustness and efficiency that Go's lightweight type system brings to their code; the latter find Go's simplicity and fast tools a refreshing change. Thanks to its well-designed standard libraries and its excellent support for concurrent programming, Go is fast becoming the language of choice for distributed systems. The Go Programming Language is the definitive book on Go for the working programmer. It assumes no prior knowledge of Go, nor any other specific programming language, so you'll find it an accessible guide whether you come from JavaScript, Ruby, Python, Java, or C++. The book will quickly get you started using Go effectively from the beginning, and by the end, you will know how to use it well to write clear, idiomatic and efficient programs to solve real-world problems. You'll understand not just how to use its standard libraries, but how they work, and how to apply the same design techniques to your own projects. The earlier chapters will introduce you to the basic concepts of Go programming---numbers, strings, functions---while at the same time presenting important computer science concepts like recursion, and useful examples of graphics, UTF-8, and error handling. The chapters on methods and interfaces will show you a new way to think about object-oriented programming; the chapter on concurrency explains why concurrency is so important in modern programming, and how Go helps you handle it well. You'll also learn about Go's pragmatic but effective approach to testing; how to build, test, and manage projects using the go tool, and the art of metaprogramming using reflection. The book contains hundreds of interesting and practical examples that cover the whole language and a wide range of applications. The code samples from the book are available for download from gopl.io.
HTML and CSS: Visual QuickStart Guide (Visual QuickStart Guides)
Elizabeth Castro - 2013
In this updated edition author Bruce Hyslop uses crystal-clear instructions and friendly prose to introduce you to all of today's HTML and CSS essentials. The book has been refreshed to feature current web design best practices. You'll learn how to design, structure, and format your website. You'll learn about the new elements and form input types in HTML5. You'll create and use images, links, styles, and forms; and you'll add video, audio, and other multimedia to your site. You'll learn how to add visual effects with CSS3. You'll understand web standards and learn from code examples that reflect today's best practices. Finally, you will test and debug your site, and publish it to the web. Throughout the book, the author covers all of HTML and offers essential coverage of HTML5 and CSS techniques.
Design Patterns: Elements of Reusable Object-Oriented Software
Erich Gamma - 1994
Previously undocumented, these 23 patterns allow designers to create more flexible, elegant, and ultimately reusable designs without having to rediscover the design solutions themselves.The authors begin by describing what patterns are and how they can help you design object-oriented software. They then go on to systematically name, explain, evaluate, and catalog recurring designs in object-oriented systems. With Design Patterns as your guide, you will learn how these important patterns fit into the software development process, and how you can leverage them to solve your own design problems most efficiently. Each pattern describes the circumstances in which it is applicable, when it can be applied in view of other design constraints, and the consequences and trade-offs of using the pattern within a larger design. All patterns are compiled from real systems and are based on real-world examples. Each pattern also includes code that demonstrates how it may be implemented in object-oriented programming languages like C++ or Smalltalk.
Leadership Roles and Management Functions in Nursing: Theory and Application
Bessie L. Marquis - 1992
The authors' experiential learning approach makes it easy to put these skills into practice in any health care setting. This book helps students develop the critical thinking ability needed to apply skills on the job—from organizing patient care to motivating staff to managing conflict.
Principles of Biochemistry
Albert L. Lehninger - 1970
Lehninger Principles of Biochemistry, Fourth Edition brings clarity and coherence to an often unwieldy discipline, while incorporating the field's most important recent developments and applications.
Cultural Literacy: What Every American Needs to Know
E.D. Hirsch Jr. - 1987
are being deprived of the basic knowledge that would enable them to function in contemporary society. Includes 5,000 essential facts to know.