Foundations of Computing and Communication Lecture 4. The Mechanical Age

Size: px
Start display at page:

Download "Foundations of Computing and Communication Lecture 4. The Mechanical Age"

Transcription

1 Foundations of Computing and Communication Lecture 4 The Mechanical Age Based on The Foundations of Computing and the Information Technology Age, Chapter 3 Lecture overheads c John Thornton 2007

2 Lecture Objective To gain an overview of the development of mechanical computation from the scientific revolution through the work of Charles Babbage to the 19th century development of mechanical desktop calculators. Overview of Topics The Industrial Revolution of Steam, Iron and Coal Early Calculators: Schickard, Pascal and Leibniz The Babbage Engines Practical Machines Electricity Dangerous Ideas 1

3 Industrial Revolution Initial slow growth of science: Alchemy, astrology, Neo- Platonism; The term scientist dates from 1820 s; Delayed development of chemistry. Technological innovation: The age of steam; Technology spurs development of science: better instruments, more practical problems, need for mathematical techniques: navigation, engineering, ballistics. Computation: Reliance on human computers and mathematical tables; Existing technology unable to produce reliable computing machines despite good ideas. 2

4 Wilhelm Schickard 1623 Machine based on Napier s Bones: select times table in columns, reveal results of multiplication by moving horizontal slide (image courtesy of the Science Museum, London). Mechanical addition: Result columns added to total by turning knobs; contained an automatic carry device using gears - required significant force to propagate multiple carries. 3

5 Blaise Pascal 1642 The Pascaline: Independently of Schickard, Pascal invented a machine with dial-in numbers added directly to a total (image courtesy of the Science Museum, London). Carries propagated with weights: A number wheel moving from 9 to 0 caused a weight to fall adding one to next column; carries propagated without extra force. Nine s complement subtraction: Weights meant addition could not be reversed, hence use of nine s complement: nine s complement of 48 = (9 4)(9 8) = 51, = 134, (1) + (34) = 35 4

6 Gottfried Leibniz ( ) Philosopher and logician: Envisions universal symbolic language built up of basic ideas; Come, sit down and let us calculate ; anticipates computational logic of today and proposes use of binary numbers. Inventor of stepped drum: Leibniz stepped drum becomes standard for future calculators; Enter complete number using sliders and turn crank to add (image based on Hewlett-Packard Museum diagram). End View Side View 5

7 Leibniz s Calculator Multiplication and division: Enter multiplier 123, turn first crank until stops ( 3), turn second crank (moves to 10s column), turn first crank until stops ( 20), etc, but awkward manual carry mechanism (image courtesy of the Science Museum, London). Thomas Arithmometer: based on Leibniz s machine: automatic carry mechanism + better precision = first commercial machine in 1820, produced until

8 Charles Babbage ( ) Table errors: The world relied on mathematical tables for complex calculation; prepared by human computers ; full of errors and errata of errata; serious consequences for navigation, ballistics, etc. Babbage s dream: calculate and print tables automatically; remove possibility of human error the difference engine. y 1 x 2 1 1st difference 2nd difference 3rd difference Method of Differences:

9 Difference Engine No. 1 Started 1823: 1,500 from the treasury; Partnership with Joseph Clement; Required 25,000 hand made precision parts. Ten years later... Clement quits; Project half finished, 12,000 unassembled parts, no printer, expenses of 17,479; government pulls out (image courtesy of the Science Museum, London). 8

10 Difference Engine No. 2 New start ( ): Babbage redesigns engine using 1/3 of the parts; 2.6 tonnes, 11 feet wide, 31 digit precision, 7 orders of difference; No interest from government, finally constructed in 1991 by Science Museum (image courtesy of the Science Museum, London). 9

11 The Analytical Engine The General Purpose Machine: The circular arrangement of the axes of the Difference Engine round large central wheels led to the most extended prospects. The whole of arithmetic now appeared within the grasp of mechanism. A vague glimpse of the Analytical Engine opened out, and I pursued with enthusiasm the shadowy vision (image courtesy of the Science Museum, London). 10

12 Grandfather of Computing First computer architecture: Analytical Engine anticipated modern computer: the store (primary memory) held variables in numbered columns (addresses), the values of variables were copied to registers in the mill (CPU) where calculations were performed, and results copied back to the store. First programming language: Machine to be controlled by punched cards (based on Jacquard loom), cards for variables, values and operations (+,,, ). Machine could decide which cards to select next on basis of internal calculation conditional branching and looping all arithmetic procedures can be encoded. 11

13 Eventual Fame Ada Lovelace: With advent of electronic computers, Babbage finally recognised as a genius. Ada Lovelace, collaborator and patron recognised as first computer programmer (image courtesy of the Science Museum, London). Ideas developed: Analytical Engine partially built by son Henry, several difference engines constructed + ideas for an anticipating carriage were picked up. 12

14 Ideas before their Time Inappropriate Technology: Babbage s machines were too slow, expensive, cumbersome and dangerous. Needed electronic technology to make them practical. Most of his ideas rediscovered independently in 20th century. Babbage foresaw basic architecture of the computer + basic requirements of a programming language - what was missing? Boolean Algebra: Although some flow of control logic, Babbage did not see that logical procedures could be expressed as calculation. Leibniz started thinking this way, George Boole formalised it in 1854: logical operations (and, or, not, implies) expressed as calculations involving binary (true/false) variables - becomes basis of 20th century circuit design and programming. 13

