home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 48 / bbd48.zip / CONVERT.TXT < prev    next >
Text File  |  1990-08-27  |  8KB  |  187 lines

  1. |B╔═══════════╦══════════════════════════════════════════════════════╦═══════════╗
  2. |B║ |6Brainware|B ║                       ^1 Convert |B                      ║ |6Brainware|B ║
  3. |B╚═══════════╩══════════════════════════════════════════════════════╩═══════════╝
  4. ^Cby
  5. ^CDan Harrison
  6.  
  7.  
  8.     CONVERT is a fascinating mathematical program that compares standard
  9.  units of measurement.  Enter a value for a specific unit of measurement and
  10.  CONVERT instantly calculates the equivalent values for a variety of related
  11.  units.  There are 13 different Conversion Tables and a Generic Conversion
  12.  Table.
  13.  
  14.     The Main Menu contains the following choices:
  15.  
  16.       A. Length (Distance)                  H. Force (Weight)
  17.       B. Mass                               I. Velocity (Speed)
  18.       C. Volume (Dry)                       J. Energy (Work)
  19.       D. Capacity (Liquid)                  K. Power
  20.       E. Area                               L. Time
  21.       F. Density (Concentration)            M. Temperature
  22.       G. Pressure                           N. Generic Table
  23.  
  24.     Direct the highlight bar around the Main Menu with the <UP> and <DOWN>
  25.  arrow keys;  press <TAB> to move from the left column to the right.  Press
  26.  <ENTER> to select a highlighted table or simply type in the letter located
  27.  to the left of the conversion table you want to work with.  For example, to
  28.  bring up the Volume Table, type in <C> at the Main Menu.
  29.  
  30.  
  31.                                Getting Started
  32.  
  33.     Converting Fahrenheit to Celsius is a common problem.  Type in <M> at the
  34.  Main Menu for the Units of Temperature Table.  Move the highlight bar to
  35.  Fahrenheit with the <ARROW KEYS>.  NOTE: The <ARROW KEYS> and <TAB> move the
  36.  highlight bar just like they do in the Main Menu.  To convert 100 degrees
  37.  Fahrenheit to Celsius type in <100>.  Erase the extra characters with <DEL>.
  38.  Press <ENTER> and CONVERT instantly calculates the equivalent value of 100
  39.  degrees Fahrenheit for ALL the units of measure on the screen!  A value of 100
  40.  degrees Fahrenheit equals 37.77778 degrees Celsius, 310.9278 degrees Kelvin,
  41.  or 559.67 degrees Rankine.
  42.  
  43.     How many Quarts in a gallon?  Press <ESC> to return to the Main Menu.
  44.  Type in <D> to access the Units of Capacity Screen.  Move the highlight bar to
  45.  Gallon with the <ARROW KEYS>; type in <1>; erase the extra characters with
  46.  <DEL>; and press <ENTER>.  One gallon contains four quarts - eight pints -
  47.  sixteen cups - and many teaspoons!  How many Hogsheads are in a gallon?
  48.  
  49.  
  50.  
  51.                               The Function Keys
  52.  
  53.       F1 - Help:  Access a help screen with information on Editing Numbers, the
  54.       Insert Mode, Movement Keys, Function Keys, and Special Keys.
  55.  
  56.       F2 - Calculate:  Perform the four basic mathematical functions with the
  57.       value highlighted in the Units of Measurement Screen.
  58.  
  59.       F3 - Modify:  Modify selected conversion formulae.
  60.  
  61.       F4 - General Info:  General information on a class of measurements:
  62.       Length, Mass, Area, etc.
  63.  
  64.       F5 - Info:  Information on a specific unit of measurement: Slugs, Pluto
  65.       Years, Abvolts, etc. (Check this out!)
  66.  
  67.       F6 -  Transfer the formula from the highlighted cell to bottom lefthand
  68.       corner of a Units of Measurement Screen.
  69.  
  70.       F7 -  Transfer the formula copied with <F6> to the highlighted cell.
  71.  
  72.       F8 -  Copy #: Transfer the cell value from the highlighted cell to bottom
  73.       righthand corner of a Units of Measurement Screen.
  74.  
  75.       F9 -  Paste #: Transfer the value copied with <F8> to the highlighted
  76.       cell.
  77.  
  78.      F10 -  Print: Print the Conversion Table.
  79.  
  80.      ESC -  Exit: Exit the conversion tables or exit CONVERT to the Big Blue
  81.      Main Menu from the CONVERT Main Menu.
  82.  
  83.  
  84.  
  85. ^CThe Calculations
  86.  
  87.     For each table, one unit of measure is set up as the Base Formula which
  88.  may NOT be changed.  Each other value in the table is calculated based on its
  89.  relationship to the Base Formula.
  90.  
  91.     This has an interesting side effect.  Try this in the Temperature table.
  92.  Change the value for Fahrenheit to <0>.  The program calculates the Centigrade
  93.  value (the Base Formula value) from the Fahrenheit value and rounds the
  94.  Centigrade appropriately.  Then, the program recalculates each value in the
  95.  table from the Base Formula value, including the Fahrenheit value.  The
  96.  resulting Fahrenheit value is very small, but not zero.
  97.  
  98.  
  99.  
  100. ^CAdding or Changing Formulae
  101.  
  102.     Not all units of measurement are contained in CONVERT.  You may want to
  103.  create a special formula or change an existing one for a specific task.
  104.  
  105.     In an existing table you may change any unit of measure, EXCEPT the Base
  106.  Formula.  You must define a formula for calculating the new measure from the
  107.  Base Formula unit.
  108.  
  109.     To calculate centimeters from meters (the Base Formula), you multiply the
  110.  number of meters by 100.  You might write a formula like:
  111.  
  112.                    number-cent = number-meters X 100.
  113.  
  114.      To see how this is described in Convert:  On the Units of Length table
  115.  screen, highlight the value for centimeters.  Press <F3> to display the Modify
  116.  Formula screen.  The Current Formula line describes our formula:  *100 +0.
  117.  CONVERT uses <*> to represent multiplication.  The option of adding or
  118.  subtracting some value is available, but unnecessary in this example.
  119.  
  120.     All new formulas must be described in this manner:
  121.  
  122.                 new-value = Base-value X multiplier + number.
  123.  
  124.     To change the information for a unit of measure, press <F3> when the value
  125.  is highlighted.  Type the desired description, then the abbreviation.  (Line
  126.  up the abbreviation with the * appearing above the box.)
  127.  
  128.     To change the formula being used to calculate the value, press the <DOWN>
  129.  arrow key after changing the description.  The current value for the
  130.  multiplier will be displayed, labeled m:.  Type in the new multiplier.  Press
  131.  the <DOWN> arrow once more to display the current value for the added-number,
  132.  labeled b:.  Type in the new number.  To subtract the final number, type
  133.  <-> then the <number>.  Press <ENTER> to return to the table screen.
  134.  
  135.     To add a new unit of measure, highlight the value on a blank line and
  136.  press <F3>.  Then continue as with a change, relating the new unit to the
  137.  Base Formula unit.
  138.  
  139.     When leaving CONVERT you will be prompted to SAVE any formula changes you
  140.  have made.  If you want your work to show the next time you run CONVERT, be
  141.  sure to answer YES.  If you have just been experimenting you will probably
  142.  want to respond NO to the prompt.
  143.  
  144.  
  145.  
  146. ^CThe Generic Conversion Table
  147.  
  148.     You may add a complete new table for a specific application.  Use the
  149.  <N> selection from the Main Menu to access the Generic Conversion Table.  The
  150.  first entry MUST be for the Base Formula value.  Highlight the value field,
  151.  and press <F3>.  All you will be able to enter is the description, followed by
  152.  the abbreviation.  (Line up the abbreviation with the * appearing above the
  153.  box.)  Press <ENTER> to return to the table screen.  Add additional units to
  154.  your new table on blank lines, following the suggestions under the heading
  155.  Adding or Changing Formulae.
  156.  
  157.  
  158.  
  159. ^CPrinting the Conversion Table
  160.  
  161.     The Conversion Table includes special print characters known as "IBM
  162.  graphic characters."  If the print option <F10> is chosen for non-IBM
  163.  printers, the resulting print will be difficult to read.
  164.  
  165.  
  166.  
  167. ^CTechnical Notes
  168.  
  169.     When you add or change formulae a new file is created on the disk.  This
  170.  new file, CONVERT.DAT, contains the changes.  If there is not enough space
  171.  remaining on the disk to create the changes file, any changes will be lost.
  172.  Since space on the BBD distribution disks is limited, this program might best
  173.  be copied to another disk, using the COPY option from the BBD menu, before
  174.  making changes.
  175.  
  176.     To undo changes after taking the Save Changes option upon exit from
  177.  CONVERT, return to the DOS command line and delete the CONVERT.DAT file ONLY.
  178.  
  179.  
  180. ^COutside BBD
  181.  
  182.     To run this program outside ^1Big Blue Disk^0, type: ^1CONVERT^0.
  183.  
  184.  DISK FILES THIS PROGRAM USES:
  185. ^FCONVERT.EXE
  186. ^FCONVERT.INF
  187.