CS 101 – Aug. 28 A little history Introduce binary numbers.

Slides:



Advertisements
Similar presentations
By: Isaac 6 th. The first computer made o The first computer was invented in o The name of it is the Z1. o The Z1 was created by Germanys Konrad.
Advertisements

History of Computers.
The Evolution of the Computer Age
COMP 4—Power Tools for the Mind1 Use and abuse What’s in the box? How’d we get here? Why? What we’ll cover for this lecture topic: Mind Tool inventors.
Computer History Presented by Frank H. Osborne, Ph. D. © 2005 Bio 2900 Computer Applications in Biology.
Appendix The Continuing Story of the Computer Age.
COMS W1004 Introduction to Computer Science June 11, 2008.
James Tam The history of computers and computing: Part II The computers of the 20 th century and the people behind those machines.
Computers What is it? History, Moore’s Law How to build your own? Sohaib Ahmad Khan CS101 - Topical Lecture
1 CSE1301 Computer Programming: Lecture 34 Introduction to the History of Computing.
Management Information Systems Islamia University of Bahawalpur Delivered by: Tasawar Javed.
Computer History.
Evolution of Computers
Chapter 1 History of Computing. 2 Early History of Computing Abacus (origin? 2000BC) An early device to represent numeric values with beads. Note that.
© Prepared By: Razif Razali 1 CHAPTER ONE INTRODUCTION TO BASIC COMPUTER ARCHITECTURE.
Computer History CS 110 Fall Homework TA Office hours TA Office hours Sunday, Sept 4 th from 3-5Sunday, Sept 4 th from 3-5 Thornton Hall Stacks.
Wilhelm Schickhard (1623) Astronomer and mathematician Automatically add, subtract, multiply, and divide Blaise Pascal (1642) Mathematician Mass produced.
Computers 101 By: Travis 3 rd period. First Computer Invented by Konrad Zuse in 1936 Named Z1 computer.
The History of Computers
ELN230 – Bazlur slide 1 ELN230 Lecture – 02a PC History.
CS 1410 Intro to Computer Tecnology Computers and History1.
History of Computing.
Introduction Chapter 1. 1 History of Computers Development of computers began with many early inventions: The abacus helped early societies perform computations.
An Abacus. Babbage’s Difference Engine Electronic Computers  1939–1944, Howard H. Aiken developed the Harvard Mark I—also known as the IBM ASCC.  Grace.
The U.S. Military and the History of Computing War! What is it good for? Absolutely Nothing! -Edwin Starr.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
The Personal Computer. Arguably, nothing in the 20 th Century has changed our lives more than Personal Computing. Take a few minutes and think about the.
1.1 The Computer Revolution. Computer Revolution Early calculating machines Mechanical devices used to add and subtract By Babylonian (Iraq) 5000 years.
HISTORY OF COMPUTER SCIENCE A LESSON BY MATT SMITH.
Microprocessor Fundamentals Week 1 Mount Druitt College of TAFE Dept. Electrical Engineering 2008.
From the abacus to microprocessors Exploring the Digital Domain The History of Digital Computers.
Computer Science What is Computer Science? Algorithm Design and Analysis Organization and Architecture Artificial Intelligence Databases Operating Systems.
William DeCotiis February 17, 2012 The Impact of Technology on Communication.
COMP 268 Computer Organization and Assembly Language A Brief History of Computing Architecture.
Andrew Liacopoulos Sean Gupta
Lecture-03 PC History. Evolution of Computer s Mechanical Calculators Mechanical Computers Electronic Computers –Tubes –Transistors –ICs.
 “The first computer” has several terms but we are going to talk about one of them: the first digital computer.  The first digital computer is short.