15 Practical Machines Scheutz Difference Engine: Built in Sweden 1853, Babbage viewed it in 1854, winner of Grand Exhibition Gold Medal. British government builds Scheutz engine for 1,500, used to calculate and print more than 600 tables. Variable toothed gears: Desktop calculators become possible with reduction of size of Leibniz drum variable toothed gear (1870s) (image based on Hewlett-Packard Museum diagram). Side View A Pin Interior View 14

16 Key-Driven Machines Comptometer: Dorr Felt designs mechanism to handle carries faster than a key can be repressed (1/150 second) in Makes key-driven entry practical - no need to set up number and turn a crank - up to ten times faster for addition and subtraction - turns simple desktop calculation into a reality (image courtesy of the Science Museum, London). Mechanical calculator evolution ends... similar machines to the comptometer in use until 1970s in offices and shops. 15

17 Turning-on the Light Bulb Industrial society: Factory system and urban living become the norm; Age of steam, iron and coal; Railways and steam ships open up the world; Telegraph, telephone and radio start mass communications; Large scale industrial war becomes possible. Science flourishes: Chemistry: Mendeleev s periodic table of elements (1869); Physics: atomic theory of matter (Dalton 1803), electro-magnetic fields fill the void (Maxwell 1873), existence of electrons proposed (Stoney 1874) and demonstrated (Thomson 1897) harnessing of electric power. Over-confidence: There is nothing new to be discovered in physics now, all that remains is more and more precise measurement. (Lord Kelvin 1900) 16

18 Dangerous Ideas Darwin: Origin of Species (1865) acts as a bombshell to prevailing beliefs: life evolved through natural selection + random mutation; humankind evolved from apes; no plan or design and no designer; God is dead Nietzsche s famous phrase refers to the shared cultural belief in a Christian God (1887) - Christian teaching hard to reconcile with findings of science - humanity empowered by science replaces God as the master of destiny - scientific materialism - birth of socialism and Marxism - Freud (1900) investigates an unconscious filled with repressed sexuality. 17

19 Lecture Exercises Using the nine s complement method calculate (show your workings). Draw a table that shows how the method of differences arrives at a common difference in the expansion of x 4 (show the expansion up to x = 6). Provide a half page description of the similarities between Babbage s idea of the Analytical Engine and a modern day computer. Write a brief (one page) summary of the key ideas put forward by the following thinkers: Charles Darwin, Freidrich Nietzsche, Karl Marx and Sigmund Freud. 18

Course Outline. Textbook: G. Michael Schneider and Judith L. Gersting, "Invitation to Computer Science C++ Version," 3rd Edition, Thomson, 2004.

Course Outline. Textbook: G. Michael Schneider and Judith L. Gersting, Invitation to Computer Science C++ Version, 3rd Edition, Thomson, 2004. 2005/Sep/12 1 Course Outline Textbook: G. Michael Schneider and Judith L. Gersting, "Invitation to Computer Science C++ Version," 3rd Edition, Thomson, 2004. Outline 1. The Algorithm Foundations of Computer

More information

Chapter 1 An Introduction to Computer Science. INVITATION TO Computer Science 1

Chapter 1 An Introduction to Computer Science. INVITATION TO Computer Science 1 Chapter 1 An Introduction to Computer Science INVITATION TO Computer Science 1 Introduction Misconceptions Computer science is: The study of computers The study of how to write computer programs The study

More information

From Turing Machines to Building a Brain

From Turing Machines to Building a Brain From Turing Machines to Building a Brain Including an introduction to Philosophy of Mind Church-Turing Thesis Turing was beaten to the punch in his solution to the Entscheidungsproblem Alonzo Church announced

More information

IDK0310 AUTOMATED AND SYSTEMATISED LEGAL PROCESS. Ermo Täks

IDK0310 AUTOMATED AND SYSTEMATISED LEGAL PROCESS. Ermo Täks IDK0310 AUTOMATED AND SYSTEMATISED LEGAL PROCESS Ermo Täks Introducton What is Artificial Intelligence (AI)? How this is connected to law? Artificial Intelligence and law Discipline is broadly named also

More information

Books. Foundations of Computer Science, 2 nd edition, Behrouz Forouzan and Firouz Mosha rraf, Thomson Learning, UK, ( 歐亞書局,(02) )

Books. Foundations of Computer Science, 2 nd edition, Behrouz Forouzan and Firouz Mosha rraf, Thomson Learning, UK, ( 歐亞書局,(02) ) Books Foundations of Computer Science, 2 nd edition, Behrouz Forouzan and Firouz Mosha rraf, Thomson Learning, UK, 2008. ( 歐亞書局,(02)89121188) Administration Instructor: 曾學文資工系助理教授 Office: Room 908 Email:

More information

A Brief History of IT

A Brief History of IT IT Computer Technical Support Newsletter A Brief History of IT May 23, 2016 Vol.2, No.29 TABLE OF CONTENTS Introduction...1 Pre-mechanical...2 Mechanical...3 Electro-mechanical...4 Electronic...5 Age of

More information

