home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG086.ARK / GLOSSARY.DOC < prev    next >
Text File  |  1986-10-19  |  6KB  |  136 lines

  1. .pl 66
  2.                     GLOSSARY OF TERMS
  3.  
  4. Alphanumeric             A set of characters consisting of
  5.                          either the letters A through Z, the
  6.                          digits 0 through 9, special symbols,
  7.                          or a combination of all of these. For
  8.                          example, the set of characters, MISC. 
  9.                          #2, is alphanumeric
  10.  
  11. Backup                   Stored data files which can be used if
  12.                          the original files are lost or incorrect.
  13.  
  14. BASIC                    BASIC is an acronym which stands for
  15.                          Beginners All-purpose Symbolic
  16.                          Instruction Code. Basic is the
  17.                          computer programming language used
  18.                          with user-oriented computers.
  19.  
  20. Character                One of a set of elements which may be
  21.                          arranged in ordered groups to express
  22.                          information. Characters include the 
  23.                          letters A through Z, the digits 0
  24.                          through 9, punctuation marks, and 
  25.                          other special symbols.
  26.  
  27. Data                     Information in the form of letters,
  28.                          numbers, symbols, etc., which the
  29.                          computer processes or produces.
  30.  
  31. Default Value            A value assigned automatically by the
  32.                          computer when the operator does not
  33.                          enter any information before pressing
  34.                          the RETURN or ENTER key.
  35.  
  36. Disk Cartridge           A large volume data storage device
  37.                          which consists of a rigid platter with
  38.                          a  magnetic  coating.  Sometimes one  or 
  39.                          more of these platters are enclosed in a
  40.                          plastic cartridge.  A disk cartridge  is 
  41.                          also called a hard disk.
  42.  
  43.  
  44. Diskette                 A data storage device which is coated
  45.                          with magnetic recording material and
  46.                          looks like a 45-rpm phonograph record
  47.                          enclosed in a plastic envelope. The
  48.                          diskette and plastic envelope are
  49.                          inserted into the disk drive together.
  50.                          A diskette is also called a floppy
  51.                          disk or a flexible disk.
  52.  
  53. Disk Unit or             The electronic machine and housing
  54. Disk Drive               used to store and retrieve information
  55.                          on a disk cartridge or diskette. When
  56.                          several disk units are used simultane-
  57.                          ously, each one is assigned a number
  58.                          beginning with 0, 1, 2, etc, or in CP/M,
  59.              A:, B:, C:, etc.
  60.  
  61. Field                    A single item of information. For
  62.                          example, a field within the general 
  63.                          ledger would be the Description. 
  64.                          Another field in this file would be the
  65.                          Tag.
  66.  
  67. File                     A group of related records on the 
  68.                          diskette. Each file has a name by which
  69.                          it is accessed. An example of this is 
  70.                          the General ledger file, which records
  71.                          all GL and Posting for print-out.
  72.  
  73. FORMAT                   Format is a system related program used
  74.                          to prepare new diskette for use or an 
  75.                          old diskette for re-use. Formatting 
  76.                          DESTROYS all data on the diskette. For
  77.                          more information on formatting consult
  78.                          the system manual.
  79.  
  80. Input                    Information which is entered into a
  81.                          computer from outside via the type-
  82.                          writer-like keyboard attached to the
  83.                          video unit.
  84.  
  85.  
  86. Memory                   A capacity for storage of programs and
  87.                          data being used by the computer.
  88.  
  89. Menu                     A computer video display of options
  90.                          available to the operator.
  91.  
  92. Numeric                  Description of numerical information.
  93.                          For example, the set of characters
  94.                          "012345" is numeric.
  95.  
  96. Output                   Information transferred from the 
  97.                          computer memory to output devices such
  98.                          as a printer or video unit.
  99.  
  100. Password                 A code word which must be entered 
  101.                          before the computer will allow the
  102.                          operator to perform tasks.
  103.  
  104. Processing               The programmed computations and
  105.                          actions by which the computer uses
  106.                          input data to produce output data.
  107.  
  108. Program                  A set of sequential instructions which
  109.                          direct the computer in performing the
  110.                          desired operations.
  111.  
  112. Prompt                   A computer message on the video unit
  113.                          which indicates that the operator
  114.                          should key in response.
  115.  
  116. Record                   Collected information fields which
  117.                          make up a file.
  118.  
  119. Software                 The software portion of a computer 
  120.                          system includes programs, procedures
  121.                          and computer languages. Hardware refers
  122.                          to the mechanical devices used, such as
  123.                          the disk drive, printer, computer, and
  124.                          video unit.
  125.  
  126.  
  127. Tag                      Is a field used in this package it must
  128.                          be Non-zero or the record will be
  129.                          considered deleted. A suggestion is 
  130.                          make the tag equal to the Record number.
  131.  
  132. Video Unit or            A device which has a T.V. like screen
  133. Terminal                 for displaying data and a typewriter-
  134.                          like keyboard for entering data.
  135.  
  136.