home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PCLEARN.ZIP / HISTORY.TUT < prev    next >
Encoding:
Text File  |  1988-12-13  |  8.8 KB  |  166 lines

  1.  
  2. -------------------------------------------------------------------------
  3.  A LITTLE PC HISTORY - WHERE WE'VE BEEN WITH NO IDEA WHERE WE'RE GOING
  4. -------------------------------------------------------------------------
  5. In the beginning . . .
  6.  
  7. Computing or calculating by machine began in the middle east with the use 
  8. of pegs or stones in trays or channels. The Babylonians developed the idea 
  9. of stone or bead counters into the more modern abacus - modern in the sense 
  10. that the abacus is still in use today and in the hands of an experienced 
  11. operator can calculate results faster than a computer!  
  12.  
  13. The beauty of the abacus is its simplicity in construction and operation.
  14. Inexpensive beads of stone or wood and a simple frame make up the abacus 
  15. and the uneducated could quickly be trained in its use. 
  16.  
  17. In the 8th and 9th centuries we note the rise of the arabic numerical 
  18. system which slowly to spread through Europe and the then civilized world.
  19. Although a superior calculating system, arabic numerals required the user 
  20. to understand the more complicated numerical theory associated with the 
  21. system.
  22.  
  23. By the early 1600's Napier (often assocated with the development of 
  24. logarithms and their practical application) introduced a series of rods 
  25. which could be used for multiplication - a crude slide rule system.
  26.  
  27. Soon, ever more complicated "calculating engines" or primitive mechinical 
  28. computing devices appeared. One example is the complex Pascaline invented 
  29. by Blaise Pascal. 
  30.  
  31. By 1791 the stage was set. Babbage, an English mathematician and 
  32. inventor with the help of Ada Byron (daughter of lord Byron, the famous 
  33. poet) developed the ideas for two mechanical calculators or "number 
  34. engines." The Difference Engine was a device to solve polynomial equations 
  35. by the methods of differences. The Analytical Engine (which was never 
  36. built)) was designed as a general computing device. Both were mechanical
  37. in concept using gears, rods and cams to perform calculations. 
  38. Unfortunately neither machine was built since the tooling and machining 
  39. technology of the day was imprecise and could not construct the 
  40. accurate parts needed. 
  41.  
  42. However the models and planning of Babbage and Byron did lead to important 
  43. preliminary computing concepts still in use today.  
  44.  
  45. Next we jump to the United States. By 1880 a problem had arisen with the 
  46. United States census. By that time, it took 7 years to process all of the 
  47. information gathered by the Census Bureau since all tabulation was done by 
  48. hand on paper. It was assumed that the 1890 census might take 10 to 12
  49. years to tabulate. Clearly a better method was needed to crunch the 
  50. volume of numbers and data. A public competition was held to produce a 
  51. better indexing or mechanical system to tabulate future census results.
  52. Herman Hollerith, a census employee handily won by suggesting the use of 
  53. punch cards and a form of punch card reader which tabulated the results in
  54. six weeks. Hollerith, wise in the ways of computing devices and seeing a 
  55. good oportunity went on to found the Tabulating Machine Company (later 
  56. changed to IBM). Hollerith might be thus thought of as our first computer 
  57. entrepreneur!    
  58.  
  59. The advent of World War II provided the impetus for the development of 
  60. more developed computing devices. The Mark I was an electromechanical 
  61. device using relays. IBM built that computer for the Navy. Next the 
  62. Colussus was built for the British and used for wartime code breaking of 
  63. German radio transmissions. The ABC (Atanasoff-Berry Computer) was 
  64. constructed at Iowa State and was the first electronic digital computer.
  65. Eniac was the most famous of the early computers and contained 18,000 
  66. vacuum tubes and was used by the Army for ballistics calculations. 
  67. Edvac was the first stored memory computing device which did away with 
  68. rewiring tasks associated with changing computer programs and represented 
  69. a true computer breakthrough. This first generation of machines running 
  70. from roughly 1951 through 1958 featured computers characterized by the use 
  71. of radio type vacuum tubes. 
  72.  
  73. Second generation machines such as the famous Univac were designed 
  74. as  true general or universal purpose machines and could process 
  75. both alphabetic and numeric problems and data. Punch cards still formed 
  76. the major input path to the machines of this era and all programming 
  77. was done in complex low level machine language commands. 
  78.  
  79. By 1959 and the invention of the transistor, computers began to shrink in 
  80. size, cost and operate faster and more dependably than the huge vacuum 
  81. tube models. Programming languages began to feature English-like 
  82. instructions rather than the cumbersome machine code or assembly language.
  83. Fortran and Cobol are two modern "high level" languages developed during 
  84. this period and still in use today.              
  85.  
  86. Finally we come to the present decade . . .
  87.  
  88. ==August 1981. Original IBM PC (personal computer) introduced. Has
  89. options for monochrome and CGA display. Receives generally good reviews
  90. and acceptance by business users and a few home users. Original DOS 1.0
  91. released which supported only single sided discs (160K capacity). Later
  92. version 1.1 corrected bugs (problems) in the programming code and 
  93. provided double sided discs (320K capacity), and faster disc
  94. access, date and time stamping and better serial communications.
  95.  
  96. ==August 1982. Monochrome resolution of pc screen increased with introduction 
  97. of the hercules graphics card circuit. 
  98.  
  99. ==November 1982. Compaq portable arrives. First clone on the market.
  100. The IBM pc standard is growing in popularity. Clone makers start to
  101. copy the PC in earnest. Software companies such as Phoenix technologies
  102. prepares BIOS and SYS programs which run the same as the IBM BIOS 
  103. program without the copyright violation which every clone computer
  104. tries to avoid. BIOS stands for basic input and output system and is
  105. the core software essential to keyboard, disc and screen input/output.
  106. The BIOS is considered legally protected IBM software code, but can be
  107. simulated (or emulated) closely by a clever programmer in an attempt
  108. to "do the same job, without using exactly the same programming code."
  109.  
  110. ==March 1983. IBM PCXT (increased memory and hard drive capability).
  111. DOS 2.0 version released. This second DOS version includes hard drive
  112. capability, filter commands (sort, find, more), and a new floppy
  113. format system for 360K capacity per floppy. IBM bios code upgraded.
  114.  
  115. ==October 1983. IBM PCjr released. Market disappointment for that
  116. IBM entry into the home market with the underpowered pcjr. The larger
  117. IBM PC standard is rapidly growing as the standard for personal
  118. computers and clones.
  119.  
  120. ==March 1984. IBM PC portable introduced. Portable clones already
  121. on the market with some small (and growing success).
  122.  
  123. ==August 1984. IBM PC AT machine arrives. More power, a new processor
  124. (80286). New screen display standard (EGA). Also new version of DOS 3.0.
  125. This version of DOS now takes into account the AT high density
  126. floppy drive (1.2 meg or million characters of capacity), read only 
  127. files, a new disc write system for better file recovery in case of
  128. errors. Shortly thereafter, DOS 3.1 addresses file sharing. 
  129.  
  130. ==November 1985. Microsoft windows graphic display environment released.
  131. NEC multisync monitor is released.
  132.  
  133. ==April 1986. IBM PC old standard model discontinued for newer models.
  134. IBM PC convertable released.
  135.  
  136. ==September 1986. Compaq jumps the gun on IBM with release of new (80386)
  137. processor computer with more power than the PC AT.
  138.  
  139. ==April 1987. IBM PS/2 models 30, 50 and 60 released. DOS 3.3 released.
  140. VGA video standard arrives. IBM blesses the new 3.5 inch minifloppy already
  141. in use on Apple Macintosh computers by offering that format on IBM machines.
  142.  
  143. ==August 1987. Microsoft windows version 2.0 arrives.
  144.  
  145. ==1988 Laptop computers, smaller versions of desktop computers, are sold
  146. in large volumes. Size as well as features become issues in computer
  147. sales. 
  148.  
  149. ==The future? Difficult to predict, but consensus of industry observers 
  150. is that the new IBM PS/2 computers will migrate into the
  151. office scene while many home and home/office users will stay with
  152. older PC and AT models. Prices continue to tumble on PC compatables
  153. ($400 to $500 range) and AT clones ($700 to $1000 range). The new
  154. operating system for AT class machines (using 80286 processors) is
  155. called OS/2 but requires more memory and the 80286 processor
  156. found in AT class machines. It will eventually replace the older DOS
  157. system, but for many users of home and home/office machines not needing
  158. networks (many computers talk to each other and share data), the old
  159. DOS standard will live a long time. In general expect things to happen 
  160. faster, computers to become still smaller and prices to descend still 
  161. further!  
  162.  
  163.  
  164.  
  165. end of file - now press escape key.
  166.