ChipMaster's bwBASIC This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

136 lines
6.1 KiB

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