The American Community College


Arthur M. Cohen - 1989
    Anyone who wants to understand these complex and dynamic institutions—how they are evolving, the contributions they make, the challenges they face, the students they serve, and the faculty and leaders who deliver the services and the curricula—will find The American Community College both essential reading and an important reference book."—George R. Boggs, president and CEO, American Association of Community Colleges"I have been a community college president for over forty-one years and a graduate professor for three decades. This book has been an inspiration to generations of students, faculty members, and administrators. It has become the classic of the field because it has great 'take-home' value to us all."—Joseph N. Hankin, president, Westchester Community College"In this latest edition of The American Community College, the authors continue to manifest their unique, highly knowledgeable perspective about the community college. This book is must-reading for all who desire to understand one of the most important educational institutions in the twenty-first century."—Barbara K. Townsend, professor and director, Center for Community College Research, College of Education, University of Missouri–Columbia"Cohen and Brawer's classic work is the touchstone for a comprehensive overview of the American community college. This is a seminal book for graduate students as well as seasoned professionals for understanding this uniquely American institution."—Charles R. Dassance, president, Central Florida Community College

Structure and Interpretation of Computer Programs


Harold Abelson - 1984
    This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.

Biopsychology


John P.J. Pinel - 1990
     Four interwoven themes support the major recent developments in the rapidly changing field of biopsychology. Thousands of new references and dozens of new topics have been added to this edition, making Pinel's discussion of and focus on the human element easy and interesting to read. For those interested in physiological and biological psychology.

Art History, Volume I (w/CD-ROM)


Marilyn Stokstad - 1995
    With its informed and accessible narrative next and varied illustrations, this revised edition offers all the necessary tools for experiencing the works of art and architecture with understanding and delight. 1,617 illustrations, 750 in color.

Essentials of Business Communication


Mary Ellen Guffey - 1991
    instructional book for students or anyone who needs to learn business communications.

How to Write a Lot: A Practical Guide to Productive Academic Writing


Paul J. Silvia - 2007
    Writing is hard work and can be difficult to wedge into a frenetic academic schedule.This revised and updated edition of Paul Silvia's popular guide provides practical, light-hearted advice to help academics overcome common barriers and become productive writers. Silvia's expert tips have been updated to apply to a wide variety of disciplines, and this edition has a new chapter devoted to grant and fellowship writing.

Chemistry: The Central Science


Theodore L. Brown - 1977
    This text offers students an integrated educational solution to the challenges of the chemistry course with an expanded media programme that works in concert with the text, helping with problem solving, visualization and applications.

Introduction to Emergency Management (Butterworth-Heinemann Homeland Security)


George D. Haddow - 2003
    The book details the Federal Emergency Management Agency (FEMA) (U.S), the Federal Response Plan (FRP), and the roles, responsibilities, and interrelationship between FEMA and state and local emergency management systems. It also covers the changes in emergency management since the events of September 11, 2001, the latest information on the Office of Homeland Security, and includes several detailed appendices. This Second Edition is completely updated and continues this title's success as a practical reference for students and professionals covering disaster response planning and mitigation.

Research and Evaluation in Education and Psychology: Integrating Diversity with Quantitative, Qualitative, and Mixed Methods


Donna M. Mertens - 1997
    Donna is so sensitive in exploring those issues, a first in a text for that class and a welcome addition.--Nick Eastmond, Utah State UniversityFocused on discussing what is considered to be good research, this text explains quantitative, qualitative, and mixed methods in detail, incorporating the viewpoints of various research paradigms into the descriptions of these methods. Approximately 60% of the content in this Third Edition is new, with lots of fresh examples.Key FeaturesPostpositivist, constructivist, transformative, and pragmatic paradigms discussedConducting research in culturally complex communities emphasized throughoutA step-by-step overview of the entire research process providedNew to this Edition New coverage on how to write a literature review and plan a dissertationNew pedagogy including Extending Your Thinking throughoutThis is a core or supplemental text for research courses in departments of education, psychology, sociology, social work and other human-services disciplines.

News: The Politics of Illusion


W. Lance Bennett - 1983
    It examines how various political actors try to get their messages into the news.

