home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / trojanpr / dirtyd9c.arc / GLOSSARY.DD < prev    next >
Text File  |  1989-12-16  |  10KB  |  171 lines

  1.  
  2. ------------------------------------------------------------------
  3. |                                                                |
  4. |                            GLOSSARY                            |
  5. |                                                                |
  6. ------------------------------------------------------------------
  7. |                                    Issue #9: December 17, 1989 |
  8. |                                    Revision Stage: C           |
  9. |                                                                |
  10. |   Maintained by Eric Newhouse                                  |
  11. |                                                                |
  12. |  This glossary is for the beginning to intermediate level      |
  13. | user.  Experienced users can skip this with confidence.  All   |
  14. | users should use this as a reference since this material makes |
  15. | for exceptionally dull reading.                                |
  16. ------------------------------------------------------------------
  17.  
  18. Term            Definition
  19. ------------    --------------------------------------------------
  20. ?Q?          -> ('?' represents any character) File extension for
  21.                 SQueezed files.  Squeezed files are unusable until
  22.                 unsqueezed by a utility such as NUSQ.COM or
  23.                 USQ.COM.  The advantage of a SQueezed file is that
  24.                 it is  smaller than a regular UnSQueezed file,
  25.                 thus saving disk space and download time.
  26.                 ARChives are more efficient than Squeezed files;
  27.                 that's why there are so many more ARChives on
  28.                 BBS's these days.  Example of the extensions of
  29.                 SQueezed files:  .EQE, .CQM, .LQR, .TQT, .DQC,
  30.                 etc.
  31. ARC          -> File extension for an ARChive file -> many files
  32.                 combined together to save space and download time
  33.                 that require ARC.EXE, PKXARC.COM, ARCE.COM, or
  34.                 ARCLS.EXE to separate the files in to runnable and
  35.                 readable (in the case of text) form.
  36. ARQ          -> Hardware Error Checking (see MNP)
  37. BAS          -> "BASIC," as in the programming language
  38. BBS          -> "Bulletin Board System"
  39. BOARD        -> Also "Bulletin Board System"
  40. BOGUSWARE    -> Software that is damaging to one or more parties
  41. BOOT or      -> To boot a computer is to restart it from scratch,
  42. REBOOT          erasing all TSR programs.  One reboots by either
  43.                 powering off and then back on, or pressing
  44.                 Ctrl-Alt-Del at the same time.
  45. BYTES        -> Bytes measure the length of a file, with one byte
  46.                 equaling one character in a file.
  47. CACHE [disk] -> Area of memory set aside to hold recent data.  All
  48.                 programs then read recent data from that memory
  49.                 rather than from disk.
  50. CLUSTER      -> A phyical block on all [hard] disks, composed of
  51.                 sectors, that holds data.
  52. COM          -> File extension for a file that is executable from
  53.                 DOS level
  54. COMMERCIAL   -> Software Distributed through retail outlets 
  55. DD           -> "Dirty Dozen"
  56. DEBUG        -> Either (V) to remove glitches in a program or (N)
  57.                 the assembly language editor/compiler/disassembler
  58.                 provided with DOS
  59. DOC          -> "Documentation"
  60. DSZ          -> External protocol driver, X/Y/Zmodem, -G.
  61. EMS          -> Expanded Memory Specification. An EMS card holds 2
  62.                 MB extra mem.  Many programs, like PC-Tools and
  63.                 Lotus 1-2-3 can use EMS memory.
  64. EXE          -> File extension for a file that is executable from
  65.                 DOS level
  66. EXT          -> Extended Memory Specification.  Ramdisks and Print
  67.                 Spoolers can generally use EXTended memory.
  68. FAT          -> File Allocation Tables - First sectors of [hard]
  69.                 disks where file sizes and physical locations
  70.                 are stored.
  71. FRAGMENT     -> DOS physically saves files all over disks-not
  72.                 continously this slows down drives and cause
  73.                 problems for recovering deleted files or formatted
  74.                 disks.
  75. GB           -> Gigabyte, 1GB = 1024 MB = 1,048,576 kilobytes
  76. GRASP        -> GRaphical Animation System Program
  77. HACKED       -> See "definitions" section
  78. HIDDEN       -> A "hidden" file will not show up in a 'dir'ectory
  79. HIGH LEVEL
  80.  FORMAT      -> This type of format is what most computer users
  81.                 view as a regular DOS-format.  That is, formatting
  82.                 a disk using FORMAT.COM (included with DOS) is a
  83.                 high level format.
  84. IBM          -> International Business Machines
  85. IBMBIO.COM   -> Hidden, System, Readonly file used by DOS
  86. IBMSYS.COM   -> Hidden, System, Readonly file used by DOS
  87. JMODEM       -> Error Checking Protocol like Xmodem-1k which
  88.                 dynamically optimizes block size from .1k to 8k
  89.                 according to phone line conditions.
  90. K, KB        -> "KiloBytes," one K equals 1024 bytes
  91. LBR          -> Extension on Library files.  Library files are
  92.                 really many combined files like ARChives, but they
  93.                 require different utilities to extract the
  94.                 individual files.  Some examples of such utilities
  95.                 are LUU.EXE, LUE.EXE, LAR.EXE, AND ZIP.EXE.  See
  96.                 "ARC"
  97. LHARC/.LZH   -> Another archiving system, requires LHARC.EXE
  98. LOW LEVEL
  99.  FORMAT      -> This type of format is only executed on a hard
  100.                 disk, therefore most hard disk low-level format
  101.                 programs come only with a hard disk controller
  102.                 card.  There are a few PD low-level formatting
  103.                 packages, though.  Most manufacturers low-level
  104.                 format their hard drives at the factory.  Low
  105.                 level formatting is the first step in the three
  106.                 part formatting process; the second step is to use
  107.                 FDISK, and the third is to execute a high level
  108.                 format.
  109. MB           -> "Megabytes," or "millions of bytes."
  110. MNP          -> Microcom's PD hardware based protocol which
  111.                 insures data integrity during all times of a
  112.                 connection.
  113. OPTIMIZE     -> To make all files on a disk "contiguous," or
  114.                 physically linked together on a [hard] drive.
  115. PAK          -> A file compression utility incompatible with ARC
  116. PATCH        -> A file that is patched (combined) into another
  117.                 file to change the original file in some way
  118. PD           -> "Public Domain"
  119. PKXARC       -> Phil Katz's ARChive extracter, v. 1.0 to 3.6
  120. PKUNPAK      -> Phil Katz's ARChive extracter, v. 3.61
  121. PKZIP        -> Phil Katz's ZIP file extracter
  122. PIRATED      -> See DEFINITIONS section in this issue.
  123. PUBLICDOMAIN -> Software distributed for free
  124. RAM          -> "Random Access Memory."  (memory used by software)
  125. RBBS         -> A type of BBS (Remote Bulletin Board System)
  126. READONLY     -> One can NOT write to "readonly" files (ie erasing)
  127. ROM          -> "Read Only Memory." (memory used by hardware to
  128.                 boot)
  129. ROOT (DIR)   -> The Root Directory is the Lowest Sub Directory on
  130.                 any disk (ie. the \ directory, A:\, B:\, C:\, etc)
  131. SHAREWARE    -> Software distribution method: user tries evaluates
  132.                 software and pays author if he/she uses it.
  133. SQUASHING    -> File compression technique used by PKXARC but not
  134.                 by SEA's ARC.EXE
  135. SYSOP        -> SYStem OPerator of a BBS
  136. SYSTEM       -> DOS reserves a "System" file for its own use
  137. TROJAN       -> See DEFINITIONS section in this issue.
  138. TROJAN HORSE -> See DEFINITIONS section in this issue.
  139. TSR          -> "Terminate, Stay Resident" - Synonym: "Memory
  140.                 Resident"
  141. TXT          -> "Text"
  142. UNP          -> "Unprotect"
  143. UNPROTECT    -> An "unprotect file" is a patch file that results
  144.                 in the breaking of copy protection (no doubt for
  145.                 back up purposes).
  146. UTIL         -> "Utility"
  147. V            -> "Version"
  148. VIRUS        -> See definition section
  149. WORM         -> Trojan Horse or Virus
  150. WWIV         -> A BBS System
  151. WXMODEM      -> Windowed Xmodem, Zmodem is better.
  152. XMODEM       -> Protocol used to insure data integrity for file
  153.                 transfers over noisy phone lines.  128 byte blocks
  154.                 are sent, one at a time, and after each "block" is
  155.                 sent the receiving party compares checksums to
  156.                 determine if the data is error free.  99.6%
  157.                 accurate, and outdated.
  158. XMODEM/CRC   -> Xmodem that uses CRC instead of Checksum to check
  159.                 block integrity.  99.9% accurate.
  160. XMODEM-1K    -> Xmodem with 1,024 byte blocks, previously called
  161. XMODEM-1K    -> Xmodem-1k w/o error checking for MNP/ARQ modems
  162. YMODEM       -> Like Xmodem/CRC, except uses 1k blocks and has the
  163. YMODEM-G     -> Ymodem without error checking for MNP/ARQ modems
  164.                 capability to send more than one file per session.
  165. ZIP          -> A file compression utility used by most BBS's
  166. ZMODEM       -> File transfer protocol which dynamically optimizes
  167.                 block sizes, between .1k to 1k, according to phone
  168.                 line conditions, with batch capability.  Superior.
  169.                 Available in DSZ by Chuck Forsberg.
  170. ZOO          -> A file compression utility incompatible with ARC
  171.