The History Of Computers: Part I

The History Of Computers: Part I The History Of Computers: Part I You will learn about early computers and computational devices as well as some of the people behind the technology Some of the clipart images come from the sites: http://www.ace-clipart.com

More information

Chapter 16 Section 1: Railroads Lead the Way

Chapter 16 Section 1: Railroads Lead the Way Chapter 16 Section 1: Railroads Lead the Way Railroads spur the economy standard gauge consolidation railroad barons time zones US8.12 Students analyze the transformation of the American economy and the

More information

A Brief History of Computer Science and Computing

A Brief History of Computer Science and Computing A Brief History of Computer Science and Computing Tim Capes April 4, 2011 Administrative Announcements Midterms are returned today, A4 is scheduled to go out on thursday. Early Computing First computing

More information

Content Statement 9/Learning Goal

Content Statement 9/Learning Goal Content Statement 9/Learning Goal Analyze the social, political and economic effects of industrialization on Western Europe and the world. Easy terms: How did Industrialization impact society, government,

More information

The Industrial Revolution Phase II CHAPTER 11 SECTION 1

The Industrial Revolution Phase II CHAPTER 11 SECTION 1 The Industrial Revolution Phase II CHAPTER 11 SECTION 1 The First Industrial Revolution Focus on the introduction of: Textile Industry Railroad construction Iron production And coal extraction and use

More information

The Evolution of Machine Tools

The Evolution of Machine Tools The Evolution of Machine Tools ETSU ENTC 3020 Technology & Society Earliest Tools Primitive Hand tools Weapons & Tools Mineral, Bone, & Wood Stabbing, Cutting, Scraping, & Drilling Early Tools Wheel Efficient

More information

Development of number through the history of mathematics. Logarithms

Development of number through the history of mathematics. Logarithms Development of number through the history of mathematics Development of number through the history of mathematics Topic: Tables of numbers Resource content Teaching Resource description Teacher comment

More information

Why not Industrial Revolution?

Why not Industrial Revolution? Industrialization Why not Industrial Revolution? Areas industrialized at different times, while Revolution implies sudden change. Revolution suggests sharp break from past, but industrialization was a

More information

Applied Physics from Newton to World War I. Philadelphia World Exposition, 1876, Corliss Engine

Applied Physics from Newton to World War I. Philadelphia World Exposition, 1876, Corliss Engine Applied Physics from Newton to World War I Philadelphia World Exposition, 1876, Corliss Engine Last time Electromagnetic waves in space Predicted by Maxwell, observed by Hertz Troubling phenomena not explainable

More information

Chapter 12, Section 1 The Industrial Revolution in America

Chapter 12, Section 1 The Industrial Revolution in America Chapter 12, Section 1 The Industrial Revolution in America Pages 384-389 In the early 1700s making goods depended on the hard work of humans and animals. It had been that way for hundreds of years. Then

More information

The Modern Era: 7 The Industrial Revolution

The Modern Era: 7 The Industrial Revolution The Modern Era: 7 The Industrial Revolution MULTIPLE CHOICE. Fill the square of the best answer. 1. The era when power-driven machinery began to develop is called the A Agricultural Age. B Enclosure Movement.

More information

The Industrial Revolution

The Industrial Revolution Importance of the Agricultural Revolution The Industrial Revolution Agricultural Revolution Before the Industrial Revolution, most people were farmers. Wealthy landowners owned most of the land, and families

More information

The Industrialization of the United States s 1910 s

The Industrialization of the United States s 1910 s The Industrialization of the United States 1860 s 1910 s The South Builds Railways O After the Civil War, the South began building more railroads to rival those of the North. O South now relied on its

More information

In this lecture: Lecture 3: Basic Logic Gates & Boolean Expressions

In this lecture: Lecture 3: Basic Logic Gates & Boolean Expressions In this lecture: Lecture 3: Basic Logic Gates & Boolean Expressions Dr Pete Sedcole Department of E&E Engineering Imperial College London http://cas.ee.ic.ac.uk/~nps/ (Floyd 3.1 3.6, 4.1) (Tocci 3.1 3.9)

More information

Documenting Over 200 Years of Technology and Discovery

Documenting Over 200 Years of Technology and Discovery Documenting Over 200 Years of Technology and Discovery The first steam locomotive is created The Colt revolver is presented at the Great Exhibition in London 1784 1837 1814 1851 John Deere designs and

More information

Arithmetic, bones and counting

Arithmetic, bones and counting 1997 2009, Millennium Mathematics Project, University of Cambridge. Permission is granted to print and copy this page on paper for non commercial use. For other uses, including electronic redistribution,

More information

TURNING IDEAS INTO REALITY: ENGINEERING A BETTER WORLD. Marble Ramp

TURNING IDEAS INTO REALITY: ENGINEERING A BETTER WORLD. Marble Ramp Targeted Grades 4, 5, 6, 7, 8 STEM Career Connections Mechanical Engineering Civil Engineering Transportation, Distribution & Logistics Architecture & Construction STEM Disciplines Science Technology Engineering

More information

AIM: Was big business helpful or hurtful to America?

AIM: Was big business helpful or hurtful to America? US Economy Capitalism- Laissez-Faire- Types of Big Businesses Corporation = 3 or more people Monopoly = 1 person controls an ENTIRE industry Ms. V s pen Mr. K s pen Ms. V. Trust = 2 companies join together

