Critical Thinking and Writing

Critical Thinking and Writing
Author: Thomas Newkirk
Publisher:
Total Pages: 70
Release: 1989
Genre: Education
ISBN:

Intended for teachers, this monograph argues that, unlike the structured, formulaic "school" essay, personal essays in the manner of Michel de Montaigne lead students to explore their connections with ideas and texts. The monograph describes several strategies which use writing as a tool for critical thinking. The monograph contains the following chapters: (1) "The School Essay (Bad Memories of)"; (2) "The Case against Writing--Plato's Challenge"; (3) "'For it is myself that I portray': Montaigne's Legacy"; (4) "Invitations to the Essay"; and (5) "'I'm not going to talk about it'." Forty-three references and an annotated bibliography derived from searches of the ERIC database are attached. (MS)

Literature

Literature
Author: Laurie G. Kirszner
Publisher: Wadsworth Publishing Company
Total Pages: 0
Release: 2010
Genre: Academic writing
ISBN: 9780495904557

This compact edition retains all the features that have made the full edition so successful within a smaller, affordable volume. Combining the broadest selection of readings with time-proven and class-tested instruction, *2009 MLA Update Edition - COMPACT Literature: Reading, Reacting, Writing*, Seventh Edition, remains the most useful and student-friendly introduction to literature text available. The text includes a comprehensive guide to writing about literature, with full coverage of critical thinking, argument, and the writing process. Teachers themselves, authors Kirszner and Mandell take students through each step of the research and writing process, helping them to craft literary analyses and arguments and to understand that writing about literature is a process of discovery, examination, and debate. This edition has been updated to reflect guidelines from the *2009 MLA HANDBOOK FOR WRITERS OF RESEARCH PAPERS*, Seventh Edition

Rules for Writers

Rules for Writers
Author: Diana Hacker
Publisher: Bedford/St. Martin's
Total Pages: 626
Release: 2007-10-03
Genre: Language Arts & Disciplines
ISBN: 9780312452766

Rules for Writers succeeds because it has always been grounded in classroom experience. By looking at her own students' needs, Diana Hacker created an affordable and practical classroom tool that doubles as a quick reference. Developed with the help of instructors from two- and four-year schools, the sixth edition gives students quick access to the information they need to solve writing problems in any college course. In the Hacker tradition, the new contributing authors -- Nancy Sommers, Tom Jehn, Jane Rosenzweig, and Marcy Carbajal Van Horn -- have crafted solutions for the writing problems of today's college students. Together they give us a new edition that provides more help with academic writing and research and one that works better for a wider range of multilingual students. Flexible content options -- in print and online -- allow students to get more than they pay for.

The Writer's Way

The Writer's Way
Author: Jack Rawlins
Publisher:
Total Pages: 436
Release: 1987
Genre: Language Arts & Disciplines
ISBN: 9780395357880

First Time Up

First Time Up
Author: Brock Dethier
Publisher:
Total Pages: 228
Release: 2005
Genre: Education
ISBN:

"First time up?"—an insider’s friendly question from 1960s counter-culture—perfectly captures the spirit of this book. A short, supportive, practical guide for the first-time college composition instructor, the book is upbeat, wise but friendly, casual but knowledgeable (like the voice that may have introduced you to certain other firsts). With an experiential focus rather than a theoretical one, First Time Up will be a strong addition to the newcomer’s professional library, and a great candidate for the TA practicum reading list. Dethier, author of The Composition Instructor’s Survival Guide and From Dylan to Donne, directly addresses the common headaches, nightmares, and epiphanies of composition teaching—especially the ones that face the new teacher. And since legions of new college composition teachers are either graduate instructors (TAs) or adjuncts without a formal background in composition studies, he assumes these folks as his primary audience. Dethier’s voice is casual, but it conveys concern, humor, experience, and reassurance to the first-timer. He addresses all major areas that graduate instructors or new adjuncts in a writing program are sure to face, from career anxiety to thoughts on grading and keeping good classroom records. Dethier’s own eclecticism is well-represented here, but he reviews with considerable deftness the value of contemporary scholarship to first-time writing instructors—many of whom will be impatient with high theory. Throughout the work, he affirms a humane, confident approach to teaching, along with a true affection for college students and for teachers just learning to deal with them.

Blue Pelican Java

Blue Pelican Java
Author: Charles E. Cook
Publisher: Virtualbookworm Publishing
Total Pages: 544
Release: 2005
Genre: Computers
ISBN: 9781589397583

"Blue Pelican Java" is a somewhat unusual high school computer science textbook. Most computer science texts will begin with a section on the history of computers followed with a flurry of definitions that are just "so many words" to the average student. The approach here is to first give the student some experience upon which to hang the definitions that come later. The usual practice of introducing classes and objects is deferred until the student has a firm grasp of the fundamentals (loops, decision structures, etc). Thus, the beginning student is not overwhelmed by the simultaneous introduction of OOPs and the fundamentals. The book includes plenty of exercises (many in "contest" form), programming projects, and a huge appendix.

Data Structures and Algorithm Analysis in C+

Data Structures and Algorithm Analysis in C+
Author: Mark Allen Weiss
Publisher:
Total Pages: 588
Release: 2003
Genre: C++ (Computer program language)
ISBN: 9780321189967

In this second edition of his successful book, experienced teacher and author Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms and data structures. Written for the advanced data structures course, this text highlights theoretical topics such as abstract data types and the efficiency of algorithms, as well as performance and running time. Before covering algorithms and data structures, the author provides a brief introduction to C++ for programmers unfamiliar with the language. Dr Weiss's clear writing style, logical organization of topics, and extensive use of figures and examples to demonstrate the successive stages of an algorithm make this an accessible, valuable text. New to this Edition *An appendix on the Standard Template Library (STL) *C++ code, tested on multiple platforms, that conforms to the ANSI ISO final draft standard 0201361221B04062001

Ethical and Social Issues in the Information Age

Ethical and Social Issues in the Information Age
Author: Joseph M. Kizza
Publisher: Springer Science & Business Media
Total Pages: 181
Release: 2013-03-09
Genre: Computers
ISBN: 1475729502

An introduction to the social and policy issues which have arisen as a result of IT. Whilst it assumes a modest familiarity with computers, the book provides a guide to the issues suitable for undergraduates. In doing so, the author prompts students to consider questions such as: * How do morality and the law relate to each other? * What should be covered in a professional code of conduct for information technology professionals? * What are the ethical issues relating to copying software? * Is electronic monitoring o employees wrong? * What are the moral codes of cyberspace? Throughout, the book shows how in many ways the technological development is outpacing the ability of our legal systems, and how different paradigms applied to ethical questions often proffer conflicting conclusions. As a result, students will find this a thought-provoking and valuable survey of the new and difficult ethical questions posed by the Internet, artificial intelligence, and virtual reality.

A Practical Introduction to Data Structures and Algorithm Analysis

A Practical Introduction to Data Structures and Algorithm Analysis
Author: Clifford A. Shaffer
Publisher:
Total Pages: 536
Release: 2001
Genre: Computers
ISBN:

This practical text contains fairly "traditional" coverage of data structures with a clear and complete use of algorithm analysis, and some emphasis on file processing techniques as relevant to modern programmers. It fully integrates OO programming with these topics, as part of the detailed presentation of OO programming itself.Chapter topics include lists, stacks, and queues; binary and general trees; graphs; file processing and external sorting; searching; indexing; and limits to computation.For programmers who need a good reference on data structures.