home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / dos_util / compez1.zip / CHAPTER.9 < prev    next >
Text File  |  1993-07-25  |  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.                    view the files in a given directory be using the DIR
  162.                    command...which means DIRECTORY.
  163.  
  164.         disk   -  This is the place on the computer where information is
  165.                   stored. There are two kinds of disks: hard and floppy.
  166.                   Hard disks are permanent and attached to the insides
  167.                   of the computer.  Floppy disks are portable and come in
  168.                   two width sizes: 3.5" and 5.25".
  169.  
  170.         display   -  This is another term for the computer screen or monitor.
  171.                   However, it means more precisely: what is actually displayed
  172.                   on the screen rather than the monitor itself which is the
  173.                   hardware which produces the display.
  174.  
  175.         document   -  This is a file created by a word procesor which contains
  176.                   formatting information, text styles, fonts and the like.
  177.                   This is opposed to a regular text file which just contains
  178.                   textual content and can be viewed by typing the TYPE command.
  179.  
  180.         DOS   -  This means Disk Operating System.  THis is the central program
  181.                  which controls all of the computer, the program it runs and
  182.                  anything that saves information to or loads it from disk.
  183.  
  184.         DOS memory  -  This is another term for conventional memory, which is
  185.                  the basic 640K of memory in a computer.
  186.  
  187.         dot matrix  - This is a type of printer which uses a series of pins to
  188.                  create an image on paper.  Dot matrix printers are the most
  189.                  economical way to print information.
  190.  
  191.         dump -  This is a computer term which means to wash out one thing and
  192.                  dump it into another. Eg. a screen dump takes the information
  193.                  displayed on the screen and literally dumps it out to the
  194.                  printer.
  195.  
  196.         EGA   -   This means Enhanced Graphic Adapter.   The standard came
  197.                  after the CGA.  It gave more colors than the CGA and easier
  198.                  to read text. This standard has been superceded by the VGA.
  199.  
  200.         EMS  -  This means expanded memory specification. It is a standard
  201.                 for accessing extra memory on all types of computers.  This
  202.                 memory is used by DOS and most DOS applications.
  203.  
  204.         escape key  -  This is a key on the keyboard with ESC on it.  It is
  205.                 used by many programs as a way to cancel or exit out of the
  206.                 program.
  207.  
  208.         expanded memory   -  This is extra memory in the computer which
  209.                  is needed for DOS and lots of DOS applications.  You must
  210.                  add this kind of memory by buying hardware and software
  211.                  for it.
  212.  
  213.         expansion card   -  This is a piece of hardware that is plugged into
  214.                         the main (mother)board of the computer.  It expands
  215.                         the capability of your computer, and allows you to
  216.                         add new devices. You can add modems, sound cards,
  217.                         and stuff like that !
  218.  
  219.         expansion slot  -  This is the location on the motherboard where the
  220.                          expansion card "sits" in.  Typical computers have
  221.                          eight expansion slots.
  222.  
  223.         extended memory   -  This is extra memory in an 80286 or 80386 com-
  224.                           outer. It is not expanded memory. It can be conver-
  225.                           ted to more usable expanded memory with special
  226.                           software.
  227.  
  228.         file   -  This is where all the action takes place in a computer.
  229.                   It is an electronic piece of paper on which you write.
  230.                   You can write words, figures, or graphics (pictures).
  231.  
  232.         floppy disk  -  A removable disk in a computer fitting into a
  233.                    3.5" or 5.25" drive.
  234.  
  235.         font  -  This is a typsetting term used in desktop publishing for
  236.                   computers.  It is a specific style of text, like ROMAN.
  237.  
  238.         format  -  To prepare a disk to be used by DOS.  Unformatted disks
  239.                   are unable to accept information. The FORMAT command can
  240.                   accomplish this.   Just BE VERY CAREFUL  not to format
  241.                   C: or D:  or any of your fixed drives!  Saves tears that
  242.                   way!
  243.  
  244.         function keys  -   These are those keys on the keyboard on the top
  245.                   row with the letter/numbers  F1 thru F10 or 12.  They
  246.                   perform different special functions depending on the pro-
  247.                   gram.  The F1 key, for example, in most programs is the
  248.                   on-line HELP key!  Sometimes these are used in combination
  249.                   with other keys such as SHIFT, CTRL or ALT (which then
  250.                   actually means there are 36 possibilities)!
  251.  
  252.         gigabyte  -  This is 1,000 megabytes  or 1,000 million which means
  253.                    1 billion characters: a LOT of characters!
  254.  
  255.         graphics adapter   -  This piece of hardware controls the monitor.
  256.                   The three basic types of graphics adapters are: CGA, EGA
  257.                   and VGA.
  258.  
  259.         hard disk  -  This is a high speed long-term storage device for  a
  260.                    personal computer.  They have a much greater speed and
  261.                    capacity than a floppy disk!
  262.  
  263.         hardware   -  This is the physical components of a computer system.
  264.                     It is controlled by the software. It is like driving a
  265.                     car:  the hardware is the car itself; the software is
  266.                     the actual driving or instructions given the car by the
  267.                     driver to take it to where the driver wants to go.
  268.  
  269.         I/O   -  This means  Input/Output.  This is the way the computer
  270.                  actually works.  They take in information, process it
  271.                  then, give it back out!
  272.  
  273.         i 486  -  This means the Intel '486 computer.
  274.  
  275.         keyboard  -  This is what you use to type with on the computer system.
  276.                   It has the standard typewriter keys plus function and arrow
  277.                   keys, and a numeric key-pad.
  278.  
  279.         kilobyte   -  This means 1,00 bytes.  THis is about 1/2 page of text.
  280.                   It is abbreviated K. 15K then equals 15,000bytes (more or
  281.                   less)! (Actually 1K = 1024 bytes so... you figure it out!)
  282.  
  283.         laptop  -  This is a compact type of computer that can run on
  284.                   batteries that is entirely portable. And they are quite
  285.                   expensive.
  286.  
  287.         laser printer   -  A special kind of printer that uses a laser beam
  288.                         create the image on paper. They produce really good
  289.                         graphics.  And of course, they are more expensive
  290.                         than the traditional dot matrix printer.
  291.  
  292.         LCD -  This means liquid crystal display - applies mostly to lap-
  293.               top computers.  They are akin to the desktop computers VGA
  294.               display.
  295.  
  296.         load   -  This means to move information from the disk into the
  297.                 computer's memory.  You have to load a program in order to
  298.                 work with it!
  299.  
  300.         MB  -  This is an abbreviation for Megabyte  or  1,000 kilobytes....
  301.                which is actually 1024 k-bytes technically speaking.
  302.  
  303.         macro   -  This is a program within a program which can carry out
  304.                 a preset complex function with the stroke of one or two keys.
  305.                 You can preset your name and address, for example, and then
  306.                 every time you need to use it, in a particular program, just
  307.                 hit the macro key that you already preset as your name and
  308.                 address, and it will be all printed out for you. Saves time!
  309.  
  310.         math coprocessor  -  This is a companion to a computer's CPU, which
  311.                        is designed to perform complex arithmetic processes
  312.                        quickly.  486 computers have the co-processor built
  313.                        in, while it must be added to a 386.
  314.  
  315.         megabyte  -  One million bytes...or 1,000 kilobytes.... which is
  316.                     actually 1024 kbs.  Drive storage space is usually
  317.                     referred to in terms of "megs" or "megabytes" - eg.
  318.                     a typical hard drive these days can store about 120MB
  319.                     of information.
  320.  
  321.         memory  -  This is where the computer stores information as it is
  322.                 working on it.  It is temporary storage usually in the form
  323.                 of RAM chips. The computer only works on information in its
  324.                 memory.  When it is done, it can be stored to disk.
  325.  
  326.         memory-resident-program  -   These are the kind of programs that
  327.                      "hide" in memory and work only when you call on them.
  328.                       Hitting ALT-C sometimes can cause a "POPUP" calculator
  329.                       to appear on the screen, right on top of the program
  330.                       you were already running.
  331.  
  332.         menu  -  This is a list of commands or options in a program. Sometimes
  333.                 menus are displayed across the top of the screen, or they may
  334.                 appear at the bottom.  They give you one word commands or
  335.                 choices.
  336.  
  337.         MHZ   - This is an abbreviation for "megahertz". This has to do with
  338.                 how fast the computer can compute.  A typical CPU can perk
  339.                 along at 33 or 40 MHZ these days.
  340.  
  341.         microprocessor  -  This is the computer system's main "brain" or
  342.                         control center.  This is where all of the calculations
  343.                         take place. Microprocessors are also called "pro-
  344.                         cessors" or "CPUs".  This is what is given the number
  345.                         '286 or '386 etc.
  346.  
  347.         modem  -  This actually means "modulator-demodulator". It is a
  348.                 device that can take electronic information from your computer
  349.                 and translates it into sounds that can be transmitted over
  350.                 the phone lines.  These sounds then are converted back into
  351.                 electronic information by the other computer's modem.
  352.  
  353.         monitor   -  This is the computer's video display screen.  It is the
  354.                 TV set looking part of the system.  It however is only half
  355.                 of the video system of the computer. The other half is the
  356.                 graphics card that is plugged into the motherboard of the
  357.                 computer.
  358.  
  359.         monochrome   -  This is a kind of computer dislpay that shows only
  360.                         two colors: black and white or green and white.
  361.                         Some black and white systems can display various
  362.                         shades of gray as well.
  363.  
  364.         mouse   -  This is a small hand-held pointing device that is used
  365.                 mostly in graphics programs to manipulate what is on the
  366.                 screen.  The mouse has two parts:  what you can feel and
  367.                 touch (usually having a body and two "buttons"); and the
  368.                 software which is the program that controls the mouse and
  369.                 allows your applications to access it.
  370.  
  371.         MS-DOS  -  This is one of the official names of DOS ... MS-DOS  or
  372.                 Microsoft DOS .... a version of DOS put out by the Micro-
  373.                 soft Corporation.
  374.  
  375.         network  -  This refers to several computers being "hooked together".
  376.                 This way you can share printers, while other computers send
  377.                 files back and forth to each other, or run programs, or ac-
  378.                 cess files on other computers.  This sounds like fun!  But
  379.                 they are a pain to set up and maintain.
  380.  
  381.         on-line  -  This means that the computer is turned on and ready to
  382.                 compute!
  383.  
  384.         option   -  An item typed after a DOS command that is not required
  385.                 for the running of the program. It is sometimes called
  386.                 a "switch" as it switches on additional instructions for
  387.                 the computer. A way to customize the running of a program.
  388.  
  389.         parallel port   -   see printer port.
  390.  
  391.         pathname  -  This is the full, exact name of a file or directory
  392.                 on a disk.  It includes the drive letter, a colon, a
  393.                 directory name, and a filename.  Being EXACTING is the
  394.                 key to locating any file on a system.
  395.  
  396.         PC   -  This means Personal Computer. Before the first IBM PC,
  397.                 personal computers were called "microcomputers" after the
  398.                 microprocessor. Now all personal computers, even non-DOS
  399.                 computers are called PCs.
  400.  
  401.         PC-DOS   -  This is the original IBM version of DOS.  You can run
  402.                 PC-DOS on non-IBM computers.
  403.  
  404.         peripheral  -  This refers to any device attached to the outside
  405.                 of the computer, such as the printer, the modem, or even
  406.                 the monitor and keyboard.
  407.  
  408.         pixel  -  This is the individual dot on a computer's display screen
  409.                 used to show graphics. A graphic image is made up of hundreds
  410.                 of dots or pixels.  Each pixel can be a different color and
  411.                 in a different position.  This creates the image that you
  412.                 see on the screen. The number of horizontal and vertical
  413.                 pixels determined the resolution of the graphic.
  414.  
  415.  
  416.         port  -  This is a connection on the back of the computer to which
  417.                 you can attach peripherals, or external items.  There are
  418.                 two primary ports: a serial port and a printer port.  How-
  419.                 ever, what the keyboard and mouse plug into can also be
  420.                 called ports.
  421.  
  422.         printer -  This is a device which attaches to the computer and prints
  423.                 information. This is necessary to give you a "hard copy" or
  424.                 printed out-put of the information on your files in the
  425.                 computer.
  426.  
  427.         printer port  -  This is the connection at the back of the computer
  428.                         into which you plug the printer cable.  This attaches
  429.                         the printer to the computer.  The printer port is
  430.                         also called the parallel port.
  431.  
  432.         program  -  This is the file which runs a program.  It has the
  433.                 instructions for the computer.  The programs are stored
  434.                 in files with extensions on them of .EXE, .BAT, .COM.
  435.                 To run the program you need only type the first part of
  436.                 the filename (leaving off the extension).
  437.  
  438.         prompt -  It looks like this  :   C>    or whatever other directory
  439.                 you may be in  eg  C:\GAMES>  .  It is at this point, where
  440.                 the cursor is blinking that you may type DOS commands to
  441.                 operate programs etc.  If someone tells you to go to a DOS
  442.                 prompt:  escape or exit out of the program and go to DOS...
  443.                 which just a blank black screen with one of these prompts
  444.                 on it with a blinking cursor just waiting for your further
  445.                 instructions.
  446.  
  447.         RAM -  This means Random Access Memory. This is the primary type
  448.                 of memory storage. In a personal computer RAM = memory.
  449.  
  450.         reset  -  When all else fails in a program and it is locked solid...
  451.                 no commands work, the keyboard is dead..... hit the RESET
  452.                 button on the computer .... It is usually RED!   but don't
  453.                 do this unless you absolutely have to !!!!
  454.  
  455.         resolution  -  This refers to the number of dots (pixels) on the
  456.                         screen. The higher the resolution the greater the
  457.                         number of dots in a concentrated area, and the
  458.                         finer the graphics image can be displayed.
  459.  
  460.         RGB  -  This means Red Green Blue.  The three primary colors. The
  461.                 colors are used in all computer displays to show all colors
  462.                 of the rainbow, from which graphics are created.
  463.  
  464.         ROM  -  This means Read Only Memory. These are special chips in the
  465.                 computer that contain instructions. BIOS are stored here.
  466.                 These are read-only files and the information cannot be
  467.                 changed.
  468.  
  469.         root directory   -   This is the primary directory on every DOS
  470.                         disk. Other directories or subdirectories branch
  471.                         off of this one: like on a "family tree"!  The
  472.                         symbol for the root directory is (\) : the
  473.                         backslash!
  474.  
  475.         save  -  The process of transferring information from memory onto
  476.                 a disk: either hard or floppy or both for long-term storage.
  477.  
  478.         screen dump  -  This means taking the information on the screen
  479.                         and sending a copy of it to your printer. You
  480.                         can press the PRINT SCREEN key to activate this
  481.                         process.
  482.  
  483.         SCSI  -  This means Small Computer System Interface.  It is a
  484.                 very fast and versatile serial port.  It is pronounced
  485.                 "scuzzy"!
  486.  
  487.         serial port   -  This is a port into which a variety of devices
  488.                         can be plugged.  The most common is the modem.
  489.                         You can also plug in a mouse, printer or scanner.
  490.                         Most computers have one or two serial ports.
  491.  
  492.         shareware  -  This relates to a category of software that is not
  493.                       free. You can try the programs out before buying
  494.                       them.  But in conscience if you are going to keep
  495.                       and use the program then you should send the author
  496.                       the required donation. This book for example is
  497.                       Shareware.  If you are going to keep it, then send
  498.                       the author the $10!
  499.  
  500.         software   -  This is the collection of programs that you have
  501.                 in your possession to make life easier for you.  Software
  502.                 controls the computer hardware. There are all kinds of
  503.                 software (word processing, databasing, spreadsheeting etc)
  504.                 to help you organize your life.
  505.  
  506.         source  -  This is the original from which a copy is made.  When
  507.                 you copy a file or duplicate a disk the original is called
  508.                 the source. The source drive is the drive from which you
  509.                 are making the copy.  The destination, or location to which
  510.                 you are copying is referred to as the target.
  511.  
  512.         spreadsheet  -  A specific type of database program made up of
  513.                 rows and columns.  This is used as an electronic spread-
  514.                 sheet or bookkeeper.  Spreadsheet programs have mathematical
  515.                 functions built in to manipulate the figures after you have
  516.                 entered them.  Eg.  SUM  (adding a row or column)!
  517.  
  518.         string  -  This refers to any group of characters.  A string of
  519.                 text is a line of text.
  520.  
  521.         subdirectory   -  This is a directory that has a relation to another
  522.                         directory. All directories on a disk are subdirector-
  523.                         ies of the root directory.
  524.  
  525.         syntax  -  The is the format of a DOS command.  This is what you type,
  526.                 the command, the options, the order in which they come. If
  527.                 you make a mistake a "syntax error" will flash up on the
  528.                 screen .... then you get to enter it all again .. hopefully
  529.                 correctly this time!
  530.  
  531.         target   -  This is the location of a copy, or duplicate of an
  532.                 original file.  A target can be a filename, a subdirectory,
  533.                 or a disk drive.  It is the final destination of the file.
  534.  
  535.         text editor  -  A specific kind of word processor that creates of
  536.                         edits text files only. It is often called ASCII,
  537.                         and creates unformatted, non-document files. It
  538.                         is not a fancy word processor.
  539.  
  540.         user  -  The person who operates a computer or runs a program.
  541.                 The computer then would be the usee.
  542.  
  543.         VGA  -  This means Video Graphic Array. This is the current top of
  544.                 the line graphic system.  It offers you stunning color
  545.                 graphics, great resolution and crisp text.  SVGA or Super
  546.                 VGA expands the abilities of the VGA!
  547.  
  548.         window   -  This is an area on the screen where special information
  549.                 appears.  It can be a graphic window like in the Microsoft
  550.                 Windows program, or it can be a text window, outlined with
  551.                 special graphic text characters.
  552.  
  553.         word processor   -  This is a "typewriting" program.  It creates
  554.                         documents, but much better than any typewriter.
  555.                         Special fonts or type sets can be set and grpahics
  556.                         can be inserted .... the results can even be printed
  557.                         in color!
  558.  
  559.         word wrap  -  The ability of a word processor to move a word from the
  560.                 end of one line to the beginning of the next while you are
  561.                 typing.  This means the ability to type an entire paragraph
  562.                 without hitting ENTER at the end of a line!
  563.  
  564.         write-protect  -  This is a way of protecting information on disk
  565.                         from being accidentally changed or erased.  This
  566.                         is done by putting a write protect tab on a 5.25"
  567.                         disk, or by sliding the little tile off the hole
  568.                         of a 3/5" disk.
  569.  
  570.         WYSIWYG  -  This means  What-You-See-Is-What-You-Get. This has to
  571.                 do with a programs ability to display on the screen exactly
  572.                 what will be printed on the printer.  Most of the time this
  573.                 feature comes pretty close to actually working!
  574.  
  575.  
  576. 
  577.