home *** CD-ROM | disk | FTP | other *** search
/ Collection of Education / collectionofeducationcarat1997.iso / COMPUSCI / COMPEZ1.ZIP / CHAPTER.9 < prev    next >
Text File  |  1993-07-24  |  31KB  |  577 lines

  1.  
  2.  
  3.  
  4.                                  CHAPTER 9
  5.                              Words, Words, Words
  6.  
  7.  
  8.         386  -  This refers to computers that have a 80386 or 80486
  9.                 or higher "86" number microprocessor in them.
  10.  
  11.         80286  - This is the number for a microprocessor in an AT or
  12.                  286 computer.  It is less sophistocatedthan 386 and
  13.                  a little better than an 8086.
  14.  
  15.         80386  -  This refers to the microprocessor in all 80386 computers.
  16.                   There are two types of 386's: the SX and the DX: the SX
  17.                   is a cheaper version of the DX.
  18.  
  19.         80486   -  This refers to the microprocessor found in a 80486
  20.                    computer. It is a bit better than a 386, and costs a
  21.                    bit more, too.
  22.  
  23.         8086/8088  - These numbers refer to the first microprocessors
  24.                      found in the  personal computers to come out 
  25.                      in the early 1980's. 
  26.  
  27.         A:   -   This refers to the  "A" "Drive" on the computer.  Usually
  28.                  a floppy disk drive. It is the mechanism which operates
  29.                  using external, removable floppy disks, rather than the
  30.                  fixed hard drive.  Programs run slower when run from
  31.                  a floppy drive.
  32.  
  33.         alt-key   - A key labeled ALT which is used in combination with
  34.                     other keys in order to carry out specified functions
  35.                     in a program.  ALT-C  means that first the ALT key
  36.                     is depressed, then the letter "C" is depressed while
  37.                     holding the alt down in position.
  38.  
  39.         applications   -  A term which applies to computer programs, general-
  40.                    ly of a similar type.  There are word processing applica-
  41.                    tions, or database applications.
  42.  
  43.         arrow keys   -  These are keys on the keyboard which move the
  44.                     cursor around on the screen -  they have little arrows
  45.                     on them one for U p arrow, D own arrow, L eft arrow,
  46.                     R ight arrow.
  47.  
  48.         ansi  -  Pronounced AN-SEE.  Generally refers to a type of color
  49.                  graphic screen, which is relatively easy to draw and
  50.                  which is used for color menus, etc.
  51.  
  52.         ascii  -  Pronounced ASK-EE  It is generally referred to as a plain
  53.                   text file.  Nothing fancy!  Just like typing on a type-
  54.                   writer.  A lot of word processors use ascii text as their
  55.                   standard.
  56.  
  57.         backslash  -   This is the "\" character.  It is a backwards slanting
  58.                   slash.  In DOS the backslash is used to symbolize the
  59.                   root directory.  It also helps to separate several items
  60.                   in a path name.  eg.  C:\DOS\COMMAND.COM
  61.  
  62.         backup  -  A method of copying your files from the Hard Drive to
  63.                    a safe place - like on floppy disks, or a tape drive.
  64.                    This is totally for safekeeping ... in case something
  65.                    happens and the HD "crashes" (all of the data is lost)!
  66.  
  67.         baud  -  Actually refers to a signal change in computereze.  But it
  68.                  has come to be known as BPS or bytes per second - the
  69.                  speed at which a modem transfers information. eg. 2400bps.
  70.  
  71.         bit   -  Meaning "binary-digit".  This refers to a single micro-
  72.                  scopic switch inside the computer, which contains the value
  73.                  of 0 or 1.  Millions of these can be found in a computer
  74.                  system.  They go into making up memory and disk storage.
  75.  
  76.         boot  -  This is how you turn the computer on - you "boot it up"!
  77.                  Resetting the computer is the same as "re-booting" or
  78.                  giving it a "warm boot"!
  79.  
  80.         byte   -  This is a group of eight bytes clustered together to
  81.                 form one unit of information.  It is one single character
  82.                 stored inside the computer.  "Byte" requires four bytes of
  83.                 storage inside the computer.  Bytes also measure the capa-
  84.                 city of storage space, either filled, or unfilled:  eg.
  85.                 kilobyte, megabyte.
  86.  
  87.         C:   -  This is what the main root drive of a hard disk is called.
  88.                 The "C" drive.  The ":" after the letter defines it as a
  89.                  "drive".
  90.  
  91.         capacity  -  This is the amount of storage space that is possible
  92.                    on a given drive.  Some hard disks can store up to 500meg
  93.                    of information or more, while a floppy disk can only hold
  94.                    360K, 720K, or 1.2m or 1.4m ... depending on which type
  95.                    you have on hand.
  96.  
  97.         CD-ROM   -  Means:  COMPACT DISK - READ ONLY MEMORY.  THis means that
  98.                    a disk can hold information to be "read" only and not
  99.                    "written" to.  One disk can hold several million bytes of
  100.                    information. It is like a musical CD disk, only it stores
  101.                     electronic information in the form of files, rather than
  102.                     songs.
  103.  
  104.         CGA  -  Color Graphics Adapter - This was the first video system for
  105.                 a personal computer which allowed you to see color text and
  106.                 graphics.  Not very sophisticated.  Cartoonlike graphics.
  107.  
  108.         clone  -  This means an imitation of the original.  Most all computers
  109.                 are clones of the first IBM models.
  110.  
  111.         chkdsk /f  -  When you type this at a dos prompt it will "check" your
  112.                  "disk" to see if there is any internal file structures that
  113.                  are damaged in anyway, due to use.  The  "/f" switch means
  114.                  that it will fix the damage for you.
  115.  
  116.         CMOS   - THis has to do with the special memory inside the computer.
  117.                  This type of memory stores information about the computers
  118.                  configuration and hard drive.  It also keeps track of the
  119.                  date and time.  This requires a battery to run.
  120.  
  121.         compatible   -  This term refers to a computer that can run DOS soft-
  122.                   ware.  Mostly all computers are DOS compatible these days.
  123.  
  124.         control key  -  This is a key-combination which uses the Ctrl or
  125.                   CONTROL key plus another key depressed while still holding
  126.                   down the control key... It provides an additional level of
  127.                   function keys.
  128.  
  129.         conventional memory   -  This is the basic type of memory in a PC,
  130.                    where DOS runs and all your are located.  There can be
  131.                    a maximum of 640K of conventional memory.
  132.  
  133.         CPU  -  This means central processing unit.... this is the brains
  134.                 of the computer.
  135.  
  136.         ctrl  - This is the name of the Control Key as it appears on the
  137.                 keyboard.
  138.  
  139.         cursor keys  -  There are the arrow keys which moves the cursor
  140.                         around the screen.
  141.  
  142.         cursor  -  The blinking underline on the screen. This marks your
  143.                    position on the screen, showing you where any new text
  144.                    will appear.
  145.  
  146.         data  -  Information.  This is what is created and changed by using
  147.                  the computer.  It can be anything at all.  A word proces-
  148.                  sing document, a spreadsheet, a database.
  149.  
  150.         database  -
  151.  
  152.         default  -  This means the standard choice, option, or selection
  153.                     automatically taken when you don't choose something
  154.                     else.
  155.  
  156.         directory  -  This is the place where a collection of files is kept!
  157.                    Every  disk has one main directory.  This is called the
  158.                    root directory.  Usually attached to this directory are
  159.                    related or subdirectories. When you save a file to the
  160.                    disk ... it is saved to a particular directory. You can
  161.