More information

Study questions for the Textile Manufacturing section

Study questions for the Textile Manufacturing section ECON 30423 Economic History of the Europe to the Industrial Revolution John Lovett Study questions for the Textile Manufacturing section Readings: Yorke, Stan (2005). The Industrial Revolution Explained:

More information

The Hungarian Ljapunov: Dr. Tihamér NEMES ( ) He started his activity as a mechanical engineer on 1917.

The Hungarian Ljapunov: Dr. Tihamér NEMES ( ) He started his activity as a mechanical engineer on 1917. The Hungarian Ljapunov: Dr. Tihamér NEMES (1895-1960) He started his activity as a mechanical engineer on 1917. Nemes Tihamér The not very well understood, accepted and recognised inventor The first engineer

More information

Chapter. Analytical Engines

Chapter. Analytical Engines Analytical Engines Chapter II Almost as soon as he started work on his Difference Engine in 1822 BAB BAGE became dissatisfied with its limitations. In particular he wished to avoid the need to have the

More information

Unit 6 Intro Enlightenment Invention Industrial.notebook April 11, London on Fire

Unit 6 Intro Enlightenment Invention Industrial.notebook April 11, London on Fire Unit 6 Revolutions London on Fire Invention - is a unique or novel device, method, composition or process. It may be an improvement upon a machine or product, or a new process for creating an object or

More information

The National Curriculum and the Centre for Computing History

The National Curriculum and the Centre for Computing History The National Curriculum and the Centre for Computing History Ways in which a visit to CCH supports the aims of specific NC subjects at the Key Stage 3 Nov 2016 Vers 1.0 The Centre for Computing History

More information

The Industrial Revolution. The Revolution that changed the world forever

The Industrial Revolution. The Revolution that changed the world forever The Industrial Revolution The Revolution that changed the world forever Industrial Having to do with industry, business or manufacturing Revolution a huge change or a change in the way things are done

More information

BCD Adder. Lecture 21 1

BCD Adder. Lecture 21 1 BCD Adder -BCD adder A 4-bit binary adder that is capable of adding two 4-bit words having a BCD (binary-coded decimal) format. The result of the addition is a BCD-format 4-bit output word, representing

More information

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi.

Introduction. Reading: Chapter 1. Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi. Introduction Reading: Chapter 1 Courtesy of Dr. Dansereau, Dr. Brown, Dr. Vranesic, Dr. Harris, and Dr. Choi http://csce.uark.edu +1 (479) 575-6043 yrpeng@uark.edu Why study logic design? Obvious reasons

More information

This Figure here illustrates the operation for a 2-input OR gate for all four possible input combinations.

This Figure here illustrates the operation for a 2-input OR gate for all four possible input combinations. Course: B.Sc. Applied Physical Science (Computer Science) Year & Sem.: IInd Year, Sem - IIIrd Subject: Computer Science Paper No.: IX Paper Title: Computer System Architecture Lecture No.: 5 Lecture Title:

More information

Digital Integrated CircuitDesign

Digital Integrated CircuitDesign Digital Integrated CircuitDesign Lecture 13 Building Blocks (Multipliers) Register Adder Shift Register Adib Abrishamifar EE Department IUST Acknowledgement This lecture note has been summarized and categorized

More information

Introducing Engineering

Introducing Engineering Introducing Engineering Dr Andrew McLaren Vice Dean, Faculty of Engineering www.strath.ac.uk Presentation Overview What is engineering? What types of engineering are there? What careers will a degree in

More information

Y8 & Y9 Number Starters A Spire Maths Activity

Y8 & Y9 Number Starters A Spire Maths Activity Y8 & Y9 Number Starters A Spire Maths Activity https://spiremaths.co.uk/ia/ There are 21 Number Interactives: each with three levels. The titles of the interactives are given below. Brief teacher notes

More information

Forty Years of Education and Research in Computers and Informatics at Politehnica University of Timisoara

Forty Years of Education and Research in Computers and Informatics at Politehnica University of Timisoara Forty Years of Education and Research in Computers and Informatics at Politehnica University of Timisoara Stefan Holban, Stefan Preitl, Marius Crisan Politehnica University of Timisoara, Faculty of Automation

More information

Section 1: Industrial Revolution in America

Section 1: Industrial Revolution in America The North Section 1: The Industrial Revolution in America Section 2: Changes in Working Life Section 3: The Transportation Revolution Section 4: More Technological Advances Section 1: Industrial Revolution

More information

Smart Cities. SESSION I : Lecture 2: Turing s s Legacy. Michael

Smart Cities. SESSION I : Lecture 2: Turing s s Legacy. Michael Monday 5 October, 2015 Smart Cities SESSION I : Lecture 2: Turing s s Legacy Michael Batty m.batty@ucl.ac.uk @jmichaelbatty http://www.spatialcomplexity.info/ http://www.casa.ucl.ac.uk/ How did it all

More information

The Fabric of Technology How We Got to Where We Are. Jed Margolin. February Introduction

The Fabric of Technology How We Got to Where We Are. Jed Margolin. February Introduction The Fabric of Technology How We Got to Where We Are Jed Margolin February 1994 Introduction ------------ The first computers were people who computed things. Ways were sought to make calculating easier

