History of the Computer - Codes for Data Transfer, Part 1 of 3

We have seen, in the History of the Computersprocket hole was punched in the tape so that it
series, how machine code is used to operate acould be moved through the reader.As we know
computer so that it can use 1s and 0s to interpret afrom our look at binary codes, 5 bits will give us a
program's intentions. But what about a code fortotal of 31 characters (1+2+4+8+16) plus zero. With
human communication with the computer? We can26 being used for the English alphabet, the other
variously write and read to and from different media,characters are used for Carriage Return, Line Feed,
such as paper tape, magnetic tape, disk or teletype,etc. These are needed to operate the typewriter
but we need some means of converting English (orused to print out the information. Another character,
another language) into a form which can be carriedBel was used to ring a bell on the typewriter to alert
on these media.You may recall the old Westernthe operator.Later a Shift character was
movies where the James gang shoot the telegraphincorporated, similar to the Shift key on a typewriter,
operator so he can't call the Marshall for help. Or theso that following characters would indicate numbers.
movies about the '29 Wall St crash where theAnother shift code would switch back to letters. This
tycoon reads the bad news on the ticker tape andBaudot Code was used on teletype machines to
promptly leaps out of 32nd floor window. Both oftransmit data from one location to another. This was
these are early examples of a code being used on alater accomplished by first punching the tape, and
medium. In this case morse code on the telegraph,then transmitting it by feeding it through a 'high
and an analog code produced from a keyboard atspeed' reader. These speeds were gradually
the transmitting point, also sent by telegraph. Theincreased as the technology improved, and were
ticker tape, so called because of the noise made bygenerally expressed as the 'Baud Rate', roughly
the printing mechanism, carried the Stock Code, asequivalent to bits per second, also named after
used in today's stock market, and a quote.A laterBaudot. Most problems came from punching errors
code used for paper tape, the baudot code, namedand synchronising transmitter and receiver.In part 2
after the French inventor, Baudot, was a five bitwe look at how codes are used in computers.Tony is
code, punched across the tape, giving a 1s and 0san experienced computer engineer. He is currently
pattern to make up the 26 letters of the alphabet.webmaster and contributor to . A set of diagrams
The tape was an inch wide and came on big reels. Aaccompanying these articles may be seen at .