Notes
Outline
Bus 311 – Hardware
Herman Hollerith
Graduates Columbia School of Mines 1879
Takes job at Census Bureau 1880
Census takes 7 years
Leaves in 1884 to build tabulating machine
Hollerith’s Tabulating Machine
Encodes information on cards – dollar sized
Each hole represents attribute – religion, education, gender
Complete circuit turns counter
Cards can also be sorted
Hollerith’s Impact
1890 Census completed in 3 years, saved $5 million in costs, even though population grew 13 million
Began selling in Europe, to railroads, and to Federal agencies
1911 combined with companies making scales, time clocks, and coffee grinders.  Company was renamed International Business Machines
Hollerith’s concepts
Information can be represented in two states – circuit/no circuit
Binary representations are simple for machines
Simple circuits are cheap to build and easier to maintain – fewer errors
Current Binary applications
Magnetized/unmag – disks
Reflective/un – CDs
Hi volt/ low volt – modems
Switched/unswitched – logic gates
Hi frequency/low - satellites
Binary alphabets - ASCII
American Standard Code for Information Interchange – ASCII
A = 0100 0001 a = 0110 0001
B = 0100 0010 b = 0110 0010
C = 0100 0011 c = 0110 0011
D = 0100 0100 d = 0110 0100
E = 0100 0101 e = 0110 0101
F = 0100 0110 f = 0110 0110