More information

Unit 3 Digital Circuits (Logic)

Unit 3 Digital Circuits (Logic) Unit 3 Digital Circuits (Logic) 1 2 A Brief History COMPUTERS AND SWITCHING TECHNOLOGY 3 Mechanical Computers Primarily gearbased Difference Engine and Analytic Engine designed and partially implemented

More information

WORLD WAR II. WWI, Postwar Uncertainty Section 1 Notes

WORLD WAR II. WWI, Postwar Uncertainty Section 1 Notes WORLD WAR II WWI, Postwar Uncertainty Section 1 Notes VOCAB TO KNOW Existentialism 18 th century European movement in which thinkers attempted to apply the principles of reason and the scientific method

More information

Learn more at: gale.cengage.com/smithsonian or call:

Learn more at: gale.cengage.com/smithsonian or call: Learn more at: gale.cengage.com/smithsonian or call: 1-800-877-4253 Smithsonian Collections Online Trade Literature and the Merchandising of Industry The evolution of business is inextricably linked with

More information

Sample file. Historical Significance of the Industrial Revolution. What Was the Industrial Revolution? Student Handouts, Inc.

Sample file. Historical Significance of the Industrial Revolution. What Was the Industrial Revolution? Student Handouts, Inc. Page2 Student Handouts, Inc. www.studenthandouts.com Historical Significance of the Industrial Revolution An ancient Greek or Roman would have been just as comfortable living in Europe in 1700 as during

More information

Greeley-Evans School District 6 High School Ceramics II Curriculum Guides

Greeley-Evans School District 6 High School Ceramics II Curriculum Guides High School s Unit: Hand building (Pinch, Coil, Slab, Extruder) Timeline: 9 weeks Grade Level Expectations (GLE) 1. Observe and Learn to Comprehend 1.1 Art has inherent characteristics and expressive features

More information

Curriculum links Maths: working mathematically, number, algebra.

Curriculum links Maths: working mathematically, number, algebra. A STEM learning and teaching resource that explores a variety of magical maths activities, from multiplication tips to card tricks. Curriculum links Maths: working mathematically, number, algebra. Mind

More information

SENDING MESSAGES. In the battle that followed, the British navy sank four German ships. Steady chaps!

SENDING MESSAGES. In the battle that followed, the British navy sank four German ships. Steady chaps! The Postal Museum, 2010-0423/2 SENDING MESSAGES General Post Office Engineers Communicating with troops on the front line is vitally important in any war. During the First World War, General Post Office

More information

Learning Outcomes 2. Key Concepts 2. Misconceptions and Teaching Challenges 3. Vocabulary 4. Lesson and Content Overview 5

Learning Outcomes 2. Key Concepts 2. Misconceptions and Teaching Challenges 3. Vocabulary 4. Lesson and Content Overview 5 UNIT 9 GUIDE Table of Contents Learning Outcomes 2 Key Concepts 2 Misconceptions and Teaching Challenges 3 Vocabulary 4 Lesson and Content Overview 5 BIG HISTORY PROJECT / UNIT 9 GUIDE 1 Unit 9 Acceleration

More information

DESIGN ZONE - EXHIBIT DESCRIPTION

DESIGN ZONE - EXHIBIT DESCRIPTION DESIGN ZONE - EXHIBIT DESCRIPTION What does it take to create a video game, line up rhythms like the best DJs, or design a roller coaster that produces the biggest thrills? In Design Zone, visitors can

More information

Foundations of Probability Worksheet Pascal

Foundations of Probability Worksheet Pascal Foundations of Probability Worksheet Pascal The basis of probability theory can be traced back to a small set of major events that set the stage for the development of the field as a branch of mathematics.

More information

A H M 531 The Civil Engineering Center

A H M 531 The Civil Engineering Center Title Page Introduction 2 Objectives 2 Theory 2 Fitting 3 Turning 5 Shaping and Grinding 7 Milling 8 Conclusion 11 Reference 11 1 Introduction Machining Machining is a manufacturing process in which a

More information

(Refer Slide Time: 01:19)

(Refer Slide Time: 01:19) Computer Numerical Control of Machine Tools and Processes Professor A Roy Choudhury Department of Mechanical Engineering Indian Institute of Technology Kharagpur Lecture 06 Questions MCQ Discussion on

More information

The Industrial Revolution

The Industrial Revolution Journal: Complete the chart on technological inventions: Modern day invention: What life was like before it: What has changed because of it: The Industrial Revolution Industrial Revolution The greatly

More information

AP EURO. Unit #5 Nationalism of 19 th Century. Lesson #501 Foundations of Industrial Revolution

AP EURO. Unit #5 Nationalism of 19 th Century. Lesson #501 Foundations of Industrial Revolution AP EURO Unit #5 Nationalism of 19 th Century Lesson #501 Foundations of Industrial Revolution Essential Questions 1. Why is the Industrial Revolution so revolutionary? 2. Why did it start in Britain, and

More information

Industrialization Presentation

Industrialization Presentation Industrialization Presentation 2) I can identify, explain, and compare the first and second Industrial Revolutions in the U.S. 3) I can define Industrial Revolution Rapid economic growth primarily driven

