• Complain

Gerard O’Regan - World of Computing: A Primer Companion for the Digital Age

Here you can read online Gerard O’Regan - World of Computing: A Primer Companion for the Digital Age full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Springer, genre: Romance novel. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Gerard O’Regan World of Computing: A Primer Companion for the Digital Age
  • Book:
    World of Computing: A Primer Companion for the Digital Age
  • Author:
  • Publisher:
    Springer
  • Genre:
  • Year:
    2018
  • Rating:
    3 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 60
    • 1
    • 2
    • 3
    • 4
    • 5

World of Computing: A Primer Companion for the Digital Age: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "World of Computing: A Primer Companion for the Digital Age" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

This engaging work provides a concise introduction to the exciting world of computing, encompassing the theory, technology, history, and societal impact of computer software and computing devices. Spanning topics from global conflict to home gaming, international business, and human communication, this text reviews the key concepts unpinning the technology which has shaped the modern world.Topics and features: introduces the foundations of computing, the fundamentals of algorithms, and the essential concepts from mathematics and logic used in computer science; presents a concise history of computing, discussing the historical figures who made important contributions, and the machines which formed major milestones; examines the fields of human-computer interaction, and software engineering; provides accessible introductions to the core aspects of programming languages, operating systems, and databases; describes the Internet revolution, the invention of the smartphone, and the rise of social media, as well as the Internet of Things and cryptocurrencies; explores legal and ethical aspects of computing, including issues of hacking and cybercrime, and the nature of online privacy, free speech and censorship; discusses such innovations as distributed systems, service-oriented architecture, software as a service, cloud computing, and embedded systems; includes key learning topics and review questions in every chapter, and a helpful glossary.Offering an enjoyable overview of the fascinating and broad-ranging field of computing, this easy-to-understand primer introduces the general reader to the ideas on which the digital world was built, and the historical developments that helped to form the modern age.

Gerard O’Regan: author's other books


Who wrote World of Computing: A Primer Companion for the Digital Age? Find out the surname, the name of the author of the book and a list of all author's works by series.

World of Computing: A Primer Companion for the Digital Age — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "World of Computing: A Primer Companion for the Digital Age" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Springer International Publishing AG, part of Springer Nature 2018
Gerard O'Regan World of Computing
1. What Is a Computer?
Gerard ORegan 1
(1)
SQC Consulting, Mallow, Cork, Ireland
Gerard ORegan
Email:
Key Topics
  • Analog computers
  • Digital computers
  • Vacuum tubes
  • Transistors
  • Integrated circuits
  • Von Neumann architecture
  • Generation of computers
  • Hardware
  • Software
