home *** CD-ROM | disk | FTP | other *** search
/ Boldly Go Collection / version40.iso / TS / 05B / TELEDX10.ZIP / GLOSSARY < prev    next >
Encoding:
Text File  |  1992-02-09  |  32.1 KB  |  691 lines

  1. ╔══════════════════════════════════════════════════════════════════════════╗
  2. ║                                  GLOSSARY                                ║
  3. ╚══════════════════════════════════════════════════════════════════════════╝
  4.  
  5.  
  6. Adapter:  A term used to refer to printed-circuit cards that plug into a 
  7.      computer and controls a device, such as a display or a printer.
  8.  
  9. ANSI:     American National Standards Institute
  10.      
  11. Autoexec.bat:  The name reserved for a batch file containing commands that are 
  12.      carried out by DOS each time the system is started. An AUTOEXEC.BAT file
  13.      can be used to perform desired startup procedures without having to type
  14.      the commands each time.
  15.  
  16. Application program:     A program, such as a word processor, that performs a 
  17.      specific task.  The term usually refers to an application of the computer
  18.      to a particular type of work.
  19.  
  20. Archive:  Perform duplication of  files on a separate disk or on a backup tape
  21.      for safekeeping. The DOS Backup command helps archive files.  The DOS
  22.      Restore command can, if necessary, be used to return archived files to the
  23.      disk from which they were backed up.
  24.  
  25. ASCII:    A standardized coding scheme that uses numeric values to represent 
  26.      letters, numbers, symbols, and so on. ASCII is an acronym for American
  27.      Standard Code for Information Interchange and is widely used in coding
  28.      information for computers.
  29.  
  30. ASCII transfer protocol: This protocol acts as if the sender is typing the 
  31.      characters and the receiver is recording them. However, there is no error
  32.      detection in this protocol.  You can use this protocol to upload a
  33.      prepared message when connected to a BBS.
  34.  
  35. Asynchronous Data:  Data sent usually in parallel mode without a clock pulse. 
  36.      Time intervals between transmitted bits may be of unequal lengths.
  37.  
  38. AT Command set:     A set of dialing commands used by the computer to control 
  39.      the modem.  These commands wew developed by Hayes Microcomputer Products
  40.      and have become a standard in the modem industry.
  41.  
  42. AUX: Short for auxiliary. The communications port DOS uses unless instructed 
  43.      otherwise. AUX can be either COM1 or COM2 in versions of DOS through 3.2;
  44.      it can be COM1, COM2, COM3, or COM4 in version 3.3.
  45.  
  46. Back up:  To copy one or more files to diskettes or tapes for safekeeping.  See
  47.      Archive.  <GLOSSARY 1 20>
  48.  
  49.  
  50. Backspace key: The key labeled with a single, left-pointing arrow.  It erases 
  51.      characters you have typed.
  52.  
  53. BAK: The extension assigned by many word processors to the next-most-recent 
  54.      version of a text file. If the working copy of a file is damaged, the BAK
  55.      file can be used to salvage a near-current version of the document.
  56.  
  57. BASIC:    A programming language included with versions of DOS; BASIC is an 
  58.      acronym for Beginner's All-purpose Symbolic Instruction Code.
  59.  
  60. Batch file:    A text file containing DOS commands whose extension is BAT. When
  61.      you type the name of the batch file while DOS is at the command level, DOS
  62.      carries out the commands contained in the file.
  63.  
  64. Batch Ymodem:  This protocol is a variation on Ymodem, which allows multiple 
  65.      files to be sent per transfer. While transferring files, it keeps the
  66.      correct name, size, and date, and may use 128 or 1024 byte block sizes.
  67.  
  68. Baud Rate:     Number of changes the modem's analog carrier signal goes through
  69.      per second. Not to be confused with BPS. Named for Henri Baudot. Using
  70.      muultiplexing, a signal may transfer more BPS than baudrate would indi-
  71.      cate, for example, a [1200] or [2400] bps modem operates at 600 baud.
  72.  
  73.  
  74. Baud:     The rate at which data is transmitted over a communications link. One
  75.      character per second equals approximately 10 baud.
  76.  
  77. BiModem:  This protocol allows simultaneous bidirectional file transfers.
  78.  
  79. Binary:   The base-2 numbering system whose only digits are 0 and 1. The binary
  80.      system is particularly well suited to use with computers because the two
  81.      digits can be represented by the presence (1) or absence (0) of a voltage.
  82.  
  83. Bit: The smallest unit of information used with computers; corresponds to a 
  84.      binary digit (either 0 or 1). Eight bits make up one byte.
  85.  
  86. Boot:     To start up a computer; derived from, "Pull yourself up by your own 
  87.      bootstraps".  A cold boot is when the computer's power is cycled.  A warm
  88.      boot is performed by pressing the [Ctrl][Alt][Del] keys together.
  89.  
  90. BPS: Bits per second. The data transfer rate of a serial interface (not to be 
  91.      confused with BAUD). Below 600 bps, baud and bps are almost the same.
  92.  
  93. Byte:     The unit of measure used for computer memory and data storage. One 
  94.      byte contains eight bits and can store one character (a letter, number, or
  95.      punctuation mark, or other symbol).
  96.  
  97. Carrier:  A continuous frequency signal created by the modem that carries a 
  98.      data signal between communicating computers over phone lines.  A "NO
  99.      CARRIER" message means no connection.  
  100.  
  101. Character string:   A group of characters that you tell DOS to treat as a set 
  102.      of letters or numbers, rather than as a command.
  103.  
  104. CIS Quick B:   This protocol is used only on the Compuserve Information Service
  105.      (CIS). It is fast and specially suited for the networks used in accessing
  106.      CIS, which have large turnaround delays. A CIS Quick B transfer, both
  107.      sending and receiving, is totally controlled by Compuserve.
  108.  
  109. COBOL:    A programming lsnguage specifically designed for business applica
  110.      tions.
  111.  
  112. Color/Graphics Adapter (CGA): A printed-circuit card in the computer that 
  113.      controls the display. CGA shows both text and graphics at low resolution
  114.      in up to sixteen colors.
  115.  
  116. Command file:  A file that contains the program or instructions required to 
  117.      carry out a command. If the file's extension is COM or EXE, the command
  118.      file contains machine instructions; if its extension is BAT, the command
  119.      file is a batch file containing DOS commands in ASCII format.
  120.  
  121.  
  122. Command:  An instruction you use to control a computer program, such as DOS or
  123.      an application program.
  124.  
  125. Communications:     The transmission of data between computers; also called 
  126.      telecommunications.
  127.  
  128. COMx:     Short for communications. The names of the computer's serial communi
  129.      cations ports. All versions of DOS recognize COM1 and COM2; version 3.3
  130.      also recognizes COM3 and COM4.
  131.  
  132. CON: Short for console. The name by which DOS refers to the keyboard (input) 
  133.      and the display (output).
  134.  
  135. Control key:   The key labeled Ctrl which is used like the Shift key, i.e., by
  136.      holding it down while pressing another key. The Control key usually causes
  137.      something to happen rather than displaying a character on the screen. If
  138.      displayed, it is shown as ^ , as in the end-of-file marker, ^ Z (Ctrl-Z). 
  139.      The ^ symbol is called a caret.
  140.  
  141. CPU: An acronym for Central Processing Unit, it's the part of a computer that 
  142.      performs calculations and processes information. In most microcomputers
  143.      that use DOS the CPU is the 8086/8088, 80286, or 80386 chip.
  144.  
  145.  
  146. Ctrl-Break:    The key combination to cancel a command.  Enter it by holding 
  147.      down the Ctrl key and pressing the Break key. 
  148.  
  149. Ctrl-C:   Same as Ctrl-Break.
  150.  
  151. Ctrl-Num Lock: The key combination that stops DOS until you press any other 
  152.      key. Usually used to freeze the display so you can view long displays. 
  153.      Entered by holding down the Ctrl key and pressing the Num Lock key.
  154.  
  155. Ctrl-S:   Same as Ctrl-Num Lock.
  156.      
  157. Ctrl-Z:   The key combination that creates a special character used by DOS to 
  158.      mark the end of a file. It's created by holding down the Ctrl key and
  159.      pressing Z, or by pressing the function key labeled F6.
  160.  
  161. Ctrl-P:   Same as Ctrl-PrtSc.
  162.      
  163. Ctrl-PrtSc:    The key combination that controls simultaneous printing and 
  164.      displaying. Press Ctrl-PrtSc once to cause DOS to print everything that is
  165.      displayed on the screen.  Pressing Ctrl-PrtSc again causes DOS to stop
  166.      printing. The command is entered by holding down the Ctrl key and pressing
  167.      the PrtSc key.
  168.  
  169. Current directory:  The directory in which DOS looks for files unless otherwise
  170.      instructed.
  171.  
  172. Current drive: The drive containing the disk on which DOS looks for a directory
  173.      or file unless otherwise instructed.
  174.  
  175. Cyclic-Redundancy-Check (CRC):     Used to verify data block integrity.  In a 
  176.      typical scheme, 2 CRC bytes are added to each user data block.  The 2
  177.      bytes are computed from the user data, by digital logical chips.  The
  178.      mathematical model is polynomials with binary coefficients.  When reading
  179.      back data, the CRC bytes are read and compared to new CRC bytes computed
  180.      from the read back block to detect a read error. The read back error check
  181.      process is mathematically equivalent to dividing the read block, including
  182.      its CRC, by a binomial polynomial. If the division remainder is zero, the
  183.      data is error free.
  184.  
  185. Data file:     A file containing the information needed by a program.  The 
  186.      information can be numbers, text, or a combination of the two.
  187.  
  188. Data:     The numbers and text processed by a computer while doing its work.
  189.      
  190. Data bit: A signal used in serial communications to represent the transmission
  191.      of a character; seven or eight data bits can be used to represent one
  192.      character.
  193.  
  194.  
  195. Device name:   The name by which DOS refers to a device.  For example, DOS 
  196.      refers to printers by, PRN, LPT1, LPT2, or LPT3.  Device names are treated
  197.      like file names by DOS.
  198.  
  199. Device:   A piece of computer equipment that performs a specific task.  This 
  200.      may be a monitor, printer, or disk drive.  The program that controls a
  201.      device is called a device driver.
  202.  
  203. Directory:     The index of files that DOS maintains on a disk. The directory 
  204.      entry for each file includes the file's name, extension, size, date and
  205.      time it was created or last changed, and the location of the beginning of
  206.      the file. The last item is not displayed by the Directory command.
  207.  
  208. Disk drive:    The device that rotates a disk in order to read (retrieve) and 
  209.      write (store) information.
  210.  
  211. Disk :    A magnetically coated disk used to store information. The term is 
  212.      used when no distinction need be made between a diskette and a fixed disk.
  213.  
  214. Diskette drive:     A disk drive used for writing data to and reading data from
  215.      diskettes.
  216.  
  217.  
  218. Diskette: A disk for storing files, made of thin plastic and enclosed in a 
  219.      protective jacket.  AKA:   Floppy Disk.
  220.  
  221. Display:  The screen on which the computer shows both what you type at the 
  222.      keyboard and the result of its work.  The screen is assumed by DOS to be
  223.      the standard output device unless a different device is specified.
  224.  
  225. Drive letter:  The letter that identifies a disk drive.
  226.      
  227. Edit:     To change the contents of a file, usually with a word processor or an
  228.      editing program such as Edlin.
  229.  
  230. Echo:     The appearance of characters (from your computer) on your screen. 
  231.      Full Duplex means that the characters are remotely echoed from the
  232.      receiving computer; Half Duplex means that the characters are echoed
  233.      directly from your keyboard.
  234.  
  235. Editor:   A program used to create or change text files; also called a text 
  236.      editor.
  237.  
  238. EDLIN:    The DOS text editor.
  239.      
  240.  
  241.  
  242. Enhanced Graphics Adapter (EGA):   A printed-circuit card in the computer that
  243.      controls the display. EGA shows both text and graphics at medium resolu-
  244.      tion in up to 64 colors.
  245.  
  246. Enter key:     The key you press to tell DOS that you have finished typing a 
  247.      line.  The key is labeled "Return" on some keyboards.
  248.  
  249. Escape key:    The key labeled Esc that cancels a line you have typed but have
  250.      not yet entered by pressing the Enter key.
  251.  
  252. Extension:     A suffix of up to three characters that can be added to a file 
  253.      name to identify the contents of the file more precisely.
  254.  
  255. File name:     A name of up to eight characters that you assign and that DOS 
  256.      uses to find a file on a disk.  The file name can be followed by a period
  257.      and three additional characters called the file name extension.
  258.  
  259. File:     A named collection of information stored on a disk.  A file usually 
  260.      contains either data or program instructions.
  261.  
  262. Filespec: The complete specification of a file.  The filespec can include a 
  263.      drive letter, path name, file name, and an extension.
  264.  
  265.  
  266. Filter command:     A DOS command that reads standard input, processes it in 
  267.      some way and writes the result to standard output.
  268.  
  269. Fixed disk:    A disk of large capacity (10 MB or more) that cannot be removed
  270.      from its drive. Also called a hard disk.
  271.  
  272. Floppy disk:   See diskette.  <GLOSSARY 10 2>
  273.      
  274. Format:   To prepare a disk for use.  AKA:  Initialize.
  275.      
  276. Function key:  One of several keys, usually labeled F1, F2, and so on, that 
  277.      cause DOS (or an application program) to perform a certain function, such
  278.      as copying characters in a line of text.
  279.  
  280. Full Duplex:   Allowing data to move in either direction simultaneously.  Also
  281.      known simply as DUPLEX.
  282.  
  283. Half Duplex:   Able to transmit data in either direction, but in only one 
  284.      direction at a time. Half duplex is actually an implementation of SIMPLEX
  285.      in both directions).
  286.  
  287. Hard disk:     See fixed disk.  <GLOSSARY 12 5>
  288.      
  289. Hardware: The equipment that makes up a computer system, as opposed to the 
  290.      programs, or software.
  291.  
  292. Hexadecimal:   The base-16 numbering system whose digits are 0 through F (the 
  293.      letters A through F represent the decimal numbers 10 through 15).  The hex
  294.      numbering is often used in computer programming because it is easily
  295.      converted to and from binary.  Binary is the base-2 numbering system the
  296.      computer itself uses.
  297.  
  298. Hidden file:   A file, usually used only by DOS, that is not listed when you 
  299.      display the directory with the DOS command (DIR). Hidden files cannot be
  300.      erased, copied, or otherwise affected by DOS commands. 
  301.  
  302. Hierarchical filing system:   See multilevel filing system.  <GLOSSARY 16 16>
  303.      
  304. Initialize:    See format.  <GLOSSARY 12 10>
  305.      
  306. Input:    The data that a program reads.
  307.      
  308. Input/output:  A term that refers to the devices and processes involved in the
  309.      computer's reading (input) and writing (output) data.
  310.  
  311. I/O: Abbreviation for input/output.
  312.      
  313.  
  314. Keyboard: The device consisting of alphabetic and other keys where instructions
  315.      and data are typed into the computer.  The keyboard is assumed by DOS to
  316.      be the standard input device unless a different device is specified.
  317.  
  318. Integrated circuit: An electronic device that combines thousands of transistors
  319.      on a small sliver, or chip, of silicon. Such devices are the building
  320.      blocks of computers. Also referred to as a chip.
  321.  
  322. Interface:     The boundary between two systems or entities, such as a disk 
  323.      drive and the computer, or the user and a program.
  324.  
  325. Jmodem:   This protocol is designed to maximize the amount of data that can be
  326.      transferred in a given time. It sends very long blocks of data using 16
  327.      bit CRC error correction and compressing the data wherever possible.
  328.  
  329. Kermit:   This protocol is designed to permit computers of different types to 
  330.      send files to each other. Almost any computer using Kermit can be set up
  331.      to send files to another computer using Kermit.
  332.  
  333.  
  334. LPT1, LPT2, LPT3:   Short for line printer. The names that DOS uses to refer to
  335.      the three ports to which parallel printers can be attached.
  336.  
  337.  
  338. MegaLink: The goal of this protocol is to design and implement a protocol that
  339.      is fast, reliable and inexpensive. Megalink is a full streaming protocol. 
  340.      It uses a block of 512 bytes and a CRC-32 error correction to improve the
  341.      performance.
  342.  
  343. Microcomputer: A small computer system, usually used by only one person.
  344.      
  345. Microprocessor:     An integrated circuit, or chip, that contains the circuits
  346.      the computer needs to calculate and to communicate with the other parts of
  347.      the system.
  348.  
  349. MNP: (Microcom Networking Protocol). A hardware-based modem error checking 
  350.      method. MNP converts asynchronous data to a synchronous bit stream,
  351.      allowing the two framing bits normally required for each async character
  352.      to be dispensed with. 
  353.  
  354. Modem:    A device that permits the transmission of computer data over tele
  355.      phone lines. Contraction of modulator-demodulator.
  356.  
  357. Modem7:   Modem7 is a relative of Xmodem. It passes the filename before
  358.      starting the transfer. It is common on CP/M systems. This protocol allows
  359.      more than one file to be sent at a time.
  360.  
  361.  
  362. Monitor:  A device that displays computer input and output; usually used 
  363.      synonymously with display.
  364.  
  365. Monochrome Display Adapter (MDA):  A printed-circuit card in the system unit of
  366.      a computer that controls the display. Shows text only at medium resolution
  367.      in one color.
  368.  
  369. Monochrome:    A term used to describe a computer display capable of displaying
  370.      one color (usually white, green, or amber).
  371.  
  372. Multicolor Graphics Array (MCGA):  A printed-circuit card in a computer that 
  373.      controls the display. MCGA shows both text and graphics at low to medium
  374.      resolution in up to 256 colors, and is used in IBM PS/2 model computers.
  375.  
  376. Multilevel filing system:     A computer filing system that lets you define 
  377.      directories within other directories, creating a structure with many
  378.      levels.  Also called a tree-structured or hierarchical filing system.
  379.  
  380. Network:  A group of computers that share resources, such as disk drives and 
  381.      printers.  The computers are linked together by printed-circuit cards,
  382.      cables, and network software.
  383.  
  384.  
  385.  
  386. Null Modem:    A cable used to connect the serial ports of two computers in 
  387.      such a fashion that each thinks it is "talking" to a modem. Very fast
  388.      serial data transfer may be acheived with a null modem.
  389.      
  390. Parity:   A computer data checking method using an extra bit in which the total
  391.      number of binary 1's (or 0's) in a byte is always odd or always even;
  392.      thus, in an odd parity scheme, every byte has eight bits of data and one
  393.      parity bit. If using odd parity and the number of 1 bits comprising the
  394.      byte of data is not odd, the 9th or parity bit is set to 1 to create the
  395.      odd parity. In this way, a byte of data can be checked for accurate
  396.      transmission by simply counting the bits for an odd parity indication.  If
  397.      the count is ever even, an error is indicated.  
  398.  
  399. Operating system:   A program that coordinates the operation of all parts of a
  400.      computer system.
  401.  
  402. Output:   The result of a program's processing its input data.
  403.      
  404. Parallel communications: A communications technique that uses multiple inter
  405.      connecting wires to send eight bits of a byte at once (in parallel).
  406. Parallel port: The port to which the printer is usually attached.
  407.      
  408.  
  409. Parameter:     A qualifier that you include with a command to define more 
  410.      specifically what you want DOS to do; also called an argument or an op-
  411.      tion.
  412.  
  413. Parity:   An error-detection technique used for accuracy in data communica tion
  414.                                                                            s.
  415.  
  416. Path name:     The portion of a file specification that defines the path to the
  417.      file; can include a drive letter followed by a colon.
  418.  
  419. Path:     The list of directory names that defines the location of a directory
  420.      to DOS.  The path statement goes into the AUTOEXEC.BAT file and follows
  421.      the form: PATH=C:\;C:\DOS;C:\BAT;C:\WP;C:\DB;C:\UTIL
  422.  
  423. Pipe:     To direct the output of one command to be used as the input of 
  424.      another command. The pipe symbol DOS uses is the broken vertical bar (|).
  425.  
  426. Port:     The electrical connection through which the computer sends and 
  427.      receives data to and from devices or other computers.
  428.  
  429. Print queue:   The list of files to be printed by DOS; you create, examine, and
  430.      modify the print queue with the Print command.  AKA:   Queue.
  431.  
  432.  
  433.  
  434. Printed-circuit card:    A thin, rectangular card or board, usually made of 
  435.      fiberglass or epoxy and coated with copper. A circuit is etched into the
  436.      copper, and electronic devices, such as integrated circuits, are soldered
  437.      to the circuit. Computer systems are made up of these cards.
  438.  
  439. Printer:  A device that produces images of text and graphics on paper.
  440.      
  441. PRN: Short for printer. The printer DOS uses unless instructed otherwise. Can 
  442.      refer to LPT1, LPT2, or LPT3.
  443.  
  444. Program:  A set of instructions for a computer.
  445.  
  446. Prompt:   A request displayed by the computer for you to provide some 
  447.      information or perform an action.
  448.  
  449.      One of the most useful things that can be done is put the command:      
  450.  
  451.                                   prompt $p$g
  452.  
  453.      into the AUTOEXEC.BAT file.  This will tell the ANSI system to make the
  454.      prompt indicate the name of the directory the drive is in.  Example:      
  455.      C:\DOS> or C:DOS\UTL>
  456.  
  457. Protocol: A set of conventions governing the format of messages to be exchanged
  458.      within a communications system. 
  459.  
  460. Puma:     This protocol has a full color display of transfer status. It can
  461.      transfer up to 99 files in a single batch using dynamic block scaling for
  462.      optimal data throughput. Like Zmodem, the resume option can continue an
  463.      interrupted transfer.
  464.  
  465. Queue:    See Print Queue.  <GLOSSARY 18 21>
  466.  
  467. RAM disk: See virtual disk.  <GLOSSARY 26 21>
  468.      
  469. Read-only file:     A file whose read-only attribute is set so that its 
  470.      contents can be displayed and read, but not changed.
  471.  
  472. RAM: Short for Random Access Memory. The memory that DOS uses for programs and
  473.      data; RAM content changes often while you use the computer, and is lost
  474.      when the computer is turned off.
  475.  
  476. Redirection:   The process of causing a command or program to take its input 
  477.      from a file or device other than the keyboard (standard input), or of
  478.      causing the output of a command or program to be sent to a file or device
  479.      other than the display (standard output). The DOS redirection symbols are
  480.      the greater-than (>) and less-than (<) signs.
  481.  
  482. Relaxed Xmodem:     This is the same as Xmodem except that it has a longer 
  483.      delay time. This is for use with remote services that can not tolerate
  484.      strict timing during Xmodem transfers.
  485.  
  486. Replaceable parameter:   A symbolic reference, consisting of a percent sign 
  487.      followed by a one-digit number (such as %1), that can be included with
  488.      commands in a batch file to refer to the parameters entered with the batch
  489.      command.
  490.  
  491. Return key:    The Enter key.
  492.      
  493.  
  494. ROM: Short for Read-Only Memory, the type of computer memory that is permanent
  495.      ly recorded in hardware.  ROM contains instructions that help a computer
  496.      carry out routine tasks, such as starting itself up. The contents of ROM
  497.      cannot be changed and are not lost (non-volatile) when the computer is
  498.      turned off.
  499.  
  500. Root directory:     The main directory that DOS creates on each disk; the top 
  501.      directory in a multilevel filing system.
  502.  
  503. RS-232 or RS-232C:  The standard computer hardware interface used for computer
  504.      asynchronous communications connections.
  505.  
  506.  
  507. SEAlink:  SEAlink is a advanced version of Xmodem developed by System Enhance
  508.      ment Associates. It is a sliding window protocol.  SEAlink passes a name,
  509.      size, and date of the transferring file and allows multiple files to be
  510.      transfered.
  511.  
  512. Serial communications:   A communications technique that uses as few as two 
  513.      interconnecting wires to transmit bits one after the other.
  514.  
  515. Serial port:   The communications port (COM1, COM2, COM3, or COM4) to which 
  516.      devices, such as a modem or a serial printer, can be attached.
  517.  
  518.  
  519. Serial:   A serial interface sends a stream of data bits separated by time or 
  520.      an electrical signal. For communications, serial interfaces often use a
  521.      PROTOCOL, dividing the data stream into packets which may be checksummed
  522.      to verify accuracy.
  523.  
  524. Shareware:     Software marketing system where the user gets to use the program
  525.      for a period of time (usually 30 days) before they are expected to
  526.      purchase (register) the program.  Shareware is most often less expensive
  527.      than retail software and is often times just as good or even better.
  528.  
  529. Simplex:  Simplex transmission allows data to flow in one direction only (ex.,
  530.      most parallel printer interfaces or the monitor).
  531.  
  532. Software: The programs that are used with a computer system.
  533.      
  534. Standard input:     The device from which a program reads its input unless the
  535.      input is redirected. In normal DOS operation, standard input is the
  536.      keyboard.
  537.  
  538. Standard output:    The device to which a program sends its output unless the 
  539.      output is redirected.  In normal DOS operation, standard output is the
  540.      display.
  541.  
  542. Start/stop bits:    In serial, asynchronous transmission, start/stop bits 
  543.      indicate the beginning and end of each 7- or 8-bit data character.
  544.  
  545. Stop bit: A signal used in serial communications that marks the end of a
  546.      character.
  547.  
  548. Sructured Query Language (SQL):    A query language developed by IBM that 
  549.      allows you to access your database.  This language can be used with a
  550.      variety of database management products and can access databases on
  551.      mainframes, minis, and PCs.
  552.  
  553.  
  554. STY: A pseudo-teletype, which is a two-way pipeline with a job on one end and
  555.      a fake keyboard-TTY on the other. Also, a standard program which provides
  556.      a pipeline from its controlling TTY to a pseudo-teletype (and thence to
  557.      another TTY, thereby providing a "sub-TTY").
  558.  
  559. Subdirectory:  A directory that is attached to a higher level directory.  For 
  560.      example, in the path statement: C:\DOS\UTL, the subdirectory, UTL is
  561.      attached to the directory DOS.
  562.  
  563. Synchronous Data Transmission:     Data sent, usually in serial mode, with a 
  564.      clock pulse. No stop and start bits are needed.
  565.  
  566. System prompt: The characters DOS displays when it is at the command level 
  567.      (ready to accept a command); unless you specify otherwise, the system
  568.      prompt consists of the letter of the current drive followed by a
  569.      greater-than sign (for example, A>).  
  570.  
  571. System program:     A program whose purpose is to control the operation of all
  572.      or part of the computer system, such as managing the printer or interpret-
  573.      ing commands.
  574.  
  575. Telecommunications: See communications.  <GLOSSARY 6 5>
  576.      
  577.  
  578. Temporary file:     A file that DOS may create when told to redirect command 
  579.      input or output; deleted by DOS when the command is completed.
  580.  
  581. Telink:   This protocol is primarily found on Fido BBS systems. It is basically
  582.      the Xmodem protocol using CRC checking with an extra block sent ahead of
  583.      the file telling its name, size, and date. This protocol allows more than
  584.      one file to be sent at a time.
  585.  
  586. Text editor :  A program that you use to create or change text files. Also 
  587.      called simply an editor.  The one supplied with the DOS system is named
  588.      EDLIN.
  589.  
  590. Text file:     A file that you can read (contains ordinary letters, numbers, 
  591.      and punctuation marks).
  592.  
  593. Text:     Ordinary, readable characters, including the uppercase and lowercase
  594.      letters of the alphabet, the numerals 0 through 9, and punctuation marks.
  595.  
  596. TSR: Terminate and Stay Ready program.  Also called memory resident or pop-up
  597.      program.  A software program that stays in memory while you run other pro-
  598.      grams.  To get the TSR to pop up on your screen, you simply press a
  599.      designated "hotkey" combination.
  600.  
  601.  
  602. TTY: Terminal of the teletype variety, characterized by a noisy mechanical
  603.      printer, a very limited character set, and poor print quality. Usage:
  604.      antiquated (like the TTY's themselves). Sometimes used to refer to any
  605.      terminal at all; sometimes used to refer to the particular terminal
  606.      controlling a job.
  607.  
  608. Update:   To change a file, creating a new (or updated) version.
  609.      
  610. Video Graphics Array (VGA):   A printed-circuit card in the computer that 
  611.      controls the display. VGA shows both text and graphics at medium to high
  612.      resolution in up to 256 colors; used in IBM PS/2 model computers.
  613.  
  614.  
  615.  
  616. V.32:     A CCITT specification defining a family of FULL DUPLEX modems using 5
  617.      digital bits for each carrier change at a 2400 baud rate. While this
  618.      produces a raw throughput of 12,000 bps, 1 out of 5 bits is used for error
  619.      correction, reducing throughput to 9,600 bps. 
  620.  
  621. Virtual disk:  A portion of the computer's Random Access Memory reserved for 
  622.      use as a simulated disk drive. Also called an electronic or RAM disk.
  623.      Unless saved on a physical disk, the contents of a virtual disk are lost
  624.      (volatile) when the computer is turned off.
  625.  
  626.  
  627.  
  628. Volume label:  An 11-character identifying name you can assign to a disk.
  629.      
  630. Wildcard character: A special character that, like the wild card in a card 
  631.      game, can be used to represent any other character.  DOS recognizes two
  632.      wildcard characters: the question mark (?), which can represent any single
  633.      character, and the asterisk (*), which can represent more than one
  634.      character.
  635.  
  636. Write-protect: To cover the small notch or opening on a diskette so that new or
  637.      changed information cannot be written onto the diskette.
  638.  
  639. WYSIWYG:  What you see is what you get (pronounced "wiz-ee-wig").  A desktop 
  640.      publishing phrease referring to the match between interfaces and printers. 
  641.      It means that what you see on the computer screen is what you'll get on
  642.      the printed copy.
  643.  
  644. X.25:     A CCITT standard that describes how data is handled in a packet
  645.      switched network.
  646.  
  647.  
  648.  
  649.  
  650. Xmodem-1K:     This is a variation of Xmodem which uses blocks that may be 128
  651.      bytes or  1024 bytes in size. Most communications packages support this
  652.      protocol   by allow 1K block in Xmodem protocol. Some BBS softwares refer
  653.      to Xmodem-1K as Ymodem. Ymodem sends the name, size and date of the file
  654.      but Xmodem-1K does not. If the filename 'UNKNOWN.$$$' shows in the
  655.      transfer window during a Ymodem transfer, it is likely that the BBS
  656.      software is using Xmodem-1K, in this case, you should select Xmodem
  657.      protocol.
  658.  
  659. Xmodem:   A protocol for transferring blocks of data via modem with a high 
  660.      degree of accuracy. Developed by Ward Christensen for CP/M systems in the 
  661.      late '70s and now the basic standard for error-detected data transfer.
  662.      Xmodem is  the most popular protocol in use today, but it is slowly being
  663.      replaced by quicker and more reliable protocols. Error checking is a
  664.      checksum or a the Cyclic Redundancy Check. The Xmodem protocol requires a
  665.      setup of no parity, 8 data bits, and 1 stop bit. While sending a file,
  666.      Xmodem always uses a 128 byte block.
  667.  
  668. XON/XOFF: Protocol for controlling the flow of data. If you dial into a 
  669.      timesharing system in which many users simultaneously use the same comput-
  670.      er and if the system is about to overflow, it will send an XOFF character
  671.      to your computer. The XON character will be sent to you when the system is
  672.      ready to receive again.
  673.  
  674. Ymodem-G: This protocol is a variation on Batch Ymodem. It achieves very high 
  675.      transfer rates by sending blocks one after another without waiting for
  676.      acknowledgement. This however means that an error-free link such as an
  677.      error-correcting modem or null modem cable between two computers is
  678.      needed. If an error is detected by the receiver, the transfer is aborted.
  679.      It allows transferring multiple files.
  680.  
  681. Ymodem:   This is a variation of the Xmodem which uses blocks that may be 128 
  682.      bytes or 1024 bytes in size and keeps the correct name, size, and date.
  683.  
  684. Zmodem:   This advanced protocol is both fast and reliable, and offers many 
  685.      features. Zmodem can transfer a group of files in one batch, while keeping
  686.      the exact file size and dates. Zmodem detects and recovers from errors
  687.      quickly. The Zmodem Recovery feature can resume an interrupted transfer.
  688.  
  689.      The Zmodem protocol is a feature built into the Telix communication 
  690.      program.
  691.