home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / coolcalczip.exe / glossary.htp < prev    next >
Encoding:
Text File  |  1997-09-11  |  3.4 KB  |  76 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="refer" content="file:coolcalc.htc">
  6.  
  7.  
  8.  
  9. <title>Glossary</title>
  10. </head>
  11.  
  12. <body bgcolor="#FFFFFF">
  13.  
  14. <h2>Glossary</h2>
  15.  
  16. <blockquote>
  17.     <p><strong>Button:</strong> A rectangular area on the screen
  18.     that performs a function. Note that keyboard keys are NOT
  19.     buttons.</p>
  20.     <p><strong>Display: </strong>The area of the screen that
  21.     shows what digits have been entered, or the result of a
  22.     calculation.</p>
  23.     <p><strong>Formula Screen: </strong>This is a special screen
  24.     set up to calculate a formula. Examples might be a conversion
  25.     from Celsius to Fahrenheit, or a loan calculation.</p>
  26.     <p><strong>Function: </strong>Functions are operations that
  27.     the program can do, such as saving a variable, executing a
  28.     macro, or adding two numbers together. Macros and layouts are
  29.     built from functions.</p>
  30.     <p><strong>Function Library:</strong> Applications written
  31.     for the Applian Software System make use of a special DLL
  32.     called a function library. Currently, the only available
  33.     function library is coolcalc.dll, which is used for the
  34.     CoolCalc program.</p>
  35.     <p><strong>Layout:</strong> The arrangement of buttons on
  36.     screen, as well as the properties and functions assigned to
  37.     each button. A layout is stored as a series of commands in a
  38.     macro file.</p>
  39.     <p><strong>Macro:</strong> A series of button presses, stored
  40.     in a file. Macros are used to assign a repetitive calculation
  41.     to a single button. </p>
  42.     <p><strong>Parameter: </strong>This is something that every
  43.     function is given, although some functions can ignore this.
  44.     For example, the _PlayMacro function takes a parameter that
  45.     is the name of the macro to play, but the Sine function
  46.     doesn't need any parameters, since it acts on the contents of
  47.     the display.</p>
  48.     <p><strong>Program Mode: </strong>When CoolCalc is in this
  49.     mode, you can rearrange the size and position of buttons, as
  50.     well as changing their properties.</p>
  51.     <p><strong>RPN:</strong> RPN (which stands for "Reverse
  52.     Polish Notation") is a system of doing calculations that
  53.     was patented by Hewlett-Packard in the 1970s. As the name
  54.     suggests, things are done a little backwards, but the end
  55.     result is that complicated calculations become much simpler. </p>
  56.     <p>RPN is different in a couple of ways. First of all, there
  57.     is no equals button. To perform calculations, you
  58.     "Enter" the numbers you wish to use in your
  59.     calculations, then press the buttons for the operations. For
  60.     example, to calculate 3+4, you press 3, then ENT, then 4,
  61.     then +.</p>
  62.     <p><strong>Run Mode: </strong>When CoolCalc is in this mode,
  63.     the calculator behaves as you would expect. In order to
  64.     program the calculator (with the exception of recording
  65.     macros), you need to change into Program Mode.</p>
  66.     <p><strong>Status Bar: </strong>An area of the screen,
  67.     usually at the top. This shows the status of the calculator;
  68.     i.e. Program Mode or Run Mode, whether a macro is being
  69.     recorded, and other things.</p>
  70.     <p><strong>Variables: </strong>These are places to store
  71.     values. A variable always has a name and a value associated
  72.     with it.</p>
  73.     <p> </p>
  74. </blockquote>
  75. </body>
  76. </html