Understanding Computers and Cognition

Understanding Computers and Cognition

Author: Terry Winograd

Publisher: Addison-Wesley Professional

Published: 1987

Total Pages: 226

ISBN-13: 9780201112979

DOWNLOAD EBOOK

Understanding Computers and Cognition presents an important and controversial new approach to understanding what computers do and how their functioning is related to human language, thought, and action. While it is a book about computers, Understanding Computers and Cognition goes beyond the specific issues of what computers can or can't do. It is a broad-ranging discussion exploring the background of understanding in which the discourse about computers and technology takes place. Understanding Computers and Cognition is written for a wide audience, not just those professionals involved in computer design or artificial intelligence. It represents an important contribution to the ongoing discussion about what it means to be a machine, and what it means to be human. Book jacket.


Understanding Computers, Smartphones and the Internet

Understanding Computers, Smartphones and the Internet

Author: Ernie Dainow

Publisher: Ernie Dainow

Published:

Total Pages: 126

ISBN-13: 0995214409

DOWNLOAD EBOOK

Most introductory books about computers are long, detailed technical books such as those used in a computer science course or else tutorials that provide instructions on how to operate a computer with little description of what happens inside the machine. This book fits in the large gap between these two extremes. It is for people who would like to understand how computers work, without having to learn a lot of technical details. Only the most important things about computers are covered. There is no math except some simple arithmetic. The only prerequisite is knowing how to use a web browser. As an alternative or adjunct to reading the book, you can watch a series of short videos by going to youtube.com and searching for “Understanding Computers, Smartphones and the Internet”. Only current day technology is covered. People who are interested in learning about how computers evolved from the earliest machines can read the companion book “A Concise History of Computers, Smartphones and the Internet”. While originally intended for people who are not in the computer field, this book is also useful for those taking a coding course or an introductory computer science course. Even people already in the computer field will find things of interest in this book.


Understanding Computers

Understanding Computers

Author: Deborah Morley

Publisher: Course Technology

Published: 2016-02-18

Total Pages:

ISBN-13: 9781337251853

DOWNLOAD EBOOK

Give your students a classic introduction to computer concepts with a modern twist with Morley/Parker's UNDERSTANDING COMPUTERS: TODAY AND TOMORROW, COMPREHENSIVE, 16E. Known for a unique emphasis on societal issues and industry insights from respected leaders, this book makes computer concepts relevant to today's career-focused students. This edition offers an increased emphasis on mobile computing and related issues, such as mobile commerce and mobile security. Students become familiar with the impact of new and emerging technologies, including smart watches, drones, 3D scanners and printers, robot assistants, perceptual computing, 5G, White Fi and much more.


Understanding Computers

Understanding Computers

Author: Charles S. Parker

Publisher:

Published: 2003

Total Pages: 0

ISBN-13: 9780619187125

DOWNLOAD EBOOK

A dynamic, comprehensive approach to basic through intermediate computer concepts. Known for its readability and the depth of topics covered, this book also includes an interactive Web site, which contains Web Tutors, Further Explorations, and links to NEW TechTV video projects!


Computers and the Environment: Understanding and Managing their Impacts

Computers and the Environment: Understanding and Managing their Impacts

Author: R. Kuehr

Publisher: Springer Science & Business Media

Published: 2012-12-06

Total Pages: 306

ISBN-13: 9401000336

DOWNLOAD EBOOK

Personal computers have made life convenient in many ways, but what about their impacts on the environment due to production, use and disposal? Manufacturing computers requires prodigious quantities of fossil fuels, toxic chemicals and water. Rapid improvements in performance mean we often buy a new machine every 1-3 years, which adds up to mountains of waste computers. How should societies respond to manage these environmental impacts? This volume addresses the environmental impacts and management of computers through a set of analyses on issues ranging from environmental assessment, technologies for recycling, consumer behaviour, strategies of computer manufacturing firms, and government policies. One conclusion is that extending the lifespan of computers (e.g. through reselling) is an environmentally and economically effective strategy that deserves more attention from governments, firms and the general public.


Digital Genesis

Digital Genesis

Author: Christopher Barnatt

