The Official Guide to the GRE Revised General Test [with CD-ROM]


Educational Testing Service - 2007
    It's packed with everything you need to do your best on the test--and move toward your graduate or business school degree.Only ETS can show you exactly what to expect on the test, tell you precisely how the test is scored, and give you hundreds of authentic test questions for practice That makes this guide your most reliable and accurate source for everything you need to know about the GRE revised General Test.No other guide to the GRE revised General Test gives you: Four complete, real tests--two in the book and two on CD-ROM Hundreds of authentic test questions--so you can study with the real thing In-depth descriptions of the Verbal Reasoning and Quantitative Reasoning measures plus valuable tips for answering each question type Detailed overview of the two types of Analytical Writing essay tasks including scored sample responses and actual raters' comments Everything you need to know about the test, straight from the test makers

Whistling Vivaldi: And Other Clues to How Stereotypes Affect Us


Claude M. Steele - 2010
    Steele’s conclusions shed new light on a host of American social phenomena, from the racial and gender gaps in standardized test scores to the belief in the superior athletic prowess of black men. Steele explicates the dilemmas that arise in every American’s life around issues of identity, from the white student whose grades drop steadily in his African American Studies class to the female engineering students deciding whether or not to attend predominantly male professional conferences. Whistling Vivaldi offers insight into how we form our senses of identity and ultimately lays out a plan for mitigating the negative effects of “stereotype threat” and reshaping American identities.

The Subversive Copy Editor: Advice from Chicago (or, How to Negotiate Good Relationships with Your Writers, Your Colleagues, and Yourself)


Carol Fisher Saller - 2009
    Some are arcane, some simply hilarious—and one editor, Carol Fisher Saller, reads every single one of them. All too often she notes a classic author-editor standoff, wherein both parties refuse to compromise on the "rights" and "wrongs" of prose styling: "This author is giving me a fit." "I wish that I could just DEMAND the use of the serial comma at all times." "My author wants his preface to come at the end of the book. This just seems ridiculous to me. I mean, it’s not a post-face."In The Subversive Copy Editor, Saller casts aside this adversarial view and suggests new strategies for keeping the peace. Emphasizing habits of carefulness, transparency, and flexibility, she shows copy editors how to build an environment of trust and cooperation. One chapter takes on the difficult author; another speaks to writers themselves. Throughout, the focus is on serving the reader, even if it means breaking "rules" along the way. Saller’s own foibles and misadventures provide ample material: "I mess up all the time," she confesses. "It’s how I know things."Writers, Saller acknowledges, are only half the challenge, as copy editors can also make trouble for themselves. (Does any other book have an index entry that says "terrorists. See copy editors"?) The book includes helpful sections on e-mail etiquette, work-flow management, prioritizing, and organizing computer files. One chapter even addresses the special concerns of freelance editors.Saller’s emphasis on negotiation and flexibility will surprise many copy editors who have absorbed, along with the dos and don’ts of their stylebooks, an attitude that their way is the right way. In encouraging copy editors to banish their ignorance and disorganization, insecurities and compulsions, the Chicago Q&A presents itself as a kind of alter ego to the comparatively staid Manual of Style. In The Subversive Copy Editor, Saller continues her mission with audacity and good humor.

Intercultural Competence: Interpersonal Communication Across Cultures


Myron W. Lustig - 1993
    Blending both the practical and theoretical, the concrete and abstract, this book is both enjoyable to read and thoroughly researched. By clearly explaining different theories and the significance of cultural patterns and having readers practice what they learn via examples in the book, Intercultural Competence better prepares readers to interact in intercultural relationships. The book also provides a discussion of important ethical and social issues relating to intercultural communication. The authors cover U.S. cultures as well as global cultural issues.

Current Issues and Enduring Questions


Sylvan Barnet - 2013
    Get the most recent updates on MLA citation in a convenient, 40-page resource based on The MLA Handbook, 8th Edition, with plenty of models. Browse our catalog or contact your representative for a full listing of updated titles and packages, or to request a custom ISBN.The unique collaborative effort of a professor of English and a professor of philosophy, Current Issues and Enduring Questions is an extensive resource for teaching argument, persuasive writing, and rigorous critical thinking. This extraordinarily versatile text and reader continues to address current student interests and trends in argument, research, and writing.Its comprehensive coverage of classic and contemporary approaches to argument includes Aristotelian, Toulmin, and a range of alternative views, including a new chapter on analyzing and writing about arguments in popular culture. Readings on contemporary controversies (including student loan debt, locavorism, and the boundaries of online privacy) and classical philosophical questions (such as How free is the will of the individual?) are sure to spark student interest and lively discussion and writing, and new e-Pages take advantage of what the Web can do by including videos, speeches, film trailers, and other multimodal arguments.

