Computers in Society Day 4: History of Computing.

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

Computer Basics Whats that thingamagige?. Parts of a computer.
Base 10 Denary Decimal
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Computer Merit Badge History of Computers. Abacus.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
Basic Computer Components
CS 197 Computers in Society History of Computing.
CS 300 – Lecture 1 Intro to Computer Architecture / Assembly Language Welcome Back!
Processing Data.
CS 197 Computers in Society Computing Devices. Today I see teams. I would like links from people to teams. Any questions on the wiki? We'll go for a short.
Use with Computer Systems and Networks by Blundell, Khan, Lasebae and Jabbar ISBN © 2007 Middlesex University Press Computer Systems and.
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Looking Inside the Computer
SECTIONS 13.1 – 13.3 Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin SECONDARY STORAGE MANAGEMENT.
Teaching Computing at KS3 Session 2 Sue Sentance and Sophie Baker
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
Topics Covered: Data preparation Data preparation Data capturing Data capturing Data verification and validation Data verification and validation Data.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
CS 111 – Aug – 1.3 –Information arranged in memory –Types of memory –Disk properties Commitment for next day: –Read pp , In other.
Storage tradeoffs Storage media cost, speed, and capacity tradeoffs.
Introduction to Computers
CPU RAM IO USB SSD GPU DIM MHZ GHZ HARDWARE
Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.
History of the computer and the internet. Marie(: Fifth.
Working with 8-bit bytes and hexadecimal
CSCI-100 Introduction to Computing Hardware Part I.
How We Measure Memory. Learning Goal Today we are going to learn how the computer stores information.
General Computer Stuff Hardware: physical parts of a computer: CPU, drives, etc. Software: Programs and Data A computer needs both to be useful.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
How We Measure Memory. At the Bottom of things A piece of digital information is always stored as a sequence of binary states. What’s that mean you ask???
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
+ A brief history of data and databases Spanning thousands and thousands of years Unattributed pictures from University of Rochester History SiteUniversity.
Floppy Disk Drive Lesson 5 CES Industries, Inc.. 1. Evolved from audio tape to floppy disk drives, with the first being an 8” disk to modern 3 1/2” 2.
Measuring Memory and Storage
2.1.4 Data Representation Units.
BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website
Section 13.1 – Secondary storage management (Former Student’s Note)
Technology Education THE PERSONAL COMPUTER (PC) HARDWARE PART 2
History of Computers Review Computer Applications I Notes Teacher: Mrs. Malone from Microsoft Office textbook, chapter 1.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Bits & Bytes Why computers use binary. Analog Signals Analog signals : constantly changing values – Difficult to make precise.
Computer Hardware – Storage Systems.  Storage holds data, instructions, and information for future use  Consists of two parts Storage Device Storage.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
© OCR 2016 Unit 2.6 Data Representation Lesson 1 ‒ Numbers.
Basic Computer Fundamentals
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Digital Storage Digital Storage Ann Ware ~
An Overview of the Computer System
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Memory Parts of a computer
Secondary storage.
Information Support and Services
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Eagle Challenge Google Classroom 5 Questions.
An Overview of the Computer System
Data Representation Numbers
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
How do computers work? Storage.
Main memory and mass storage
Bits, Bytes, and Storage.
Programming What?! How?!.
Why computers use binary
Chapter Four Data Representation in Computers By Bezawit E.
Binary System.
AS Level ICT Selection and use of storage requirements, media, and devices: storage and storage capacity Unit 1 Topic a - Selection and use of storage.
Networks & I/O Devices.
Presentation transcript:

Computers in Society Day 4: History of Computing

Information Storage Storing information is as important as processing it. This all started with written language: Important ideas: Precise relationship between spoken and written languages Ability to make a “perfect copy” of a document A medium (clay, paper, …) is used to preserve information over time

Organizing Information Given a large collection of information, how do we find what we need? Alphabetical ordering Dewey Decimal System Indices Long before google, people needed to find things in information collections.

Mechanical Access A large information repository is much more useful if it can be accessed quickly via mechanical means. Punch cards predate computers (by a long shot!) and were used to store and process large volumes of information. A key insight was that alphabetic information can be processed as if it is numeric Herman Hollerith patented a system in which needles sensed the presence or absence of holes in a card. This converted information into electric impulses. His machine was used for the 1890 census

Storage Media

Assessing Storage Technology Read/write or read-only Latency (time it takes to find what you want) (time) Transfer rate (how fast you get the information) (bits / second) Capacity (bits) Cost / bit ($) Error rate (errors / bit) Durability (time)

An Aside Measuring the size of information: * A bit = 0/1 = a single piece of information * A byte = 8 bits = 1 alphabet character * Megabyte = 1,000,000 bytes * Gigabyte = 1,000,000,000 bytes * Terabyte = 1,000,000,000,000 bytes

Back in the day … When I was starting out in the computer biz, an RK05 was “seriously cool”: Data Transfer Rate: 0.1 MBsecond Latency: 70mS Capacity: 2 megabytes Cost: $8000 (1074) (about 1/5 of a house) Media: $99 / disk

Organizing Information The organization of information is no longer mechanical – it’s now done with software. A program that manages larges collections of data and finds things for you is a “database”. (Or maybe “google”).