home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / educatio / pcl570.zip / GLOSSRY.TUT < prev    next >
Text File  |  1993-02-05  |  36KB  |  753 lines

  1.  
  2.        ---------------------------------------------------------------- 
  3.  
  4.                            A GLOSSARY FOR BEGINNERS
  5.  
  6.        ---------------------------------------------------------------- 
  7.  
  8.        ACCESS TIME. Time required for computer to locate and read data 
  9.        from disk or memory. Average access time for a hard drive is 
  10.        determined by time required for head to locate and move to the 
  11.        specified track and for disk to spin around until desired data 
  12.        sector is beneath head.
  13.  
  14.        ADAPTER BOARDS or CARDS. Plug in circuit boards which can 
  15.        contain functions such as modems, monitor display circuits, FAX 
  16.        capabilities, floppy or hard disk control circuits and other 
  17.        functions. Adapter boards are plugged into empty slots on the 
  18.        main "motherboard" of the computer.
  19.  
  20.        ADDRESS. Location of a specific piece of computer information in 
  21.        computer RAM memory. Also a specific cell location in a spreadsheet 
  22.        (e.g., address A22 in a spreadsheet: meaning the cell at 
  23.        intersection of column A, row 22.) 
  24.  
  25.        ALGORITHM. A sequence of software steps which represent a 
  26.        formula, method or sequence of operations to accomplish a task. 
  27.  
  28.        ALPHANUMERIC. Containing both letters and numbers.
  29.  
  30.        ALT KEY.  The key labeled Alt at the left of your keyboard. 
  31.        This key is often used by holding down Alt and hitting another 
  32.        key. 
  33.  
  34.        ANSI. Acronym for American National Standards Institute which
  35.        promulgates electronic and computing standards. ANSI is also 
  36.        used in connection with the small software program contained 
  37.        within DOS called ANSI.SYS which can control screen color, 
  38.        keyboard functions and cursor position.
  39.  
  40.        ASCII. This acronym stands for American Standard Code for 
  41.        Information Interchange and represents a standard file format 
  42.        which uses numbers to represent keyboard characters. In the 
  43.        ASCII system, binary numbers from 0 to 127 represent upper and 
  44.        lowercase letters of the alphabet. A block of eight zeros and 
  45.        ones represent these characters. ASCII files, a related concept,  
  46.        are text files which DO NOT contain extraneous codes or control 
  47.        characters and are PURELY text. Word processing document files 
  48.        which contain exclusively text without control characters are 
  49.        ASCII files. 
  50.  
  51.        ASIC. Application specific integrated circuit.
  52.        
  53.        ASSEMBLY LANGUAGE. Also known as machine code, the is a low 
  54.        level, high efficiency language which provides rapid software 
  55.        execution and results, but is somewhat difficult and 
  56.        specialized. Basic or Cobol are high level languages. Assembly 
  57.        is a low level language. 
  58.  
  59.        ASYNCHRONOUS. Serial type communications between computers such 
  60.        that each bit at a time is individually transmitted. On an IBM 
  61.        compatible computer, bits are sent in blocks of eight characters 
  62.        made up of zeros and ones.
  63.  
  64.        AUTOEXEC.BAT. This batch file runs automatically when you start 
  65.        your computer. It is a text file containing a list of DOS 
  66.        commands which you can customize with your word processor or 
  67.        other editor to have the computer start a program, menu or other 
  68.        software as you wish.
  69.  
  70.        BAK FILES. Some software programs save older copies of data in 
  71.        backup or BAK files. The extension is added to the file name so 
  72.        that older data can be retrieved if necessary.
  73.  
  74.        BASIC. Beginners All-Purpose Symbolic Instruction Code. A high 
  75.        level programming language which usually is provided with DOS in 
  76.        the file GWBASIC, or BASICA. Provides programming capabilities 
  77.        which are relatively easy to learn and use.
  78.        
  79.        BATCH FILE (or BAT file). A text file containing a list of DOS 
  80.        commands to be carried out or executed. It is a small text program 
  81.        which can be altered or created with your word processor or text 
  82.        editor. 
  83.  
  84.        BAUD. Bits per second. A speed measurement associated with modem 
  85.        communications or data transfer between the computer and 
  86.        printer, modem or another computer. 
  87.  
  88.        BENCHMARK. A software program or testing method which allows 
  89.        similar computers or software programs to be compared.
  90.  
  91.        BIDIRECTIONAL. Works in both directions. Frequently associated 
  92.        with printers which print in both directions left to right then 
  93.        immediately right to left. This saves printing time.
  94.  
  95.        BINARY. Computer numbers represented by zeros and ones.
  96.  
  97.        BIOS. Basic Input and Output System. Software related to DOS 
  98.        which controls input and output operations.
  99.  
  100.        BIT. A single binary digit. Represented electronically as a 
  101.        digit one or zero inside a computer. In reality a bit is held 
  102.        by a transistor switch inside an integrated circuit chip. If the 
  103.        transistor switch is "on" the bit represented is one. If the 
  104.        transistor switch is "off" the bit represented is zero. Bits 
  105.        make up larger bytes. 
  106.  
  107.        BOOTING or BOOTSTRAP. Refers to initial starting sequence which 
  108.        involves many software and hardware operations such as loading 
  109.        DOS, checking memory, initializing printer, etc. A reference to 
  110.        the computer "pulling itself up by the bootstraps." A warm boot 
  111.        can be done by pressing together the keys: CTRL, ALT and DEL.
  112.        A cold boot is complete machine shutdown followed by turning 
  113.        computer on again.
  114.  
  115.        BUBBLE MEMORY. Specialized type of memory created by magnetizing 
  116.        small regions of magnetic material within an integrated circuit.
  117.        This memory is nonvolatile and will not be lost when power is 
  118.        removed. Relatively expensive and slow in performance and thus 
  119.        not commonly used.
  120.  
  121.        BUFFER. An area of memory used to hold data temporarily. Buffers 
  122.        are used to hold files sent to the printer, data from the modem 
  123.        or hard drive or other computer inputs and outputs. The 
  124.        advantage of a buffer is that the computer is free to do 
  125.        some other work while the buffer handles the data transfer.
  126.  
  127.        BUG. A computer or software program error. To debug is to locate 
  128.        and remove an error.
  129.  
  130.        BULLETIN BOARD SYSTEM or BBS. A computer which can be accessed 
  131.        with a modem and which contains capabilities to send and receive 
  132.        message, send and receive software or exchange information.
  133.  
  134.        BUS. Circuits which connect devices together. The main electronic 
  135.        path that data takes in a computer. Within the IBM PC the 
  136.        original 62 pins and 8 slots were connected together in a bus or 
  137.        interconnected arrangement which later became an industry 
  138.        standard. 
  139.  
  140.        BYTE. For the IBM PC family of computers, a byte is an 8-bit 
  141.        unit of memory which represents one character, for example the 
  142.        letter E. Up to 256 different values are possible for a single 
  143.        byte. 
  144.  
  145.        CACHE. A high speed area of RAM memory which holds data being 
  146.        read to or from a disk drive. Saves time in frequently used data 
  147.        which does not have to be repeatedly found on the slower disk 
  148.        drive versus the speedy CACHE in memory.
  149.        
  150.        CELL. A single box in a spreadsheet used for data entry. 
  151.  
  152.        CHARACTER. Letter, number or 8 bit item of computer data.
  153.  
  154.        CHIP. Integrated circuit consisting of silicon or other rare 
  155.        earth material which has thousands or millions of semiconductors
  156.        etched into a tiny area.
  157.  
  158.        CISC. Complex Instruction Set Computer. A different method of 
  159.        computing compared to RISC or reduced instruction set computing. 
  160.        Many instructions are required to accomplish a given operation 
  161.        on a CISC machine compared to a RISC machine which is an newer 
  162.        emerging technology using inherently higher speed processor 
  163.        chips with fewer internal instructions. The IBM PC and clones 
  164.        use older CISC technology. 
  165.  
  166.        CLOCK/CALENDAR. An computer circuit which keeps the correct time 
  167.        and date. Many computers contain this circuit as standard 
  168.        equipment. Software programs access the clock/calendar device to 
  169.        date and timestamp your files and provide other "date and time 
  170.        sensitive" operations.
  171.  
  172.        CLOCK SPEED. The timing frequency that a computer uses to 
  173.        regulate and synchronize the timing of its operations. Usually 
  174.        this timing speed is measured in Megahertz or millions of cycles 
  175.        per second. For example one might say that a computer operates 
  176.        at 12MHz (million cycles or operations per second).
  177.  
  178.        CLUSTER. Two or more sectors on a circular disk track. Each track 
  179.        is usually divided into two clusters.
  180.        
  181.        COMMAND LINE. The DOS command line where you type in a DOS 
  182.        command to cause work to be done. Example:   C>Diskcopy a: b:   
  183.        is a command line which will perform a computer task.
  184.        
  185.        COMPOSITE VIDEO. All colors of a single computer monitor are 
  186.        combined in a single electrical input line. An inexpensive 
  187.        manufacturing method which produces fair resolution at a reduced 
  188.        price.
  189.  
  190.        CONSOLE. A reference to a computer. Console within the DOS 
  191.        software CONSOLE is often referred to as CON and various 
  192.        commands are given such as COPY CON PRN or COPY CON FILENAME.
  193.        Console in this sense means the keyboard.
  194.  
  195.        CONVENTIONAL MEMORY. The first 640K of RAM memory. 
  196.  
  197.        CONTROL KEY. See CTRL key.
  198.  
  199.        COPROCESSOR A specialized integrated circuit which assists the 
  200.        main processor with math intensive operations and can speed some 
  201.        software packages.
  202.  
  203.        CPS. Cycles per second or characters per second. 
  204.  
  205.        CPU. central processing unit. The primary integrated circuit 
  206.        chip which controls computer operations.
  207.  
  208.        CTRL KEY.  The key labeled Ctrl at the left of your keyboard. 
  209.        This key is often used by holding down Ctrl and hitting another 
  210.        key. Also called control key. 
  211.  
  212.        CURSOR. The flashing bright square your screen which shows where 
  213.        information will appear when you press a key. 
  214.  
  215.        CYLINDER. A set of disk tracks at a specific location of a hard 
  216.        drive platter or set of platters which can be read or written 
  217.        simultaneously by the read/write heads. Conceptually, a cylinder 
  218.        looks something like an empty tin can with the top and bottom 
  219.        removed. 
  220.  
  221.        DAISY WHEEL. A printer with a spinning typewriter wheel which 
  222.        spells out letters and characters. An early design printer.
  223.  
  224.        DATABASE. An organized collection of records or information. 
  225.  
  226.        DATA BUS. An electronic pathway which carries pulses of 
  227.        electricity to and from the various integrated circuits and 
  228.        components inside a computer. Usually a data bus consists of 
  229.        between 8 and 32 conductive wires or lines, each capable of 
  230.        delivering the bits and bytes which make up computer data. 
  231.        Generally the more lines which make up the bus, the faster the 
  232.        data can travel. Older computers use 8 bit data buses. Newer 
  233.        PC's use 16 bit busses which can move data more rapidly.
  234.  
  235.        DEFAULT. A standard computer setting when nothing otherwise is 
  236.        specified. Can be changed in many programs temporarily or 
  237.        permanently. If you are not sure of a setting in a program, it 
  238.        may supply a default value automatically. For example a 
  239.        spreadsheet might "default" to blue background with white 
  240.        letters. This default could be changed by instructions to the 
  241.        software program.
  242.  
  243.        DIP. Dual inline pins. A type of integrated circuit chip having 
  244.        small pins extending in rows from either side of a plastic or 
  245.        ceramic chip package.
  246.  
  247.        DIRECTORY. An imaginary storage space on your disk which 
  248.        contains files. 
  249.      
  250.        DISK CONTROLLER. A circuit board which provides primary control 
  251.        for hard or floppy disks. 
  252.  
  253.        DMA. Direct memory access. Refers to some devices in the computer 
  254.        such as drives or memory which can transmit and receive data 
  255.        without using the CPU. This speeds software and data operations.
  256.        
  257.        DOCUMENTATION. Printed instructions or manuals.
  258.  
  259.        DOS. Disk Operating System. DOS allows you to input information 
  260.        from the keyboard to the computer, run programs, prepare files 
  261.        for disks and other necessary tasks. 
  262.        
  263.        DOT MATRIX. Type of printer which uses tiny pins or wires to 
  264.        strike a ribbon and paper to produce images or characters. Older 
  265.        printers were 9 pin. Newer, high resolution printers use 24 
  266.        pins.
  267.  
  268.        DRIVE A. The first floppy drive.
  269.  
  270.        DRIVE B. The second floppy drive.
  271.  
  272.        DRIVE C. Usually this is a hard drive.
  273.  
  274.        DUPLEX. Communications between computers which features data 
  275.        transmission in both directions. Full duplex provides 
  276.        simultaneous transmission in both directions. Half duplex allows 
  277.        transmission in both directions, but never at the same time.
  278.  
  279.        EEPROM. Integrated circuit memory chip. Electrically erasable 
  280.        read only memory.
  281.  
  282.        EGA. Enhanced graphics adapter. High resolution circuit for 
  283.        monitor.
  284.  
  285.        EISA. Extended Industry Standards Association. 
  286.  
  287.        EMS. Expanded memory specification. Standard for using additional 
  288.        memory with IBM compatible computers. Memory is above the normal 
  289.        640K.
  290.  
  291.        EPROM. Erasable Programmable read only memory integrated circuit 
  292.        chip.
  293.  
  294.        E-MAIL. Electronic Mail. Sending and receiving messages via 
  295.        computers which link two or more users together. Messages are 
  296.        stored and retrieved as needed by individuals in the network and 
  297.        can be transmitting vast distances using ordinary telephone 
  298.        lines or other wiring. Not necessarily FAX messages, although 
  299.        these can be incorporated in into an E-Mail network in addition 
  300.        to voice, photos, illustrations and text.
  301.             
  302.        ESDI. Enhanced small disk interface. A hard drive specification 
  303.        which allows high speed data transfer. Rates of up to 10 
  304.        megabits per second are possible.
  305.             
  306.        ENTER KEY. The large key to the right of your keyboard. On 
  307.        many computers, this is labeled also labelled the Return key. 
  308.  
  309.        ESC KEY. The key on your computer labeled Esc, meaning Escape. 
  310.        This key allows you to abort many computer entries and 
  311.        operations. 
  312.  
  313.        EXPANDED MEMORY. Computer RAM memory which can be accessed only 
  314.        through a "window" or "page frame" set up inside the first 1 
  315.        Megabyte of RAM. The usual limit of expanded memory is 32MB.
  316.        Segments of this memory are quickly "paged in and out" of the
  317.        memory window to create an illusion to the central processing 
  318.        chip of a large amount of memory. Something like flipping the 
  319.        pages of a cartoon book to animate a story. Many applications
  320.        such as spreadsheets and databases can use this memory to handle 
  321.        large tasks.
  322.  
  323.        EXTENDED MEMORY. RAM memory which extends from the normal 1MB
  324.        DOS limit to the top address limit of the CPU. Using special 
  325.        software it is possible to convert extended memory to expanded 
  326.        memory. Extended memory is useful for simple software tasks like 
  327.        RAM disks, print buffers and other applications, but is not as 
  328.        useful as expanded memory for applications such as spreadsheets 
  329.        and many databases.
  330.  
  331.        EXTENSION. The last part of a filename, preceded by a dot which 
  332.        frequently shows the file type. In the filename MYFILE.TXT the 
  333.        extension is TXT. As an aside, TXT is usually a text file. A 
  334.        file extension ending in TMP might mean a temporary file. A file 
  335.        extension ending in WKS refers to a Lotus 123 spreadsheet file.
  336.  
  337.        EXTERNAL COMMANDS. DOS commands such as FORMAT (and others) 
  338.        which are retained only on disk and are temporarily loaded into 
  339.        ram for use then disappear from ram after a task is complete. 
  340.        They must be available on disk whenever used and are not 
  341.        normally stored in memory.
  342.  
  343.        FAT. File allocation table. A special area on a disk drive which 
  344.        keeps track of the parts of a file which may be scattered 
  345.        across the disk. The FAT tells the drive head where to locate 
  346.        the portions of data.
  347.  
  348.        FAX BOARD. An internal expansion board which can be plugged into 
  349.        the PC to allow sending and receiving of FAX documents. These 
  350.        documents can be stored on disk and later printed on a printer 
  351.        or discarded. FAX boards also allow sending and receiving of FAX
  352.        documents to several clients in a row and even calling at times 
  353.        of reduced telephone rates such as the early morning hours - all 
  354.        completely unattended.
  355.  
  356.        FIELD. An area of the screen (frequently a database program) 
  357.        where data or text is entered. A field is essentially a category 
  358.        of information. 
  359.  
  360.        FILE. A collection of data on a disk or in memory which has been 
  361.        grouped together. This can be the text of a document, numbers 
  362.        and formulas in a spreadsheet, or codes to run a program or 
  363.        application. 
  364.  
  365.        FLOPPY OR FLOPPY DISK. A permanent magnetic storage medium for 
  366.        retaining data when the computer is off. Similar to a tape 
  367.        cassette. It stores data, can be erased and re-used and 
  368.        modified. 
  369.  
  370.        FONT. Typefaces of a character. Size and shape of character can 
  371.        change. These families of typefaces or fonts have name such as 
  372.        Helvetica, Courier, etc
  373.  
  374.        FORMAT. To prepare a blank disk to receive data. Formatting 
  375.        involves testing the disk for possible errors and preparation of 
  376.        a file allocation table.
  377.  
  378.        FRAGMENTATION. The process which gradually allows files on disk 
  379.        to become widely scattered - thus slowing file retrieval. 
  380.        Defragmentation involves a software reconfiguration which brings 
  381.        file piece together in contiguous proximity for rapid access and 
  382.        is a routine maintenance item. 
  383.  
  384.        FUNCTION KEYS. The keys labeled F1 - F10 on your keyboard. Some 
  385.        computers have 12 function keys. F1 traditionally is the help 
  386.        key in most program and provides instructions. 
  387.       
  388.        GAME PORT. A plug in port on the back of the computer which can 
  389.        accommodate joysticks or other game playing input devices.
  390.  
  391.        GIGABYTE. One billion bytes. 
  392.  
  393.        GLOBAL. A software instruction or adjustment which will affect 
  394.        data or program parameters throughout an entire software 
  395.        application, document or hardware device. 
  396.  
  397.        HARD DISK, HARD DRIVE, WINCHESTER DRIVE. Permanent, non-removable 
  398.        storage device within the computer.
  399.  
  400.        HAYES COMPATIBLE. Modems that comply with standard HAYES 
  401.        instruction commands which are considered an industry standard. 
  402.        ALso known as the AT command set which stands for "attention" in 
  403.        a HAYES modem.
  404.        
  405.        HEADS. A reference to the read/write heads of a floppy or hard 
  406.        drive. They are small electromagnetic coils attached to an arm 
  407.        which moves freely over the surface of the spinning platter or 
  408.        disk. Electric pulses to these coils creative small fields of 
  409.        magnetism on the spinning surface below the heads. 
  410.  
  411.        HEXADECIMAL. Numeric system using base 16. Most memory locations 
  412.        in a computer are calculated and displayed in hexadecimal 
  413.        notation due to memory design considerations.
  414.  
  415.        HIDDEN FILES. Files which are present but have been temporarily 
  416.        hidden using DOS commands. Cannot be seen on an ordinary 
  417.        director listing or search.
  418.  
  419.        HIGH LEVEL FORMATTING. Is a process performed to a hard disk 
  420.        after low level formatting (see below). This high level format 
  421.        creates the directory structure of the disk (or file allocation 
  422.        table area) which DOS will later use. 
  423.  
  424.        HIGH LEVEL LANGUAGE. Computer programming language which is 
  425.        relatively easy to learn and use. Examples: BASIC, COBOL, 
  426.        PASCAL.
  427.  
  428.        IC. Integrated circuit. Also known as chips.
  429.  
  430.        INK JET. This is a reference to a type of printer which forms 
  431.        characters and images by spraying tiny jets of ink on either 
  432.        plain paper or specially coated paper stock.
  433.  
  434.        INTEGRATED SOFTWARE. A type of software package which frequently 
  435.        combines several standard software applications into one entity.
  436.        Frequently an integrated package will contain a spreadsheet, 
  437.        database, word processor and perhaps and modem or telephone 
  438.        dialing program.
  439.  
  440.        INTERLEAVE FACTOR. The spacing of non-consecutive sectors around 
  441.        the track of a hard disk. Usually this is given as a ratio. 
  442.        Optimal interleave spaces these non-consecutive sectors for 
  443.        optimum speedy data retrieval from the hard disk. Example: an 
  444.        interleave of 1:1 is considered very fast in hard drive 
  445.        performance characteristics.
  446.        
  447.        INTERNAL COMMANDS. Commands of DOS which are loaded into RAM 
  448.        memory and do not require the DOS disk to be present to 
  449.        function. Examples: DIR, COPY, RD
  450.        
  451.        INTERPRETER. Software program which translates high level 
  452.        programming instructions into low level machine or assembly code 
  453.        which the CPU can process.
  454.                                  
  455.        KILOBYTE or K.  Refers to one thousand bytes. More precisely this 
  456.        is 1024 bytes.
  457.             
  458.        LAN. Local area network. Circuits to allow several or many 
  459.        computers to talk to each other and share data. Of interest to 
  460.        business and office computer users, but of only passing interest 
  461.        to home and home/office users having only one machine. 
  462.       
  463.        LASER PRINTER. Type of printer that uses a rapidly scanning laser 
  464.        beam to build characters on a rotating drum which in turns 
  465.        transfers images to toner ink and paper.
  466.  
  467.        LOW LEVEL FORMAT. A preliminary process which is usually done to 
  468.        a hard drive to prepare it for accepting data. Low level 
  469.        formatting establishes tracks and sectors on the disk so the 
  470.        drive can accept data and locate it for later retrieval. 
  471.        Normally this will destroy all previous data! 
  472.  
  473.        LQ. Letter quality printer
  474.        
  475.        MACRO. A sequence of keystrokes or commands that can be recorded 
  476.        and played back to execute a program or task of data entry thus 
  477.        saving you keystrokes. In telecommunications (modem) software, 
  478.        macros are also referred to as scripts.
  479.  
  480.        MAINFRAME. Large or corporate computer as compared to a smaller 
  481.        desktop computer.
  482.  
  483.        MASS STORAGE. All disk-oriented forms of data storage such as 
  484.        hard and floppy disks, optical disks and backup tape drives.
  485.  
  486.        MEGABYTE or MEG. One million characters or memory areas.
  487.  
  488.        MEMORY. A temporary storage area inside your computer. Usually 
  489.        within individual integrated circuit chips. Data stored in 
  490.        memory disappears when the power is turned off and must be 
  491.        stored on a diskette or other non-volatile memory device. Also 
  492.        called RAM (random access memory) or simply RAM.
  493.  
  494.        MEMORY ADDRESSABILITY. The number of separate individual memory 
  495.        locations in RAM with which the CPU is capable of communicating.
  496.  
  497.        MEMORY CACHE. An area in RAM memory, usually about 8K to 128K in 
  498.        size, which the CPU can use to store frequently accessed data 
  499.        rather than going to a hard drive or floppy disk. This speeds up 
  500.        operations. 
  501.  
  502.        MENU. Display of choices or options.
  503.  
  504.        MFM. Modified frequency modulation. An early standard for hard 
  505.        disk data storage and transfer.
  506.  
  507.        MHZ. Megahertz or one million cycles per second. Derived from the 
  508.        name of Rudolf Hertz, an early electrical researcher.
  509.  
  510.        MILITARY TIME. A numerical time designation featuring 24 hours 
  511.        in a day. For example, 1300 hours means 1PM. 2400 hours is 
  512.        midnight. Basically, add 12 to the number of hours if a PM time 
  513.        is shown. Military time is the standard used by most computers 
  514.        for clarity.
  515.  
  516.        MODEM. Derived from MODulator DEModulator which allows computers 
  517.        to transfer information over phone lines.
  518.  
  519.        MODES. When referring to CPU chips there are three modes: real, 
  520.        protected and virtual which address memory in various ways.
  521.  
  522.        MOUSE. Hand operated pointing and selection device which serves 
  523.        as alternate input to the keyboard.
  524.  
  525.        MTBF. Mean time between failures. A measurement of relative 
  526.        reliability related to components such as hard drives or other 
  527.        devices.
  528.  
  529.        MULTITASKING. A computer which can perform several operations at 
  530.        the same time.
  531.  
  532.        NLQ. Near letter quality printer.
  533.  
  534.        NULL MODEM CABLE. Special electrical cable used to transfer data 
  535.        between two computers.
  536.  
  537.        ON LINE SERVICE/BBS/BULLETIN BOARD. Computers connected to 
  538.        telephone lines which users can access by modem. Messages to 
  539.        other users can be left and retrieved. Software can be sent
  540.        (uploaded) or retrieved (downloaded), databases can be searched 
  541.        for information.
  542.  
  543.        OPERATING SYSTEM. Another name for DOS. The essential "core" 
  544.        software which itself runs other programs and talks to the 
  545.        keyboard and printer. There are other operating systems besides 
  546.        DOS. For example UNIX, OS/2, Windows, CPM.
  547.  
  548.        OS/2. Operating system 2. A proposed update to the DOS operating 
  549.        system.
  550.  
  551.        PAGING. The ability of software and hardware to store a portion 
  552.        or segment of software instructions on the hard disk and then 
  553.        retrieve it a later time. This allows conservation of limited 
  554.        RAM memory. 
  555.  
  556.        PARAMETER. Information sent to a program. Example: /p is the 
  557.        parameter of the DOS command DIR/p. Parameters modify a software 
  558.        command.
  559.  
  560.        PARITY CHECK. An error detection method used to test RAM memory 
  561.        chips and assure reliable data transfer.
  562.  
  563.        PARKING THE HEADS. Refers to the process of running a software 
  564.        program to cause the read/write heads of a hard disk mechanism 
  565.        to move to a track area of the disk which is of low use or is a 
  566.        designated safe zone. Somewhat like lifting the needle from a 
  567.        phonograph record and placing it on the "needle rest." This 
  568.        prevents the possibility that the heads will drop or otherwise 
  569.        gouge into the soft magnetic surface of the platters below. The 
  570.        heads are usually parked while the disk is spinning and once 
  571.        parked the machine is turned off. A few expensive hard drives 
  572.        automatically park the heads, but this is not common for most 
  573.        hard drive units. 
  574.  
  575.        PARTITION. A subdivision which is created by the FDISK utility 
  576.        of DOS. A partition can be used to subdivide a hard disk into 
  577.        more than one logical drive (e.g., C: and D:) or run various 
  578.        operating systems from the same disk such as DOS and Unix. It is 
  579.        usually established after a preliminary high-level format 
  580.        process. 
  581.  
  582.        PATH. A list of subdirectories where DOS searches for 
  583.        information. You can set this with the DOS PATH command. The 
  584.        path command is usually set within the AUTOEXEC.BAT file 
  585.        mentioned above. See the DOS path command for syntax.
  586.  
  587.        PASSWORD. A word or phrase which must input at the keyboard 
  588.        before a program or operation can begin. 
  589.  
  590.        PLATTER. The physical disk medium of a hard drive or floppy 
  591.        system onto which data is recorded and read back. Usually a 
  592.        platter refers to a hard drive disk which is aluminum and coated 
  593.        with a metallic iron oxide. 
  594.  
  595.        POINTING DEVICE. Mice, trackballs, light pens and so on allow 
  596.        input to the computer in addition to the more conventional 
  597.        keyboard.
  598.  
  599.        PRESENTATION GRAPHICS SOFTWARE. Programs which produce charts, text 
  600.        or images for businesses presentations. The illustration or chart 
  601.        is designed on the computer screen and then finally output to a 
  602.        lecture slide, overhead transparency, printed sheet or even 
  603.        computer screen image which will later be viewed.
  604.  
  605.        PROMPT. See system prompt.
  606.  
  607.        PROTECTED MODE. A unique feature of the 80286 (and later) Intel 
  608.        CPU chip to access RAM memory beyond the 1MB limit as well as 
  609.        manage and protect multiple software programs in memory.
  610.  
  611.        PROTOCOL. Software standards and software programs which ensure 
  612.        reliable data transfer without error loss.
  613.  
  614.        RAM. Temporary memory in  your computer (random access memory). 
  615.        When you turn the computer off, all RAM contents are lost until 
  616.        replaced from data stored on a disk. 
  617.  
  618.        REAL MODE. A unique feature of the 80286 (and later) Intel CPU 
  619.        chip which allows simulation of the 1MB memory limit and 
  620.        instructions of the older 8086 CPU which allows operation of 
  621.        older software programs. This is an example of "downward" or 
  622.        "backwards" compatibility.
  623.  
  624.        REBOOT. Touch the Control (Ctrl), Alt (Alt) and Delete (Del) 
  625.        keys all at the same time. This restarts your computer without 
  626.        turning it off. This is also know as a "warm reboot" as compared 
  627.        with a "cold reboot" which means complete shutdown with via the 
  628.        on/off switch. 
  629.  
  630.        RECORD. A set of information elements in a database. For example 
  631.        the data Mr. Smith including his address, income, telephone 
  632.        number and occupation would together constitute a single record. 
  633.  
  634.        RELATIONAL DATABASE. A database software package which can 
  635.        interrelate multiple databases (e.g., parking ticket database 
  636.        AND policemen on the force AND parking meters which are out of 
  637.        order - each of these databases is a separate file, but a 
  638.        relational database can interrelate them and produce very 
  639.        complex reports and find unique relationships.) Relational 
  640.        databases often contain complex command languages, application 
  641.        generators, query systems, specialized report writers, SQL 
  642.        support and more. 
  643.  
  644.        RESIDENT COMMANDS. DOS commands such as COPY, TYPE, DIR, DEL 
  645.        which are retained in RAM instead of disk. Also called internal 
  646.        commands. They are available at all times when DOS is in 
  647.        operation.
  648.  
  649.        RESIDENT PROGRAM. Program(s) which are loaded into your computer 
  650.        temporarily and remain available until the computer is turned 
  651.        off. Resident programs are also known as TSR programs (terminate 
  652.        and stay resident.) Resident programs are "popups" such as 
  653.        calendars, calculators and other devices. 
  654.  
  655.        RGB. Red, green blue. Reference to type of monitor or display 
  656.        system. RGB monitors on early computers were frequently 
  657.        associated with the CGA or low resolution color display 
  658.        standard.
  659.  
  660.        RLL. Run length limited. Hard disk data storage and transfer 
  661.        scheme. Provides fifty percent high data density storage than 
  662.        older MFM system. 
  663.  
  664.        ROM. Read only memory chip. Memory is not lost when computer 
  665.        turned off.
  666.  
  667.        ROOT DIRECTORY OR ROOT. The main directory on a disk. You are 
  668.        not in a lower subdirectory area (e.g., C:\doc\wp\files) but in 
  669.        the main directory (e.g., C:\)
  670.  
  671.        SCSI. Small computer systems interface. Frequently pronounced 
  672.        "scuzzy." A hard drive scheme which allows multiple hard drives 
  673.        to be attached and high data transfer rates. 
  674.  
  675.        SCANNER. A device which can convert a printed image such as a 
  676.        photo or illustration to a digital image within the computer 
  677.        memory. Some scanners use OCR (optical character recognition) to 
  678.        scan text documents containing printed words and convert them to 
  679.        text characters in the computer as if a person had typed the 
  680.        document. These scanned documents or illustrations can then be 
  681.        edited, transmitted or stored as desired.
  682.  
  683.        SECTOR. The smallest unit of storage on a hard or floppy disk 
  684.        consisting of 512 bytes - typically there are either 17 or 26 
  685.        sectors per track on a hard drive. 
  686.  
  687.        SERIAL. Data is transmitted one bit at a time. In comparison, 
  688.        parallel data transfer sends eight bits at a time.
  689.  
  690.        SIMM. Single inline memory module integrated circuit.
  691.  
  692.        SIP. Single inline pins.
  693.  
  694.        SOURCE. When doing file or disk copies, refers to the originating 
  695.        disk or file.
  696.  
  697.        SPOOL or SPOOLER. Simultaneous peripheral operations on line. A 
  698.        memory storage buffer which holds data which can be fed to 
  699.        printer, modem or other device while main processor is used for 
  700.        other applications. 
  701.  
  702.        SYSTEM PROMPT. When you look at your monitor screen and see the 
  703.        DOS display such as:   A>   or   C>    you are looking at a 
  704.        system prompt. You must next give DOS a command to run a program 
  705.        or perform a DOS operation. 
  706.  
  707.        TARGET. The file or disk to which data is sent.
  708.  
  709.        TRACTOR. Printer with sprocket feed which handles paper 
  710.        perforated along the edges.
  711.  
  712.        TRACK. Concentric rings or circles of data sectors on a disk 
  713.        platter which contain data and mark position points for the 
  714.        read/write heads.    
  715.  
  716.        TROJAN HORSE. Type of software which may contains hidden code 
  717.        which will damage data. 
  718.  
  719.        TSR. See resident programs. TSR is an acronym for "terminate 
  720.        and stay resident" and is a type of software program.
  721.  
  722.        TURBO. High speed computer setting which operates the CPU 
  723.        at high clock speeds.
  724.  
  725.        USER GROUP. Computer club.
  726.  
  727.        VAPORWARE. Announced software product which has not yet shipped.
  728.  
  729.        VIRUS. Software program which is self-replicating and can cause 
  730.        loss or damage to data or other software programs.
  731.  
  732.        VOLATILE. Memory which can be lost if power is turned off.
  733.  
  734.        VIRTUAL 8086 MODE. A unique operating feature of the Intel 80386 
  735.        CPU chip that can provide several DOS software programs with a 1MB 
  736.        section of RAM memory which each act like a "separate small 8086 
  737.        computer" which is running in real mode. 
  738.  
  739.        WINDOWS. Software package from Microsoft Corporation which 
  740.        provides ease of use featuring point and click menus and 
  741.        screens. Also refers to capability of any software package to 
  742.        open a small window on the screen over an existing software 
  743.        package or to split the screen into subdivisions so that several 
  744.        documents or data sets can be examined simultaneously.
  745.  
  746.        Tutorial finished. Have you registered PC-Learn to receive your
  747.        bonus disks? Registration is encouraged. Shareware works on the
  748.        honor system! Send $25 to Seattle Scientific Photography, 
  749.        Department PCL5, PO Box 1506, Mercer Island, WA 98040. Latest 
  750.        version of PC-Learn and two bonus disks shipped promptly!
  751.  
  752.  
  753.