Statistics for People Who (Think They) Hate Statistics


Neil J. Salkind - 2000
    The book begins with an introduction to the language of statistics and then covers descriptive statistics and inferential statistics. Throughout, the author offers readers:- Difficulty Rating Index for each chapter′s material- Tips for doing and thinking about a statistical technique- Top tens for everything from the best ways to create a graph to the most effective techniques for data collection- Steps that break techniques down into a clear sequence of procedures- SPSS tips for executing each major statistical technique- Practice exercises at the end of each chapter, followed by worked out solutions.The book concludes with a statistical software sampler and a description of the best Internet sites for statistical information and data resources. Readers also have access to a website for downloading data that they can use to practice additional exercises from the book. Students and researchers will appreciate the book′s unhurried pace and thorough, friendly presentation.

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.

Introduction to Algorithms


Thomas H. Cormen - 1989
    Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.

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

Social and Cultural Anthropology: A Very Short Introduction


John Monaghan - 2000
    This engaging overview of the field combines an accessible account of some of the discipline's guiding principles and methodology with abundant examples and illustrations of anthropologists at work. Peter Just and John Monaghan begin by discussing anthropology's most important contributions to modern thought: its investigation of culture as a distinctively human characteristic, its doctrine of cultural relativism, and its methodology of fieldwork and ethnography. Drawing on examples from their own fieldwork in Indonesia and Mesoamerica, they examine specific ways in which social and cultural anthropology have advanced our understanding of human society and culture. Including an assessment of anthropology's present position, and a look forward to its likely future, Social and Cultural Anthropology will make fascinating reading for anyone curious about this social science. About the Series: Combining authority with wit, accessibility, and style, Very Short Introductions offer an introduction to some of life's most interesting topics. Written by experts for the newcomer, they demonstrate the finest contemporary thinking about the central problems and issues in hundreds of key topics, from philosophy to Freud, quantum theory to Islam.

Good to Great and the Social Sectors: A Monograph to Accompany Good to Great


James C. Collins - 2001
    Using information gathered from interviews with over 100 social sector leaders, Jim Collins shows that his "Level 5 Leader" and other good-to-great principles can help social sector organizations make the leap to greatness.

A Pocket Guide to Writing in History


Mary Lynn Rampolla - 1995
    For the fifth edition, Mary Lynn Rampolla -- who is active in the fields of both history and composition -- provides more practical help with basic skills and new coverage of more sophisticated critical-thinking skills such as analyzing an assignment, reading critically, and constructing a strong argument. Organizational changes over several chapters make it even easier for students at all levels to find the information they need to succeed in their course, saving instructors valuable class time.

Language Assessment - Principles and Classroom Practices


H. Douglas Brown - 2003
    *Thorough examination of standards-based assessment and standardized testing. * Practical examples illustrate principles. *End-of-chapter exercises and suggested additional readings provide opportunities for further exploration.

Garner's Modern American Usage


Bryan A. Garner - 1998
    With more than 23,500 copies sold, this witty, accessible, and engaging book has become the new classic reference work praised by professional copyeditors as well as the general public looking for clear advice on how to write more effectively. In 1999, Choice magazine named it an Outstanding Academic Book and the American Library Association dubbed it an Outstanding Reference Source. With thousands of succinct entries, longer essays on key issues and problematic areas, and up-to-the-minute judgments on everything from trendy words to the debate over personal pronouns, GMAU is approachable yet authoritative. Since the book first appeared in 1998, Bryan Garner has diligently continued tracking how we use our language. The second edition includes hundreds of new entries ranging from Dubya to weaponize (coined in 1984 but used extensively since 9/11) to foot-and-mouth, plethora (a highfalutin equivalent of too many), Slang, Standard English, and Dialects. It also updates hundreds of existing entries. Meanwhile, Garner has written a major essay on the great grammar debate between descriptivists and prescriptivists. Painstakingly researched with copious citations from books and newspapers and newsmagazines, this new edition furthers Garner's mission to help everyone become a better writer, and to enjoy it in the process.

The Quick and Easy Way to Effective Speaking


Dale Carnegie - 1962
    Now streamlined and updated, the book that has literally put millions on the highway to greater accomplishment and success can show you how to have maximum impact as a speaker--every day, and in every situation that demands winning others over to your point of view.