Understanding Computers, Smartphones and the Internet

Understanding Computers, Smartphones and the Internet
Author: Ernie Dainow
Publisher: Ernie Dainow
Total Pages: 126
Release: 2016
Genre: Education
ISBN: 0995214409

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.

A Concise History of Computers, Smartphones and the Internet

A Concise History of Computers, Smartphones and the Internet
Author: Ernie Dainow
Publisher: Ernie Dainow
Total Pages: 95
Release: 2017-02-01
Genre: Computers
ISBN: 0995214417

The very first electronic computers were invented at the end of World War II. They were very large machines that could only be used in special air conditioned rooms. Today, almost everybody carries a computer in their pocket, in their mobile phone. How did all this come about in only 70 years? This book is for people who would like to know the answer to this question. It tells this exciting story, with a lot of pictures. This book is not a complete history, rather it is a concise history that covers the most important people, companies and inventions that led to where we are today. The first chapter covers the evolution of computer hardware - the physical machine. The second chapter focuses on the software - the programs that provide the instructions that tell the hardware what to do. The third chapter covers the most important data networks that were developed so that computers could communicate with each other, ending with the Internet which only became the dominant computer network after 1995. The last chapter on Smartphones traces its history from the discovery of radio waves in the late 19th century to the Apple iPhone. This book does not require a lot of technical knowledge about computers. People who are interested in learning more about how computers actually work can read the companion book “Understanding Computers, Smartphones and the Internet”, by Ernie Dainow.

Surviving in the Hi-Tech World - Memoirs of a life in computers

Surviving in the Hi-Tech World - Memoirs of a life in computers
Author: Ernie Dainow
Publisher: Ernie Dainow
Total Pages: 502
Release: 2024-05-01
Genre: Biography & Autobiography
ISBN:

Surviving in the Hi-Tech World follows the many ups and downs of my years as a software developer in the high-tech industry, starting in the mainframe era. It provides a window into what it is like to work in the computer field. I worked for many different organizations, from academia and large companies to medium sized companies and several startups. The stories weave my work experience with explanations of the technology of the period. In the process it follows the revolutionary changes in computer hardware and software from large mainframes to personal microcomputers and the evolution of early networks into the global Internet. When I was a psychology student in university, I became interested in the possibilities of using computers to model and understand human thinking. I completed a Master's degree in Artificial Intelligence in Computer Science in 1970, but my interest in doing academic research shifted to an interest in building real world systems. My first job in computers was with Univac, the company that had built one of the first general purpose commercial computers. I switched jobs for many different reasons – sometimes because of interest and at other times because of necessity. Each chapter in the book covers the different jobs and places that I worked. My journey took me from Montreal to London, Glasgow, Wisconsin, Vancouver and Toronto. Each job has its own story as I progressed through a series of adventures. There are stories of people who became multi-millionaires and one who went to jail.

Understanding Computer Networks

Understanding Computer Networks
Author: Matthew Anniss
Publisher: Heinemann-Raintree Library
Total Pages: 50
Release: 2015
Genre: Computers
ISBN: 1484609026

This book looks at the basics of computer networks. It describes what networks are and how they work, the different kinds of network, and the difference between the Internet and the World Wide Web. It explains how to contact people online using email and social networks, shows how networks can be used to work with other people online, and touches on creating websites and blogs. The topics covered are illustrated with do's and don'ts, Did You Know? boxes and current developments in the world of computing.

Understanding Computer Safety

Understanding Computer Safety
Author: Paul Mason
Publisher: Raintree
Total Pages: 48
Release: 2015-05-07
Genre: Juvenile Nonfiction
ISBN: 1406289876

This book looks at the basics of computer safety. It emphasises that once a computer is online, the user is open to dangers of various kinds, so there is a need to keep information private and use secure passwords. It defines digital footprints and online identity, and explains how to tell if a website is safe to visit. It also explains about computer etiquette and cyber bullying. The concepts are illustrated with case studies and examples of searches, and there are do's and don'ts and fact boxes to illustrate the topics covered.

Applied Clinical Informatics for Nurses with Navigate Advantage Access

Applied Clinical Informatics for Nurses with Navigate Advantage Access
Author: Heather Carter-Templeton
Publisher: Jones & Bartlett Learning
Total Pages: 596
Release: 2024-12-09
Genre: Medical
ISBN: 1284311791

Nurses need to be aware of the latest information, technologies, and research available to provide safe, patient-centered, evidence-based care. Applied Clinical Informatics for Nurses continues its' student-centered approach to nursing informatics in a modern new edition full of illustrations, tables, figures, and boxes that enhance the readers’ experience and assists in comprehension. In the updated Third Edition, the authors emphasize the importance of understanding principles and applications of informatics and apply a context-based teaching approach to enhance clinical decision-making, promote ethical conduct, and improve problem-solving skills. The Third Edition features extensive updates on telehealth, mobile health, and clinical decision support. It also includes expanded information related to software used for data mining and additional case studies to help illustrate creative informatics projects developed by nurses.

How Computers Really Work

How Computers Really Work
Author: Matthew Justice
Publisher: No Starch Press
Total Pages: 394
Release: 2020-12-29
Genre: Computers
ISBN: 171850067X

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.

Understanding Computer Search and Research

Understanding Computer Search and Research
Author: Paul Mason
Publisher: Heinemann-Raintree Library
Total Pages: 50
Release: 2015
Genre: Juvenile Nonfiction
ISBN: 1484609034

Explores the basics of computer search and research, explaining the difference between search and research, how to search and how to organize the results of a search to turn them into research.

Helping Parents Understand the Minds and Hearts of Generation Z

Helping Parents Understand the Minds and Hearts of Generation Z
Author: Ernest J. Zarra
Publisher: Rowman & Littlefield
Total Pages: 131
Release: 2017-05-24
Genre: Education
ISBN: 1475831900

Helping Parents Understand the Minds and Hearts of Generation Z takes parents into the daily lives of their 24-7, wired-up children. It allows parents and children to speak for themselves. This highly practical book provides parents insights into how Gen Z thinks, the ways their brains learn, and illustrates why children of this technological generation believe and act the ways they do. There are some red flags in American culture and smart technology and digital devices are right there at the center of them all. Students in Gen Z do not recall a time before the Internet and smart technology. As a result, serious issues are arising in American culture within Gen Z. These considerations have implications for families and interpersonal relationships and will also impact future economics, as more and more student from Gen Z graduate college and enter the workforce. Parents will find this book compelling and will be challenged to consider whether their withdrawn, ear-budded children are addicted to their devices and social media, and to where all of this might lead.

Being Digital

Being Digital
Author: Nicholas Negroponte
Publisher: Vintage
Total Pages: 274
Release: 1996-01-03
Genre: Technology & Engineering
ISBN: 0679762906

NATIONAL BESTSELLER • "Succinct and readable.... If you suffer from digital anxiety ... here is a book that lays it all out for you." --Newsday In lively, mordantly witty prose, Negroponte decodes the mysteries--and debunks the hype--surrounding bandwidth, multimedia, virtual reality, and the Internet, and explains why such touted innovations as the fax and the CD-ROM are likely to go the way of the BetaMax.