Publisher: Createspace Independent Publishing Platform

Published: 2017-09-19

Total Pages: 258

ISBN-13: 9781976098062

DOWNLOAD EBOOK

Digital Genesis charts the evolution of computing and the rise of artificial intelligence. From cloud AI services and autonomous robots, to 3D printers and quantum processors, the book details the latest digital technologies and predicts their future development and implications. Late last century the human race learnt how to enter cyberspace. But in the 2020s the reverse will happen, with computers, robots and AI set to transform the physical world. Soon driverless vehicles will rule our highways, while many products will be manufactured in 'dark factories' by smart machines. Some of tomorrow's most sophisticated technologies may even be organically grown using the latest digital science of synthetic biology. Digital Genesis is written by futurist Christopher Barnatt, who in his 1995 book Cyber Business predicted the arrival of e-business and online social networks. Over 20 years later, he looks ahead to the Cognitive Computing Age, and beyond that to the era of 'cyborg fusion' in which the future of computing will become the future of ourselves.


Artificial Unintelligence

Artificial Unintelligence

Author: Meredith Broussard

Publisher: MIT Press

Published: 2019-01-29

Total Pages: 247

ISBN-13: 026253701X

DOWNLOAD EBOOK

A guide to understanding the inner workings and outer limits of technology and why we should never assume that computers always get it right. In Artificial Unintelligence, Meredith Broussard argues that our collective enthusiasm for applying computer technology to every aspect of life has resulted in a tremendous amount of poorly designed systems. We are so eager to do everything digitally—hiring, driving, paying bills, even choosing romantic partners—that we have stopped demanding that our technology actually work. Broussard, a software developer and journalist, reminds us that there are fundamental limits to what we can (and should) do with technology. With this book, she offers a guide to understanding the inner workings and outer limits of technology—and issues a warning that we should never assume that computers always get things right. Making a case against technochauvinism—the belief that technology is always the solution—Broussard argues that it's just not true that social problems would inevitably retreat before a digitally enabled Utopia. To prove her point, she undertakes a series of adventures in computer programming. She goes for an alarming ride in a driverless car, concluding “the cyborg future is not coming any time soon”; uses artificial intelligence to investigate why students can't pass standardized tests; deploys machine learning to predict which passengers survived the Titanic disaster; and attempts to repair the U.S. campaign finance system by building AI software. If we understand the limits of what we can do with technology, Broussard tells us, we can make better choices about what we should do with it to make the world better for everyone.


How Computers Really Work

How Computers Really Work

Author: Matthew Justice

Publisher: No Starch Press

Published: 2020-12-29

Total Pages: 394

ISBN-13: 171850067X

DOWNLOAD EBOOK

An approachable, hands-on guide to understanding how computers work, from low-level circuits to high-level code. How Computers Really Work is a hands-on guide to the computing ecosystem: everything from circuits to memory and clock signals, machine code, programming languages, operating systems, and the internet. But you won't just read about these concepts, you'll test your knowledge with exercises, and practice what you learn with 41 optional hands-on projects. Build digital circuits, craft a guessing game, convert decimal numbers to binary, examine virtual memory usage, run your own web server, and more. Explore concepts like how to: Think like a software engineer as you use data to describe a real world concept Use Ohm's and Kirchhoff's laws to analyze an electrical circuit Think like a computer as you practice binary addition and execute a program in your mind, step-by-step The book's projects will have you translate your learning into action, as you: Learn how to use a multimeter to measure resistance, current, and voltage Build a half adder to see how logical operations in hardware can be combined to perform useful functions Write a program in assembly language, then examine the resulting machine code Learn to use a debugger, disassemble code, and hack a program to change its behavior without changing the source code Use a port scanner to see which internet ports your computer has open Run your own server and get a solid crash course on how the web works And since a picture is worth a thousand bytes, chapters are filled with detailed diagrams and illustrations to help clarify technical complexities. Requirements: The projects require a variety of hardware - electronics projects need a breadboard, power supply, and various circuit components; software projects are performed on a Raspberry Pi. Appendix B contains a complete list. Even if you skip the projects, the book's major concepts are clearly presented in the main text.