Computer Generations Evolution of the Computer. Modern Computers Modern computers – Binary, electrical, computational devices.
Some History. Computer First, there were mechanical calculators …
Computer Evolution. ENIAC - background Electronic Numerical Integrator And Computer Eckert and Mauchly University of Pennsylvania Trajectory tables for.
Dannelly's Very Short History of Computing CSCI 101.
Rouda's Very Short History of Computing CSCI 101.
Technology for everybody: Apple, Microsoft and the internet. By Mr. N. Metropoulos.
Computer history by Jake, 5 th period WHEN THE FIRST COMPUTER WAS INVENTED.
Computer & TechnologyMahidol Wittayanusorn School1 History of Computers ง เทคโนโลยีสารสนเทศ พื้นฐาน.
Why build a computer? u Computers were developed to mechanize mathematical computations. u Two definitions:  A computer is “a programmable electronic.
Computers in Education Past, Present, and Future
Who invented the computer?
JAMM 1001 New Technology, Part 1 Computers + Communication = The Internet.
Dannelly's Short History of Computing CSCI327 Social Implications of Computing.
Main memory Processor Bus Cache memory Figure 1.5.The processor cache.
A BRIEF HISTORY OF COMPUTERS, THE INTERNET AND THE UNIVERSE By L. Gillett Webmaster MMC.
Prepared by: Shaima Al-aizary
Information Age “An in depth look at the exciting history of the Calculator and Computer”
EBIZ 509 Foundations of E-Business. 2 © UW Business School, University of Washington 2004 Agenda Today Class schedule and class plan Basic computer concepts.
Computer Architecture
Evolution of the Computer. Zeroth Generation- Mechanical 1.Blaise Pascal –Mechanical calculator only perform Von Leibiniz –Mechanical.
Computer Hardware & Operation Northern College Diploma Philip Bird.
Computer Organization IS F242. Course Objective It aims at understanding and appreciating the computing system’s functional components, their characteristics,
HISTORY OF COMPUTER TECHNOLOGY By: Parveer Grewal.
Chapter 1 Introduction.
History Of Computers By: Amena Begum Mr. Ochs – pd. 8/9
History of calculation
Unit 1 Evolution of Computing
Computer Fundamentals
History Computers.
History & Culture of Computing
Hardware & Processor Pioneers
Technology History - Goal: To make human tasks easier
Computer Evolution and Performance
Presentation transcript:

CS 101 – Aug. 28 A little history Introduce binary numbers

Before 1940s Only analog machines, moving parts Specific purpose –Adding machines –Tabulators –Sunrise/sunset, celestial General computing only theoretical interest –Alan Turing

1940s Code-breaking machines in WW 2 General purpose electronic computers –ENIAC, U. of Pennsylvania –ABC, Iowa State –Z3, Konrad Zuse in Germany Transistor (1947) to have impact later von Neumann concept forms basis of computer organization

US Army photo

1950s & 1960s Commercially produced computers (IBM) –gradually become more common in industry Programming languages developed to facilitate commands to the machine Colleges begin to teach computing Large and expensive Moore’s Law

1970s & 1980s Integrated circuit (1971) allows computers to become much smaller –Intel chips 4004, 8008, 8086, 80286, etc. Personal (home) computing –Applications for non-specialists Intense competition Internet only used in large companies, universities

1990s & 2000s Computer for communication and mass medium Internet as a virtual library & soapbox Tech companies (Apple, Microsoft, Intel, Nokia,…) mature and gain clout Growing need to manage information

Binary Numbers Binary = “base 2” The “2” means each bit is either 0 or 1 To interpret a binary number, use place value system.

Place value system In base 10, what does 278 mean? 278 = 2 * * * 10 0 Each digit corresponds to a power of 10

Binary example So now let’s try base 2: What is 11010? 1 * * * * * 2 0 More concise to simply say

Powers of = = = = = = ~ 1 thousand 2 20 ~ 1 million 2 30 ~ 1 billion 2 40 ~ 1 trillion

Binary  Decimal In a binary number, each “1” gives you a power of 2 More examples:

Questions Let’s say we have 4 bits. What is the lowest number? What is the highest number? Try same experiment with 5 bits.