home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / FILE / IDC40A.ZIP / INFO.DOC < prev    next >
Encoding:
Text File  |  1990-03-07  |  3.8 KB  |  109 lines

  1.  
  2.             ODDS AND ENDS OF INTEREST
  3.  
  4.  
  5.  
  6.     Origin of the term DEBUG.
  7.  
  8.         During WWII, the war department was using the Mark I
  9.     computer, your basic monsterous machine that gobbled up electricity
  10.     and raditated a huge amount of heat. The machine was used for
  11.     targeting, trajectory  and fuel consumption calculations. Since
  12.     these were the days before air conditioning, the machine was run
  13.     mostly at night. The machine was made of up a lot of mechanical
  14.     flip-flops (one of the primary gates in any computer). One night
  15.     the computer failed to function and it was found that a moth had
  16.     given up the ghost when caught by one of the flip-flop contacts.
  17.     It is not hard to imagine, that the running joke was something to
  18.     do with whether or not someone had "debugged" the machine lately.
  19.     The rest is history or frustration or something.
  20.  
  21.  
  22.     Origin of the GW in GWBASIC
  23.  
  24.         No big deal here, the GW stands for Gee Whiz
  25.  
  26.     Origin of the term "Winchester" drive
  27.     
  28.         Ken Haughton a member of the IBM design team that designed
  29.         the DASD (direct-access-storage-device)  coined
  30.         the term "Winchester" since the model 3340 had two 30M
  31.         modules and reminded him of his Winchester 30-30 rifle.
  32.         The year was 1973 and the term is still prevalent.
  33.  
  34. The first 32-bit "microprocessor"
  35.  
  36.         This was actually a 4 chip set that adjunctly formed a
  37.         32 bit microprocessor. The set was called "IMP" by
  38.         National Semiconductor and was used by Honeywell in
  39.         their 1000 series environmental controllers.
  40.  
  41. About Programming
  42.  
  43.     "Programming is a series of discoveries leading you from one plateau
  44.     of understanding to another... The trick is not to step in the stuff
  45.     between the plateaus."
  46.  
  47.         - taken from a cartoon
  48.  
  49.     "A programmer IS his own worst enemy."
  50.     
  51.         - Gary Conway
  52.  
  53.     "The sooner you go to the keyboard, the longer the project takes."
  54.     
  55.         - Gary Conway
  56.  
  57. More about programming
  58.  
  59.     "Computer programmers are among the great innovators of our times.
  60.     Unhappily, among their most enduring accomplishments are several new
  61.     techniques for wasting time. There is no shortage of horror stories
  62.     about programs that took twenty times as long to debug as they did to
  63.     "write". And one hears again and again about programs that had to be
  64.     started over several times because they were not well thought out
  65.     the first time around. But much less is said of what may be the most
  66.     successfully mastered time-wasting technique among students of
  67.     programming: finding information about the machine. Spending hours
  68.     trying to locate a single, simple fact is a veritable rite of passage
  69.     for new programmers - as is ripping up reference books in a red-eyed
  70.     frenzy.
  71.         A typical programmer's morning after CRT eye strain, a six
  72.     foot pile of crumpled printouts, and two dozen reference books all over
  73.     the floor. Among these books are hardware tech reference manuals, DOS
  74.     tech reference manuals, language reference manuals, spec sheets on
  75.     particular chips, hardware manuals for printers and boards, plus
  76.     a dozen or so computer books, each possessing some prized bit of
  77.     information required at 3 AM by a particularly intricate bit of code."
  78.  
  79.         - taken from "PROGRAMMER'S PROBLEM SOLVER" by Robert Jourdain
  80.  
  81.  
  82.     "The truth is incontrovertible. Panic may resent it; ignorance may
  83.      deride it; malice may distort it; but there it is."
  84.  
  85.                 Winston Churchill
  86.  
  87. Misc.
  88.  
  89.     "A wolf is still a wolf is still a wolf, even though it doesn't
  90.      eat your sheep."
  91.      
  92.          - unknown
  93.         
  94.     "A pint can't hold a quart. When holding a pint, it is doing
  95.      the best that it can."
  96.      
  97.          - unknown
  98.         
  99.     "Hardware: A product that if you play with it long enough, breaks."
  100.     "Software: A product that if you play with it long enough, it works."
  101.     
  102.         - unknown
  103.  
  104.     "The two most important gifts from a parent to his child are,
  105.      ROOTS and WINGS"
  106.  
  107.  
  108. End of file
  109.