More information

PREVIEW COPY. Table of Contents. Lesson One Using the Dividing Head...3. Lesson Two Dividing Head Setup Lesson Three Milling Spur Gears...

PREVIEW COPY. Table of Contents. Lesson One Using the Dividing Head...3. Lesson Two Dividing Head Setup Lesson Three Milling Spur Gears... Table of Contents Lesson One Using the Dividing Head...3 Lesson Two Dividing Head Setup...19 Lesson Three Milling Spur Gears...33 Lesson Four Helical Milling...49 Lesson Five Milling Cams...65 Copyright

More information

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits

MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits PH-315 MICROCONTROLLERS Stepper motor control with Sequential Logic Circuits Portland State University Summary Four sequential digital waveforms are used to control a stepper motor. The main objective

More information

SSUSH11: EXAMINE CONNECTIONS BETWEEN THE RISE OF BIG BUSINESS, THE GROWTH OF LABOR UNIONS, AND TECHNOLOGICAL INNOVATIONS.

SSUSH11: EXAMINE CONNECTIONS BETWEEN THE RISE OF BIG BUSINESS, THE GROWTH OF LABOR UNIONS, AND TECHNOLOGICAL INNOVATIONS. SSUSH11: EXAMINE CONNECTIONS BETWEEN THE RISE OF BIG BUSINESS, THE GROWTH OF LABOR UNIONS, AND TECHNOLOGICAL INNOVATIONS. ELEMENT C: Examine the influence of key inventions on US infrastructure, including

More information

AP World History (Povletich) CHAPTER 30 OUTLINE The Making of Industrial Society

AP World History (Povletich) CHAPTER 30 OUTLINE The Making of Industrial Society AP World History (Povletich) CHAPTER 30 OUTLINE The Making of Industrial Society BACKGROUND KNOWLEDGE: The previous chapter describes the dramatic political changes that followed the American and French

More information

The Making of Industrial Society. Chapter 30

The Making of Industrial Society. Chapter 30 The Making of Industrial Society Chapter 30 The Making of Industrial Society Industrialization was essential to the modern world and its effects were global. Demographic changes Urbanization Imperialism

More information

Theme One: International Conflicts and Threats to Peace in the 20 th century

Theme One: International Conflicts and Threats to Peace in the 20 th century F3 History Useful Websites Theme One: International Conflicts and Threats to Peace in the 20 th century 1. The First World War The website provides a timeline and research article to introduce the First

More information

Global Intelligence. Neil Manvar Isaac Zafuta Word Count: 1997 Group p207.

Global Intelligence. Neil Manvar Isaac Zafuta Word Count: 1997 Group p207. Global Intelligence Neil Manvar ndmanvar@ucdavis.edu Isaac Zafuta idzafuta@ucdavis.edu Word Count: 1997 Group p207 November 29, 2011 In George B. Dyson s Darwin Among the Machines: the Evolution of Global

More information

LEARNING COMPETENCIES

LEARNING COMPETENCIES LEARNING COMPETENCIES Identify traditional media and new media, and their relationships. (MIL11/12EMIL-IIIb-5) Editorialize the roles and functions of media in democratic society. (MIL11/12EMIL-IIIb-6)

More information

Evoking Claude Shannon. José Francisco Rodrigues (CMAF&IO_F Ciências_U Lisboa) Amílcar Sernadas (CMAF&IO_I S Técnico_U Lisboa)

Evoking Claude Shannon. José Francisco Rodrigues (CMAF&IO_F Ciências_U Lisboa) Amílcar Sernadas (CMAF&IO_I S Técnico_U Lisboa) Evoking Claude Shannon José Francisco Rodrigues (CMAF&IO_F Ciências_U Lisboa) Amílcar Sernadas (CMAF&IO_I S Técnico_U Lisboa) Evoking Claude Shannon 1916-2001 [a] playful genius who invented the bit, separated

More information

LEQ: What industry was first affected by the Industrial Revolution?

LEQ: What industry was first affected by the Industrial Revolution? LEQ: What industry was first affected by the Industrial Revolution? Power loom weaving is shown in this illustration titled, The Interior of a Cotton Mill. This painting by Thomas Allom (1804-1872) is

More information

The Industrial Revolution

The Industrial Revolution The Industrial Revolution Discussion Question What factors caused the Industrial Revolution to begin in England? Causes of the Industrial Revolution Favorable natural resources Agricultural Revolution

More information

(Chicago) - Nikola Tesla ( ), the man who discovered the way to

(Chicago) - Nikola Tesla ( ), the man who discovered the way to Chicago Council on Science and Technology (C²ST) 10 W. 35 th Street Chicago, IL 60616 Erin Dragotto, Managing Director: erin@c2st.org, (312)567-5830 For Information Contact: Rosalie Harris: Creative Solutions

More information

Social Issues in Computing Exploring the Ways Computers Affect Our Lives

Social Issues in Computing Exploring the Ways Computers Affect Our Lives Social Issues in Computing Exploring the Ways Computers Affect Our Lives Colin Edmonds June 2009 Social Issues in Computing Istanbul, Turkey June 2009 This text is a work in progress at this time, a beta

More information

Exercise 4: Electric and magnetic fields