1.1 Introduction
It is difficult to think of western society today without modern technology. We have witnessed in recent decades a proliferation of high-tech computers, mobile phones, text messaging, the Internet, the World Wide Web and social media. Software is pervasive and it is an integral part of automobiles, airplanes, televisions and mobile communication. The pace of change is relentless, and communication today is instantaneous with technologies such as Skype, Twitter and WhatsApp.
Today, people may book flights over the World Wide Web as well as keeping in contact with friends and family members around the world. In previous generations, communication involved writing letters that often took months to reach the recipient. However, todays technology has transformed the modern world into a global village, and the modern citizen may make video calls over the Internet or post pictures and videos on social media sites such as Facebook and Twitter. The World Wide Web allows business to compete in a global market.
A computer is a programmable electronic device that can process, store and retrieve data. It processes data according to a set of instructions or program. All computers consist of two basic parts namely hardware and software . The hardware is the physical part of the machine, and the components of a digital computer include memory for short-term storage of data or instructions; an arithmetic/logic unit for carrying out arithmetic and logical operations; a control unit responsible for the execution of computer instructions in memory; and peripherals that handle the input and output operations. Software is a set of instructions that tells the computer what to do.
The original meaning of the word computer referred to someone who carried out calculations rather than an actual machine. The early digital computers built in the 1940s and 1950s were enormous machines consisting of thousands of vacuum tubes. They typically filled a large room but their computational power was a fraction of the personal computers and mobile devices used today.
There are two distinct families of computing devices namely digital computers and the historical analog computer . The earliest computers were analog not digital, and these two types of computer operate on quite different principles.
The computation in a digital computer is based on binary digits: i.e. 0 and 1. Electronic circuits are used to represent binary numbers, with the state of an electrical switch (i.e. on or off) representing a binary digit internally within a computer.
A digital computer is a sequential device that generally operates on data one step at a time, and the earliest digital computers were developed in the 1940s. The data are represented in binary format, and a single transistor (initially bulky vacuum tubes) is used to represent a binary digit. Several transistors are required to store larger numbers.
An analog computer operates in a completely different way to a digital computer. The representation of data in an analog computer reflects the properties of the data that are being modelled. For example, data and numbers may be represented by physical quantities such as electric voltage, whereas a stream of binary digits is used to represent them in a digital computer.
1.2 Analog Computers
James Thompson (who was the brother of the physicist Lord Kelvin) did early foundational work on analog computation in the nineteenth century. He invented a wheel-and-disk integrator, which was used in mechanical analog devices, and he worked with Kelvin to construct a device to perform the integration of a product of two functions. Kelvin later described a general-purpose analog machine (he did not build it) for integrating linear differential equations. He built a tide predicting analog computer that remained in use at the Port of Liverpool up to the 1960s.
The operations in an analog computer are performed in parallel, and they are useful in simulating dynamic systems. They have been applied to flight simulation, nuclear power plants and industrial chemical processes.
Vannevar Bush at the Massachusetts Institute of Technology developed the first large-scale general-purpose mechanical analog computer. Bushs Differential Analyser (Fig. ) was a mechanical analog computer designed to solve sixth-order differential equations by integration, using wheel-and-disk mechanisms to perform the integration. The mechanisation allowed integration and differential equations problems to be solved more rapidly. The machine took up the space of a large table in a room and weighed about 100 tonnes.
Fig 11 Vannevar Bush with the Differential Analyser It contained wheels - photo 1
Fig. 1.1
Vannevar Bush with the Differential Analyser
It contained wheels, disks, shafts and gears to perform the calculations. It required a considerable set-up time by technicians to solve an equation. It contained 150 motors and miles of wires connecting relays and vacuum tubes.
Data representation in an analog computer is compact, but it may be subject to corruption with noise. A single capacitor can represent one continuous variable in an analog computer. Analog computers were replaced by digital computers shortly after the Second World War.
1.3 Digital Computers
Early digital computers used vacuum tubes to store binary information, and a vacuum tube may represent the binary value 0 or 1. These tubes were large and bulky and generated a significant amount of heat. Air conditioning was required to cool the machine, and there were problems with the reliability of the tubes.
Shockley and others invented the transistor in the late 1940s, and it replaced vacuum tubes from the late 1950s onwards. Transistors are small and consume very little power, and the resulting machines were smaller, faster and more reliable.
Integrated circuits were introduced in the early 1960s, and a massive amount of computational power could now be placed on a very small chip. Integrated circuits are small and consume very little power, and may be mass-produced to a very high-quality standard. However, integrated circuits are difficult to modify or repair, and are nearly always replaced on failure.
The fundamental architecture of a computer has remained basically the same since von Neumann and others proposed it in the mid-1940s. It includes a central processing unit which includes the control unit and the arithmetic unit, an input and output unit and memory.
1.3.1 Vacuum Tubes
A vacuum tube is a device that relies on the flow of an electric current through a vacuum. Vacuum tubes ( thermionic valves ) were widely used in electronic devices such as televisions, radios and computers until the invention of the transistor.
The basic idea of a vacuum tube is that the current passes through the filament, which then heats it up so that it gives off electrons. The electrons are negatively charged and are attracted to the small positive plate (or anode) within the tube. A unidirectional flow is thus established between the filament and the plate. Thomas Edison had observed this while investigating the reason for breakage of lamp filaments. He noted an uneven blackening (darkest near one terminal of the filament) of the bulbs in his incandescent lamps, and noted that current flows from the lamps filament and a plate within the vacuum.
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «World of Computing: A Primer Companion for the Digital Age»

Look at similar books to World of Computing: A Primer Companion for the Digital Age. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «World of Computing: A Primer Companion for the Digital Age»

Discussion, reviews of the book World of Computing: A Primer Companion for the Digital Age and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.