home *** CD-ROM | disk | FTP | other *** search
/ The Unsorted BBS Collection / thegreatunsorted.tar / thegreatunsorted / texts / term_papers / 15.txt < prev    next >
Text File  |  1994-10-25  |  3KB  |  41 lines

  1.                                                                          
  2.                                                                          
  3.                              Microprocessor
  4.                                     
  5.      Many believe that to understand what a microprocessor is and does,
  6. a person would need a PH.D. in computer science.  But, even the laymen
  7. can envision the workings of today's microprocessor if the facts are
  8. properly presented. To properly understand what a microprocessor is, a
  9. person must know how it's made, and how it works.
  10.      The  microprocessor interprets all information coming and going
  11. from the rest of the computer. This makes it much like the brain of a
  12. human in contrast. For instance, imagine the computer being like the
  13. human body. Like the brain a processor needs outside connections from
  14. other  parts of the body to be able to function. Without out a body a brain
  15. is useless. The same holds true with a processor that has no computer.
  16. But, unlike the brain, the microprocessor has only permanent memory to
  17. help it perform the tasks that help it communicate with other parts of the
  18. computer.  This makes it more akin to the part of the brain that performs
  19. involuntary or motor functions. In the brain the memory and motor
  20. functions come in one package. While a microprocessor has only motor
  21. functions and needs other parts like a disk-drive, or,  Random access
  22. memory  to hold the instructions that are not used on a consistent basis. 
  23. The brain processes the impulses of  nervous system by being able to tell
  24. if the an electrical impulse is there or not. The brain categorizes these
  25. impulses by where they came from and by what order it was received.
  26. A microprocessor works much the same way. The microprocessor
  27. recognizes two things. The presence of electrical impulse,  represented by
  28. the numeral one. Or the absence of a electrical impulse, represented by
  29. the number zero. This basic form of information is called bits. Bits by
  30. them selves represent little. But, when a series of eight bits are sorted into
  31. what is called a byte, the processor translates the information into either a 
  32. numerical or alphabetical character.  For instance, 00000000 stands for A,
  33. while 00000002 stands for C, and 0000005 stands for E.  When these
  34. bytes are put together  in line  (000000000000000200000005) , Ace is
  35. spelled. Ultimately, the key thing to remember is that both the brain and
  36. microprocessor,  take small bits and pieces of information and categorize
  37. them into a form they can understand and translate for other parts of the
  38. body or computer to understand. 
  39.      
  40.  
  41.