Exercise 4: Electric and magnetic fields Astronomy 102 Name: Exercise 4: Electric and magnetic fields Learning outcome: Ultimately, to understand how a changing electric field induces a magnetic field, and how a changing magnetic field induces

More information

Friendly AI : A Dangerous Delusion?

Friendly AI : A Dangerous Delusion? Friendly AI : A Dangerous Delusion? Prof. Dr. Hugo de GARIS profhugodegaris@yahoo.com Abstract This essay claims that the notion of Friendly AI (i.e. the idea that future intelligent machines can be designed

More information

Part 1: Unit Overview. Unit Aims. Unit Abstract. Unit Outcomes. Unit Outcomes

Part 1: Unit Overview. Unit Aims. Unit Abstract. Unit Outcomes. Unit Outcomes Part 1: Unit Overview Unit Abstract Unit Aims Unit Outcomes Assessment Syllabus Reference Materials Resources Learning Strategy Unit Abstract The unit falls into three distinct strands: 1. Mathematics

More information

Association of Europe (ASD) Overview

Association of Europe (ASD) Overview It shall not be communicated to any third party without the owner s written consent. All rights reserved. AeroSpace and Defence Industries Association of Europe (ASD) Overview Ana Chirulescu Economic,

More information

Friends of BPMA FROGMORE PAPER MILL VISIT, APSLEY 30 March 2009

Friends of BPMA FROGMORE PAPER MILL VISIT, APSLEY 30 March 2009 Friends of BPMA FROGMORE PAPER MILL VISIT, APSLEY 30 March 2009 A photographic record by Glenn H Morgan Frogmore Mill Frogmore Mill has a long history, with a water mill first recorded on the site in the

More information

An Introduction to Machining Technology

An Introduction to Machining Technology Chapter 1 An Introduction to Machining Technology LEARNING OBJECTIVES After studying this chapter, students will be able to: Discuss how modern machine technology affects the workforce. Give a brief explanation

More information

Study Questions for our Scientific and Industrial Revolution Reading

Study Questions for our Scientific and Industrial Revolution Reading Study Questions for our Scientific and Industrial Revolution Reading Readings: Merriman. Chapter 16: The Industrial Revolution, 1800-1850 1. Rank the following regarding how proximately (i.e. directly,

More information

Chapter 1 Binary Systems

Chapter 1 Binary Systems EEA051 - Digital Logic 數位邏輯 Chapter 1 Binary Systems 吳俊興高雄大學資訊工程學系 September 2005 Chapter 1. Binary Systems 1-1 Digital Systems 1-2 Binary Numbers 1-3 Number Base Conversions 1-4 Octal and Hexadecimal

More information

The Economy: How it emerges and evolves

The Economy: How it emerges and evolves The Economy: How it emerges and evolves NTU Conference Feb 29, 2012 W. Brian Arthur External Professor, Santa Fe Institute and Intelligent Systems Lab, PARC Two great problems in economics 1. How resources

More information

diego rivera, the beginning

diego rivera, the beginning diego rivera, the beginning Diego Rivera was born in Guanajuato, Mexico in 1886. He was an imaginative child who loved animals. Hurry up and take the photo I ve got poisonous animals to train to do my

More information

DIGITAL LOGIC CIRCUITS

DIGITAL LOGIC CIRCUITS LOGIC APPLICATIONS DIGITAL LOGIC CIRCUITS Noticed an analogy between the operations of switching devices, such as telephone switching circuits, and the operations of logical connectives What happens when

More information

Lecture 18 - Counting

Lecture 18 - Counting Lecture 18 - Counting 6.0 - April, 003 One of the most common mathematical problems in computer science is counting the number of elements in a set. This is often the core difficulty in determining a program

More information

The Beginnings of Industrialization. Text Summary Worksheet with student directions

The Beginnings of Industrialization. Text Summary Worksheet with student directions The Beginnings of Industrialization Text Summary Worksheet with student directions Standards Alignment California State Standards for Grade 10 10.3 Students analyze the effects of the Industrial Revolution

More information

TWIF (Thank Westinghouse It s Friday)

TWIF (Thank Westinghouse It s Friday) TWIF (Thank Westinghouse It s Friday) Everybody's working for the weekend Everybody wants a little romance Everybody's goin' off the deep end "Working for the Weekend" Loverboy, 1981 The weekend comes

More information

UNIT-IV Combinational Logic

UNIT-IV Combinational Logic UNIT-IV Combinational Logic Introduction: The signals are usually represented by discrete bands of analog levels in digital electronic circuits or digital electronics instead of continuous ranges represented

More information

Development of Personal Manufacturing. Knitting Printer

Development of Personal Manufacturing. Knitting Printer Development of Personal Manufacturing. Knitting Printer Varvara Guljajeva PhD candidate Estonian Art Academy Mar Canet Sola Co-author FAB LABs Started in 2005 in the Center for Bits and Atoms, MIT by Neil

More information

Lesson: Binary Arithmetic and Arithmetic Circuits-2. Lesson Developer: Dr. Divya Haridas

Lesson: Binary Arithmetic and Arithmetic Circuits-2. Lesson Developer: Dr. Divya Haridas Bary Arithmetic and Arithmetic Circuits-2 Lesson: Bary Arithmetic and Arithmetic Circuits-2 Lesson Developer: Dr. Divya Haridas College/ Department: Keshav Mahavidyalaya, University of Delhi 1 Institute

More information

Dice Activities for Algebraic Thinking

Dice Activities for Algebraic Thinking Foreword Dice Activities for Algebraic Thinking Successful math students use the concepts of algebra patterns, relationships, functions, and symbolic representations in constructing solutions to mathematical

More information

Guide to the David Holton Harness-Makers Account Book

Guide to the David Holton Harness-Makers Account Book Guide to the David Holton Harness-Makers Account Book by NMAH Staff 2011 Archives Center, National Museum of American History P.O. Box 37012 Suite 1100, MRC 601 Washington, D.C., 20013-7012 Phone: 202-633-3270

More information

WEAVING TECHNOLOGY II

WEAVING TECHNOLOGY II WEAVING TECHNOLOGY II Chapter2: History of Weaving Classification of Weaving Machinery 1 Horizontal loom HISTORY OF WEAVING (EVOLUTION OF WEAVING) Backstrap loom Egyptians made woven fabrics some 6000years

More information

Technological Evolution Biological Evolution

Technological Evolution Biological Evolution Technological Evolution Biological Evolution SFI Technology Workshop, Aug 7, 2013 W. Brian Arthur External Professor, Santa Fe Institute and Intelligent Systems Lab, PARC A question: Can there be a theory

More information

Chapter 1. Engineering and Society

Chapter 1. Engineering and Society Chapter 1 Engineering and Society Objectives To articulate a view of our environment as containing both naturally occurring and human-made or artificial things and to discuss the role of engineers in developing

More information

Causes & Impact of Industrialization

Causes & Impact of Industrialization Causes & Impact of Industrialization From Agriculture to Industry At the time of the Civil War, the leading source of economic growth was agriculture. Forty years later, manufacturing had taken its place.

More information

Derivable Benefits on Use of Analog Computers in Human Endevour

Derivable Benefits on Use of Analog Computers in Human Endevour International Journal of Science and Engineering Investigations vol. 8, issue 86, March 2019 Received on March 8, 2019 ISSN: 2251-8843 Derivable Benefits on Use of Analog Computers in Human Endevour Kamalu

More information

Lecture #1 INTRODUCTION

Lecture #1 INTRODUCTION Lecture #1 INTRODUCTION I. HUMAN HISTORY: THE BIG PICTURE II. NATURE OF TECHNOLOGY. A. SCIENCE VS. TECHNOLOGY. B. IDENTIFYING TECHNOLOGY. C. DEFINITION OF TECHNOLOGY. III. A CYCLE OF TECHNOLOGY. Lecture

More information

Score. Score of 3: Score of 5: Score of 4: Score of 2/1

Score. Score of 3: Score of 5: Score of 4: Score of 2/1 What do you need? Simulation will be THURSDAY- need your letters by tomorrow or you can t participate! Copy of someone s DBQ Highlighter (I will provide if you need one) Pen/Pencil DBQ: Peer Edit 1- Highlight

More information

Squaring. Squaring, Cubing, and Cube Rooting

Squaring. Squaring, Cubing, and Cube Rooting Squaring, Cubing, and Cube Rooting Arthur T. Benjamin Arthur T. Benjamin (benjamin@math.hmc.edu) has taught at Harvey Mudd College since 1989, after earning his Ph.D. from Johns Hopkins in Mathematical

More information

Grade 6 Math Circles November 15 th /16 th. Arithmetic Tricks

Grade 6 Math Circles November 15 th /16 th. Arithmetic Tricks Faculty of Mathematics Waterloo, Ontario N2L 3G1 Centre for Education in Mathematics and Computing Grade 6 Math Circles November 15 th /16 th Arithmetic Tricks We are introduced early on how to add, subtract,

More information

Openness to Creative Destruction

Openness to Creative Destruction Openness to Creative Destruction Sustaining Innovative Dynamism Arthur M. Diamond, Jr. Expected publication in 2019 from Oxford University Press. Department of Economics University of Nebraska Omaha Omaha,

More information

A Compact Design of 8X8 Bit Vedic Multiplier Using Reversible Logic Based Compressor

A Compact Design of 8X8 Bit Vedic Multiplier Using Reversible Logic Based Compressor A Compact Design of 8X8 Bit Vedic Multiplier Using Reversible Logic Based Compressor 1 Viswanath Gowthami, 2 B.Govardhana, 3 Madanna, 1 PG Scholar, Dept of VLSI System Design, Geethanajali college of engineering

More information

Conceptual Physics Fundamentals

Conceptual Physics Fundamentals Conceptual Physics Fundamentals Chapter 11: MAGNETISM AND ELECTROMAGNET INDUCTION This lecture will help you understand: Magnetic Poles Magnetic Fields Magnetic Domains Electric Currents and Magnetic Fields

More information

1554 Technology and Engineering. Dr. Laurence Anderson

1554 Technology and Engineering. Dr. Laurence Anderson 1554 Technology and Engineering Dr. Laurence Anderson landerson@sandwich.k12.ma.us 1.1. What is Engineering? The Seven Engineering Wonders of the Ancient World The Great Pyramid of Giza The Temple of Artemis

More information