Book picks similar to
Technology in Action: Complete by Alan Evans
technology
textbooks
school-books
non-fiction
Beginning Programming for Dummies [With CDROM]
Wallace Wang - 1999
It explores the common parts of every computer programming language and how to write for multiple platforms like Windows, Mac OS X, or Linux. This easily accessible guide provides you with the tools you need to: Create programs and divide them into subprogramsDevelop variables and use constantsManipulate strings and convert them into numbersUse an array as storage spaceReuse and rewrite codeIsolate dataCreate a user interfaceWrite programs for the InternetUtilize JavaScript and Java AppletsIn addition to these essential building blocks, this guide features a companion CD-ROM containing Liberty BASIC compiler and code in several languages. It also provides valuable programming resources and lets you in on cool careers for programmers. With "Beginning Programming of Dummies," you can take charge of your computer and begin programming today
Comptia Security+: Get Certified Get Ahead: Sy0-301 Study Guide
Darril Gibson - 2011
The SY0-301 version covers every aspect of the SY0-301 exam, and includes the same elements readers raved about in the previous version. Each of the eleven chapters presents topics in an easy to understand manner and includes real-world examples of security principles in action. The author uses many of the same analogies and explanations he's honed in the classroom that have helped hundreds of students master the Security+ content. You'll understand the important and relevant security topics for the Security+ exam, without being overloaded with unnecessary details. Additionally, each chapter includes a comprehensive review section to help you focus on what's important. Over 450 realistic practice test questions with in-depth explanations will help you test your comprehension and readiness for the exam. The book includes a 100 question pre-test, a 100 question post-test, and practice test questions at the end of every chapter. Each practice test question includes a detailed explanation to help you understand the content and the reasoning behind the question. You'll be ready to take and pass the exam the first time you take it. If you plan to pursue any of the advanced security certifications, this guide will also help you lay a solid foundation of security knowledge. Learn this material, and you'll be a step ahead for other exams. This SY0-301 study guide is for any IT or security professional interested in advancing in their field, and a must read for anyone striving to master the basics of IT systems security. The author supplements the book with blog posts here: http: //blogs.getcertifiedgetahead.com/. This page provides a full listing of mobile device apps from the author: http: //learnzapp.com/partners/darrilgibson/
Organic Chemistry
David R. Klein - 2011
Where did I go wrong?" Most instructors hear this complaint every year. In many cases, it is true that the student invested countless hours, only to produce abysmal results. Often, inefficient study habits are to blame. The important question is: why do so many students have difficulty preparing themselves for organic chemistry exams? There are certainly several factors at play here, but perhaps the most dominant factor is a fundamental disconnect between what students learn and the tasks expected of them. To address the disconnect in organic chemistry instruction, David Klein has developed a textbook that utilizes a skills-based approach to instruction. The textbook includes all of the concepts typically covered in an organic chemistry textbook, but special emphasis is placed on skills development to support these concepts. This emphasis upon skills development will provide students with a greater opportunity to develop proficiency in the key skills necessary to succeed in organic chemistry.As an example, resonance structures are used repeatedly throughout the course, and students must become masters of resonance structures early in the course. Therefore, a significant portion of chapter 1 is devoted to drawing resonance structures.Two chapters (6 and 12) are devoted almost entirely to skill development. Chapter 6 emphasizes skills that are necessary for drawing mechanisms, while chapter 12 prepares the student for proposing syntheses.In addition, each chapter contains numerous Skillbuilders, each of which is designed to foster a specific skill. Each skillbuildercontains three parts:1. Learn the Skill: a solved problem that demonstrates a particular skill;2. Practice the Skill: numerous problems (similar to the solved problem) that give the students an opportunity to practice and master the skill;3. Apply the Skill: one or two more-challenging problems in which the student must apply the skill in a slightly different environment. These problems include conceptual, cumulative, and applied problems that encourage students to think out of the box. Sometimes problems that foreshadow concepts introduced in later chapters are also included.All SkillBuilders are visually summarized at the end of each chapter (Skillbuilder review), followed by a list of suggested in-chapter and end-of-chapter practice problems.
Naked Economics: Undressing the Dismal Science
Charles Wheelan - 2002
In fact, you won’t be able to put this bestseller down. In our challenging economic climate, this perennial favorite of students and general readers is more than a good read, it’s a necessary investment—with a blessedly sure rate of return. This revised and updated edition includes commentary on hot topics such as automation, trade, income inequality, and America’s rising debt. Ten years after the financial crisis, Naked Economics examines how policymakers managed the worst economic crisis since the Great Depression.Demystifying buzzwords, laying bare the truths behind oft-quoted numbers, and answering the questions you were always too embarrassed to ask, the breezy Naked Economics gives you the tools to engage with pleasure and confidence in the deeply relevant, not so dismal science.
The C Programming Language
Brian W. Kernighan - 1978
It is the definitive reference guide, now in a second edition. Although the first edition was written in 1978, it continues to be a worldwide best-seller. This second edition brings the classic original up to date to include the ANSI standard. From the Preface: We have tried to retain the brevity of the first edition. C is not a big language, and it is not well served by a big book. We have improved the exposition of critical features, such as pointers, that are central to C programming. We have refined the original examples, and have added new examples in several chapters. For instance, the treatment of complicated declarations is augmented by programs that convert declarations into words and vice versa. As before, all examples have been tested directly from the text, which is in machine-readable form. As we said in the first preface to the first edition, C "wears well as one's experience with it grows." With a decade more experience, we still feel that way. We hope that this book will help you to learn C and use it well.
Systems Analysis and Design Methods
Jeffrey L. Whitten
As with the previous editions of this book, the authors write to balance the coverage of concepts, tools, techniques, and their applications, and to provide the most examples of system analysis and design deliverables available in any book. The textbook also serves the reader as a professional reference for best current practices.
Exceptional Lives: Special Education in Today's Schools
Ann P. Turnbull - 1994
Through real-life stories of children and their families, this preeminent book provides students with a comprehensive experience in special education. Long noted for its focus on inclusion, families, and partnerships, Exceptional Lives: Special Education in Today's Schools, Fifth Edition, presents a realistic look at the workings of special education as future teachers, both general and special education, will need to know. The new fifth edition includes: increased coverage of families and collaboration; a broader range of tips and strategies for teachers and different learning environments; a stronger emphasis on the core standards from the Council for Exceptional Children (CEC) and PRAXIS; and a brand-new, text-specific DVD of videos highlighting the people in the chapters and adults with disabilities that continues and extends the Turnbull's tradition of learning about special education through the real lives of real people living with disabilities.
Fluent Python: Clear, Concise, and Effective Programming
Luciano Ramalho - 2015
With this hands-on guide, you'll learn how to write effective, idiomatic Python code by leveraging its best and possibly most neglected features. Author Luciano Ramalho takes you through Python's core language features and libraries, and shows you how to make your code shorter, faster, and more readable at the same time.Many experienced programmers try to bend Python to fit patterns they learned from other languages, and never discover Python features outside of their experience. With this book, those Python programmers will thoroughly learn how to become proficient in Python 3.This book covers:Python data model: understand how special methods are the key to the consistent behavior of objectsData structures: take full advantage of built-in types, and understand the text vs bytes duality in the Unicode ageFunctions as objects: view Python functions as first-class objects, and understand how this affects popular design patternsObject-oriented idioms: build classes by learning about references, mutability, interfaces, operator overloading, and multiple inheritanceControl flow: leverage context managers, generators, coroutines, and concurrency with the concurrent.futures and asyncio packagesMetaprogramming: understand how properties, attribute descriptors, class decorators, and metaclasses work"
Introducing Windows 8.1 for It Professionals
Ed Bott - 2013
It is offered for sale in print format as a convenience.Get a head start evaluating Windows 8.1 - with early technical insights from award-winning journalist and Windows expert Ed Bott. Based on the Windows 8.1 Preview release, this guide introduces new features and capabilities, with scenario-based advice on how Windows 8.1 can meet the needs of your business. Get the high-level overview you need to begin preparing your deployment now.Preview new features and enhancements, including:How features compare to Windows 7 and Windows XP The Windows 8.1 user experience Deployment Security features Internet Explorer 11 Delivering Windows apps Recovery options Networking and remote access Managing mobile devices Virtualization Windows RT 8.1
Database Systems: Design, Implementation, and Management
Peter Rob - 1993
The proven success of database design treatment is sustained and further improved in this revision. The proven Parts organizations streamline the chapter coverage, so it is an ideal choice for your classroom. Each Part opens with a new business vignette, which provides real world examples to engage your students. The new edition includes updates in every chapter as well as added exercises and cases. There are new chapters such as Advanced Modeling Concepts, Database Performance Tuning and Query Optimization, and Database Connectivity and Web Development. In the seventh edition you will find examples of database usage, which highlights eBAY for compelling context. In our new Query Optimization chapter, we cover database performance tuning concepts, index selectivity and SQL coding practices. There is added EERD coverage such as clusters and subtype discriminator attributes. With the authors' strong writing style and outstanding balance of theory and practice, this is just a small sampling of the improvements we have made to the new edition of Database Systems: Design, Implementation, and Management by Peter Rob and Carlos Coronel.
R for Data Science: Import, Tidy, Transform, Visualize, and Model Data
Hadley Wickham - 2016
This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible.
Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You’ll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you’ve learned along the way.
You’ll learn how to:
Wrangle—transform your datasets into a form convenient for analysis
Program—learn powerful R tools for solving data problems with greater clarity and ease
Explore—examine your data, generate hypotheses, and quickly test them
Model—provide a low-dimensional summary that captures true "signals" in your dataset
Communicate—learn R Markdown for integrating prose, code, and results
Traditions & Encounters: A Global Perspective On The Past
Jerry H. Bentley - 1999
Based on Bentley and Ziegler's best-selling, comprehensive survey text, this book provides a streamlined account of the cultures and interactions that have shaped world history.
Emergency Care and Transportation of the Sick and Injured
Andrew M. Pollack - 1971
It Combines Comprehensive Medical Content With Dynamic New Features And Interactive Technology To Better Support Instructors And To Help Prepare Students For The Field. An Interactive Skills DVD Is Also Packaged Free With Each Copy Of The Text.