home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / MNJAN91.ZIP / GLOSS01 < prev    next >
Encoding:
Text File  |  1990-11-11  |  15.4 KB  |  335 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 comouter 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.      Archiving.
  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.
  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.
  273.      
  274. Format:   To prepare a disk for use.
  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.
  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.
  303.      
  304. Initialize:    See format.
  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. Keyboard: The device consisting of alphabetic and other keys where instructions
  314.      and data are typed into the computer.  The keyboard is assumed by DOS to
  315.      be the standard input device unless a different device is specified.
  316.  
  317. Integrated circuit: An electronic device that combines thousands of transistors
  318.      on a small sliver, or chip, of silicon. Such devices are the building
  319.      blocks of computers. Also referred to as a chip.
  320.  
  321. Interface:     The boundary between two systems or entities, such as a disk 
  322.      drive and the computer, or the user and a program.
  323.  
  324. Jmodem:   This protocol is designed to maximize the amount of data that can be
  325.      transferred in a given time. It sends very long blocks of data using 16
  326.      bit CRC error correction and compressing the data wherever possible.
  327.  
  328. Kermit:   This protocol is designed to permit computers of different types to 
  329.      send files to each other. Almost any computer using Kermit can be set up
  330.      to send files to another computer using Kermit.
  331.  
  332.  
  333. LPT1, LPT2, LPT3:   Short for line printer. The names that DOS uses to refer to
  334.      the three ports to which parallel printers can be attached.
  335.