Modern Operating Systems


Andrew S. Tanenbaum - 1992
    What makes an operating system modern? According to author Andrew Tanenbaum, it is the awareness of high-demand computer applications--primarily in the areas of multimedia, parallel and distributed computing, and security. The development of faster and more advanced hardware has driven progress in software, including enhancements to the operating system. It is one thing to run an old operating system on current hardware, and another to effectively leverage current hardware to best serve modern software applications. If you don't believe it, install Windows 3.0 on a modern PC and try surfing the Internet or burning a CD. Readers familiar with Tanenbaum's previous text, Operating Systems, know the author is a great proponent of simple design and hands-on experimentation. His earlier book came bundled with the source code for an operating system called Minux, a simple variant of Unix and the platform used by Linus Torvalds to develop Linux. Although this book does not come with any source code, he illustrates many of his points with code fragments (C, usually with Unix system calls). The first half of Modern Operating Systems focuses on traditional operating systems concepts: processes, deadlocks, memory management, I/O, and file systems. There is nothing groundbreaking in these early chapters, but all topics are well covered, each including sections on current research and a set of student problems. It is enlightening to read Tanenbaum's explanations of the design decisions made by past operating systems gurus, including his view that additional research on the problem of deadlocks is impractical except for "keeping otherwise unemployed graph theorists off the streets." It is the second half of the book that differentiates itself from older operating systems texts. Here, each chapter describes an element of what constitutes a modern operating system--awareness of multimedia applications, multiple processors, computer networks, and a high level of security. The chapter on multimedia functionality focuses on such features as handling massive files and providing video-on-demand. Included in the discussion on multiprocessor platforms are clustered computers and distributed computing. Finally, the importance of security is discussed--a lively enumeration of the scores of ways operating systems can be vulnerable to attack, from password security to computer viruses and Internet worms. Included at the end of the book are case studies of two popular operating systems: Unix/Linux and Windows 2000. There is a bias toward the Unix/Linux approach, not surprising given the author's experience and academic bent, but this bias does not detract from Tanenbaum's analysis. Both operating systems are dissected, describing how each implements processes, file systems, memory management, and other operating system fundamentals. Tanenbaum's mantra is simple, accessible operating system design. Given that modern operating systems have extensive features, he is forced to reconcile physical size with simplicity. Toward this end, he makes frequent references to the Frederick Brooks classic The Mythical Man-Month for wisdom on managing large, complex software development projects. He finds both Windows 2000 and Unix/Linux guilty of being too complicated--with a particular skewering of Windows 2000 and its "mammoth Win32 API." A primary culprit is the attempt to make operating systems more "user-friendly," which Tanenbaum views as an excuse for bloated code. The solution is to have smart people, the smallest possible team, and well-defined interactions between various operating systems components. Future operating system design will benefit if the advice in this book is taken to heart. --Pete Ostenson

The Norton Anthology of English Literature, Volume 1: The Middle Ages through the Restoration & the Eighteenth Century


M.H. Abrams - 1962
    Under the direction of Stephen Greenblatt, General Editor, the editors have reconsidered all aspects of the anthology to make it an even better teaching tool.

Management: Leading & Collaborating in the Competitive World


Thomas S. Bateman - 2005
    This text discusses and explains the traditional, functional approach to management, through planning, organising, leading and controlling.

Organic Chemistry: Structure and Function


K. Peter C. Vollhardt - 1987
    By emphasizing the relationship between structure and function, the authors provide a framework for understanding mechanisms and reactions. Stressing the importance of synthetic strategies and biological and industrial applications, the text introduces students to real chemistry as it is actually practised. This fourth edition offers significant updates in coverage and learning tools and enhanced media support at the book's companion website.

Schaum's Outline of Calculus


Frank Ayres Jr. - 1990
    They'll also find the related analytic geometry much easier. The clear review of algebra and geometry in this edition will make calculus easier for students who wish to strengthen their knowledge in these areas. Updated to meet the emphasis in current courses, this new edition of a popular guide--more than 104,000 copies were bought of the prior edition--includes problems and examples using graphing calculators..