COMPUTER TERMINOLOGY Paul E. Patterson, Anna Davis, and C. Wilson Gray A.E. Extension Series No. 93-2 January 1993 Presented At

Total Page:16

File Type:pdf, Size:1020Kb

COMPUTER TERMINOLOGY Paul E. Patterson, Anna Davis, and C. Wilson Gray A.E. Extension Series No. 93-2 January 1993 Presented At ~------------------------- - - ---- COMPUTER TERMINOLOGY by Paul E. Patterson, Anna Davis, and C. Wilson Gray A.E. Extension Series No. 93-2 January 1993 Presented at the 1993 Idaho Potato School Pocatello, Idaho January 19-21, 1993 and Oalry Management Computer Workshops: Caldwell, ID February 22-23, 1993 Twin Falls, 10 February 24-25, 1993 Preston, 10 March 1-2, 1993 Idaho Falls, ID March 3-4, 1993 COMPUTER TERMINOLOGY Access - The sequence of locating and Architecture - The way in which the processing information or locating and components of a computer system are retrieving data from a disk. organized and inter-connected. Access time - The period of time between a Archive - To copy information to a storage request for information and the availability of device that holds files which need not be that data. Often used to reference the speed instantly accessible. of a hard disk drive. Artificial Intelligence - The ability of a Acoustic coupler - A form of low speed computer to imitate certain human actions or modem that sends and receives data uSIng a skills such as problem solving, decision conventional telephone handset and does not making and learmng. require a permanent connection to the line. It is frequently used with portable terminals. ASCII - (American Standard Code for Information Interchange.) A standard seven­ Address - Identification code that references bit hex-to-character conversion code used to specific data location within storage. represent up to 256 different letters, numbers, and symbols. Every character has a Address modes - The manner in which the unique binary representation. computer codes registers and memory in order to access and work with data. The Assembler - A program that deciphers coded number of available address modes is a instructions prepared by the programmer and measure of the computer's power. then translates them into binary machine language. Address register - A specific location in the Central Processing UnIt (CPU) for storage of . Asynchronous device - A piece of equipment identification code (address) values. having a variable or random time interval between successive events. The transmission Alphanumeric - A character set that contains of information (character, word, or small both letters (A-Z) and numbers (0-9). Other block) is individually timed by the use of start characters, such as punctuations marks, may and stop bits. also be allowed. AUTOEXEC.BAT - A special batch file Analog - Contrasted to digital, analog devices containing a series of commands that DOS measure a continuous variable, such as will execute when the cmputer is turned on. voltage levels. ANSI - (American National Standards Institute.) A private organization that publishes proposed standards for products, Backup - An extra copy of a disk or file which Including computer languages. Adherence to has been made in case the original disk is lost standards is voluntary. or ruined. Backups of all master disks should be made ' immediately upon receiving or Applications - Software programs that purchasing a new piece of software. Also perform a specific user-oriented task such as make backups of important work disks and word processing or payroll. Applications can files. be either purchased as a package, or custom designed by a programmer. Bad Sector - A disk sector that cannot reliably hold data because of a media flaw or damaged format markings. 2 BASIC - (Beginners All-purpose Symbolic Byte - A unit of memory capacity. A Instructional Code.) A common, easily standard-length sequence of bIts, usually learned computer language developed in the eight, used to represent a single character. 1960's at Dartmouth College. Batch File - A file containing a series of commands that the operating system executes when the file is called. C - A very concise programming language widely used for writing operating systems and Baud - A measure of the rate of data application programs. transmission, bits per second. Typically referred to as "Baud rate" with data CAD - (Computer Aided Design.) An communications. Baud rate divided by "10" is advanced graphics program that assists in approximately equal to characters per second product design. (cps). Thus, 1200 - baud is about 120 cps. Carriage return - A control character Binary - A number system with a base of "2," recognized as a signal for the end of a rather than 10, using only two digits: "0" and particular input of data. "1". Cache Memory • A high speed memory which BIOS (Basic Input/Output System.) - The contains the next most likely instruction to be part of the operating system that handles the executed or data block to be used. communications between the computer and its peripherals. These programs are often Carrier - The reference signal on which burned into the read-only memory (ROM) information is superimposed for transmission chips. or reception of data over telephone lines. BIT· (BInary digiT) The basic element of a Character - A symbol, such as a letter or byte (eight bits constitute one byte). It is a punctuation mark, used to represent data or type of electrical switch that is either "on" or operational instructions. "off." One binary digit is usually represented by "1" or "0." Circuit - A complete electronic path. A collection of cirCUIts is gathered together on a Boot Record - A one-sector record on the plastic sheet to produce a circuit board. disk which supplies instructions to the computer on how to load the operating Clock - A timing device in the control unit system into memory, thus bootIng the which is used to synchronize the operation of computer. different parts of the computer. Booting up or Bootstrapping - The initial COBOL • (COmmon Business Oriented loading of information that takes place when Language.) A programming language, a computer is turned on, enabling it to read resembling English, that is used primarily for in or respond to further instructions. business applications. BufTer - A memory storage area that Code - A set of rules that specifies the temporarily holds data during the transfer manner in which data may be represented. between internal and external or inputj output storage. Compatibility - The capability of a computer to work with other deVlces like printers, data Bug. Mistake in a program or malfunction in storage units and with other computer a computer. models either from the same or different manufacturers. Also could include software Bus· The electrical pathway over which data and program languages. and other signals travel. 3 Compiler • A programming language CPU (Central Processing Unit) - The brain translator that converts programs from high­ of a microcomputer. It contains the address level language (such as FORTRAN or registers, arithmetic logic unit, and timing PASCAL) to machine language. Compiled signal generator. programs typically execute faster than coded programs. < CR> • The symbol standing for carriage return. Component • A part of a computer system, usually a specific piece of equipment. CRT· SEE Screen. Computer • An electronic device that is Crash • A malfunction that brings work to a capable of number computations, data halt. A head crash means physical damage to storage, and logical operation. The computer a disk and probably data loss. is directed by a program that is prepared by a human. Cursor· An electronically generated symbol that appears on the screen of the Computer ~aphics • The process of microcomputer to tell the operator where the converting dIgital information into a format next character will appear. that can be displayed visually on a graphics terminal. Cylinder. The total number of tracks that can be read on a hard disk without moving Computer language - A specific set of rules the heads. A typical 20 meg hard disk will and symbols which is used to communicate have 4 heads and 615 cylinders, where each with a computer. BASIC and FORTRAN cylinder is 4 tracks. are two such languages common to computer users. Computer program • A series of instructions that guide the activities of a computer. Data • The input of facts, numbers, letters, and symbols that when processed becomes Computer system • The combination of usable information. hardware (equipment) and software (programs) WhICh is used for performing Database • An or~anized collection of certain tasks. interrelated informatIon about a particular field or topic. CONFIG.SYS • A file which is created to tell the DOS operating system how to configure DBMS • (Data Base Management System.) itself when the computer starts up. A computer application program designed to keep records in a database. Connector • A physical interface (plug) between components, typically male or Data processing - The manipulation of data female. by following a sequence of instructions to achieve a desired result. Conventional Memory - The first 640K of memory. DOS is limited to conventional Debug • The process of locating, identifying memory for use in running applications. and correcting mistakes or problems with a program or equipment. The same idea as CP/M - (Control Program (for) Micro­ trouble-shooting. computers.) An operating system from Digital Research, Inc., widely used before the Default • The standard option which is introduction of MS-PC/DOS. assumed if you fail to specify otherwise. CPS • (Characters per second.) The speed of Delete • To erase data from the screen or operation of a printer or data transmission from a disk, whether it be a character, device. sentence, or a whole file. Similar to erase. 4 Density - The amount of data that can be Documentation - A description of what a packed into a given area on a floppy disk. A program does, how it does it, its assumptions, double density 3-1/2" diskette holds 720K of and possible applications. An "owner's and information; a high density one holds 1.44 operator's manual" for a program or piece of megs. hardware. Desktop Publishing - The process of using a DOS - (Disk Operating System.) . Any microcomputer, laser printer and specialized operating system that emphasizes the use of software to create documents for publication dtsks to store files.
Recommended publications
  • Computer Problem Solving 1) What Is the First 640K of Memory Addresses Called?
    Computer Problem Solving 1) What is the first 640k of memory addresses called? a. extended memory b. upper memory c. high memory d. conventional memory Competency: Personal computer components 2) What was the first socket to support dual voltage inputs? a. Socket 7 b. Socket 5 c. Socket 8 d. Socket 423 Competency: Personal computer components 3) Which card is used to add modems and network cards to the portable computer? a. Type 1 b. Type 2 c. Type 3 d. Type 4 Competency: Laptop and portable devices 4) Which type of battery is used most often in notebook computers? a. NiMH b. NiCad c. Li-ION d. Zinc Air Competency: Laptop and portable devices 5) Which of the following does the erase lamp remove? a. static charge from the developed image area on the paper b. static charge from the margin areas of the paper c. leftover toner particles from the paper d. any static charge that may remain on the drum Competency: Printers and scanners 6) Which standard that was first available in Windows 95 and that incorporated as a BIOS configuration option to conserve electrical power? a. ACPI b. APM c. PCMIA d. Energy Star Competency: Operating systems 7) Which of the following files is the virtual memory swap file needed to boot Windows 2000/XP? a. Pagefile.sys b. Hal.dll c. Kernel32.dll d. Himem.sys Competency: Operating systems 8) Which of the following protocols guarantees packet delivery? a. HTTP b. IP c. TCP d. UDP Competency: Networks 9) What is the standard recommendation for changing your password? a.
    [Show full text]
  • Computing :: Operatingsystems :: DOS Beyond 640K 2Nd
    DOS® Beyond 640K 2nd Edition DOS® Beyond 640K 2nd Edition James S. Forney Windcrest®/McGraw-Hill SECOND EDITION FIRST PRINTING © 1992 by James S. Forney. First Edition © 1989 by James S. Forney. Published by Windcrest Books, an imprint of TAB Books. TAB Books is a division of McGraw-Hill, Inc. The name "Windcrest" is a registered trademark of TAB Books. Printed in the United States of America. All rights reserved. The publisher takes no responsibility for the use of any of the materials or methods described in this book, nor for the products thereof. Library of Congress Cataloging-in-Publication Data Forney, James. DOS beyond 640K / by James S. Forney. - 2nd ed. p. cm. Rev. ed. of: MS-DOS beyond 640K. Includes index. ISBN 0-8306-9717-9 ISBN 0-8306-3744-3 (pbk.) 1. Operating systems (Computers) 2. MS-DOS (Computer file) 3. PC -DOS (Computer file) 4. Random access memory. I. Forney, James. MS-DOS beyond 640K. II. Title. QA76.76.063F644 1991 0058.4'3--dc20 91-24629 CIP TAB Books offers software for sale. For information and a catalog, please contact TAB Software Department, Blue Ridge Summit, PA 17294-0850. Acquisitions Editor: Stephen Moore Production: Katherine G. Brown Book Design: Jaclyn J. Boone Cover: Sandra Blair Design, Harrisburg, PA WTl To Sheila Contents Preface Xlll Acknowledgments xv Introduction xvii Chapter 1. The unexpanded system 1 Physical limits of the system 2 The physical machine 5 Life beyond 640K 7 The operating system 10 Evolution: a two-way street 12 What else is in there? 13 Out of hiding 13 Chapter 2.
    [Show full text]
  • Table of Contents
    ^9/08/89 11:43 U206 883 8101 MICROSOFT CORP.. 12)002 Table of Contents m-^mm Table of Contaits 09/08/89 11:44 'Q206 883 8101 MICROSOFT CORP _ _ [ 1003 The Story Begins JAN The story of MS-DOS_begins ..in a hotel in Albuquerque, New Mexico. 1975 In 1975, Albuquerque was the home of Micro Instrumentation'Telemetry MiTS introduces the 8080-baseci Systems, better known as MITS- In January of that year, MITS had intro- Altair computer. duced a kit computer called the Altair. When it was first snipped, the Altair consisted of a metal box with, a panel of switches for input and output, a power supply, and-two boards. One board was the CPU.. At its heart was the 8-bit 8080 microprocessor chip from InteL The other board provided 256 bytes of memory. The Altair had no keyboard, no monitor, and no permanent storage. But it had a revolutionary price tag. It cost $397. For the first time, the term "personal computer" acquired a real-world meaning. The real world of the Altair was not, however, the world of business computing. It was-primarily the world of the computer hobbyist These first users of the microcomputer were not as interested in using spreadsheets and word processors as they were in programming. Accordingly, the first soft- ware for the Altair was a programming language. And the company that developed it was a two-man firm, in Albuquerque, called Microsoft FEB The two men at MiCTosof^ej^PailjAJten^and Bffl Gates-Allen and 1975 Gates-had met when-they were both students at Lakeside High School in Microsoft sails first BASIC to Seattle, where they began their computer-science education oa the school's MITS lor Altair time-sharing terminal By the time Gates had graduated, me two of them had computer.
    [Show full text]
  • IMS D7305A IBM 386 PC Occam 2 Toolset Delivery Manual
    ·. ,i .. W .. ~.~.. mrumos®[] IMS D7305A IBM 386 PC occam 2 Toolset delivery manual INMOS"'Y£'-is a member of the SGS-THOMSON Microelectronics Group © INMOS Limited 1993. This document may not be copied, in whole or in part, without prior written consent of INMOS. •,DIITI11OS·, IMS, and occam are trademarks of INMOS Limited. ~~em is a registered trademark of the SGS-THOMSON Microelectronics Group. INMOS Limited is a member of the SGS-THOMSON Microelectronics Group. WATCOM is a trademark of WATCOM Systems Inc. INMOS document number: 72 TDS 389 01 IContents 1 Introduction . 1 1.1 Layout of this manual . 1 1.2 Prerequisites for running the toolset . 1 1.3 Compatibility with previous releases . 1 2 Installing the release . 3 2.1 Installation . 3 2.2 Hosted and non-hosted tools . 4 2.3 Setting up the toolset for use . 5 2.3.1 Setting the FILES variable . 5 2.3.2 Setting the correct PATH . 5 2.3.3 Configuring the DOS extender . 5 2.3.4 Setting up the iserver . 6 Selecting the required iserver . 6 Special notes for users of the PC-NFS iserver . 7 Notes common to both versions of the iserver . 7 Note for users of the IMS B008 motherboard . 8 2.3.5 Use of the iserver by transputer tool driver programs 8 2.3.6 Setting the board memory size . 9 2.3.7 Setting root memory size for idebug . 9 2.3.8 Setting a file system search path . 9 2.3.9 Setting the device driver and terminal definition file 10 2.3.10 Environment space .
    [Show full text]
  • Microsoft Windows Resource
    Chapter 13 Troubleshooting Windows 3.1 This chapter provides information about troubleshooting Microsoft Windows for both general users and experts. If you have trouble installing Windows, or if Windows doesn’t run as well as you expected, this chapter will help you find out why and show you how to isolate and solve common problems. Related Information • Windows User’s Guide: Chapter 15, “Maintaining Windows with Setup” See also Chapter 4, “Troubleshooting,” in the Getting Started booklet • Windows Resource Kit: “The Troubleshooting Flowcharts for Windows 3.1” in “Welcome” Contents of this chapter About Troubleshooting.....................................................................................396 Getting Started with Troubleshooting........................................................396 Creating a “Clean Boot” for Troubleshooting ...........................................398 Troubleshooting Setup......................................................................................399 Troubleshooting TSR s During Setup .........................................................400 Troubleshooting MS-DOS Mode Setup......................................................401 Troubleshooting Windows Mode Setup ....................................................402 Troubleshooting Windows Configuration ........................................................403 Troubleshooting the Desktop Configuration .............................................403 Troubleshooting TSR Compatibility Problems ..........................................404
    [Show full text]
  • Microsoft Windows Resource
    Appendix D Articles This appendix contains technical articles on these topics: • Microsoft Windows for Pens • Quarterdeck’s QEMM –386 and Windows 3.1 • PC-NFS and Windows 3.1 • FastDisk: An Introduction to 32–Bit Access Contents of this appendix Windows for Pens.............................................................................................506 Why Pens?.................................................................................................506 Technical Highlights .................................................................................508 The Internal Architecture of Pen for Windows..........................................509 RC Manager ..............................................................................................510 Pen for Windows Support Resources ........................................................511 Quarterdeck’s QEMM –386 and Windows 3.1 ..................................................515 QEMM –386 Features for Windows ...........................................................515 Troubleshooting for QEMM -386 ...............................................................516 Getting Additional Help ............................................................................518 PC-NFS and Windows 3.1.................................................................................519 Installation Tips.........................................................................................519 Using PC-NFS With Windows ...................................................................519
    [Show full text]
  • Memory Management
    University of Mississippi eGrove American Institute of Certified Public Guides, Handbooks and Manuals Accountants (AICPA) Historical Collection 1993 Memory management American Institute of Certified Public Accountants. Information echnologyT Division Follow this and additional works at: https://egrove.olemiss.edu/aicpa_guides Part of the Accounting Commons, and the Taxation Commons Recommended Citation American Institute of Certified Public Accountants. Information echnologyT Division, "Memory management" (1993). Guides, Handbooks and Manuals. 486. https://egrove.olemiss.edu/aicpa_guides/486 This Book is brought to you for free and open access by the American Institute of Certified Public Accountants (AICPA) Historical Collection at eGrove. It has been accepted for inclusion in Guides, Handbooks and Manuals by an authorized administrator of eGrove. For more information, please contact [email protected]. INFORMATION TECHNOLOGY DIVISION BULLETIN AICPA American Institute of Certified Public Accountants TECHNOLOGY Notice to Readers This technology bulletin is the first in a series of bulletins that provide accountants with information about a particular technology. These bulletins are issued by the AICPA Information Technology Division for the benefit of Information Technology Section Members. This bulletin does not establish standards or preferred practice; it represents the opinion of the author and does not necessarily reflect the policies of the AICPA or the Information Technology Division. The Information Technology Division expresses its appreciation to the author of this technology bulletin, Liz O’Dell. She is employed by Crowe, Chizek and Company in South Bend, Indiana, as a manager of firmwide microcomputer operations, supporting both hardware and software applications. Liz is an Indiana University graduate with an associate’s degree in computer information systems and a bachelor’s degree in business management.
    [Show full text]
  • Older Operating Systems
    Older Operating Systems Class Notes # 14 Computer Configuration November 20, 2003 The default configuration of DOS, which may be adequate for many users, is intended to work with the greatest number of systems. DOS also allows users to take full advantage of their computers features. We could configure our computer to operate more efficiently. There are two general ways of making our computers efficient: • Add or replace hardware • Use software to attain an optimal configuration for existing hardware resources DOS falls in the second category. With DOS we can manage our memory more efficiently and we can also use special device drivers and utility programs to enhance the performance of our hardware and software. Device Drivers Device drivers are software programs, which is used by DOS to control hardware devices. Most device drivers are loaded at boot time by including the device driver in your CONFIG.SYS. The DEVICE command tells DOS to load a device driver and uses the following syntax: DEVICE = driver /switches The driver is the actual software for the device, and the /switches are any switches that the device driver software needs. For example, the mouse device driver (MOUSE.SYS) is loaded in the CONFIG.SYS file with this command: DEVICE = C:\DRIVERS\MOUSE.SYS The DEVICE = command tells DOS that the program file name MOUSE.SYS stored in the \DRIVERS directory on drive C is a TSR needed to drive the mouse device. You may also load certain device drivers in AUTOEXEC.BAT. For example, the mouse device driver can also be loaded from the AUTOEXEC.BAT file.
    [Show full text]
  • Ramcram.Txt MEMORY MANAGEMENT for CD-ROM WORKSTATIONS
    ramcram.txt MEMORY MANAGEMENT FOR CD-ROM WORKSTATIONS by Peter Brueggeman Scripps Institution of Oceanography Library University of California San Diego "Memory management for CD-ROM workstations, Part II", CD-ROM PROFESSIONAL, 4(6):74-78, November 1991. "Memory management for CD-ROM workstations, Part I", CD-ROM PROFESSIONAL, 4(5):39-43, September 1991. The nature of the memory in IBM compatible microcomputers can be confusing to understand and worse to manage. If you are lucky, everything runs fine on the CD-ROM workstation or network and an article on memory management will be interesting but lack immediacy. Try to load other software concurrent with CD-ROM software or to implement network access and you may be due for a crash course in DOS memory, its limitations, and management. Running CD-ROM software usually demands considerable memory resources. Software in general has become more memory-hungry with time, and CD-ROM software have a reputation for being very hungry. Many CD-ROM products state that 640K RAM memory is required; this is not the exact memory requirement of the CD-ROM software. The CD-ROM software itself uses some of the 640K RAM as does DOS. Rarely will the exact memory requirement of a CD-ROM software be readily accessible. Sales representatives usually will not know it and only experienced technical support staff may know. CD-ROM workstation/network managers should try to learn the exact memory requirement of their CD-ROM software. Knowing their memory requirement helps greatly in selecting the level of solution(s). Addressing memory shortfalls may involve considerable tinkering and patience and involve seemingly endless rebooting.
    [Show full text]
  • Intel Entry Server Board SE7221BA1-E
    Intel® Entry Server Board SE7221BA1-E Technical Product Specification Revision 1.5 Apr 10, 2005 Enterprise Platforms and Services Division Revision History Intel® Entry Server Board SE7221BA1-E TPS Revision History Date Revision Modifications Number September 0.8 Initial Draft 30, 2004 Oct 20, 2004 0.9 Second Draft Nov 11, 2004 0.99 Final Draft Dec 31, 2004 1.00 Release Jan 4, 2004 1.1 Web links updated Jan 25, 2005 1.2 Updated Sep 16, 2005 1.3 Updated with supported video resolutions Oct 5, 2005 1.4 Update the memory information Apr 10, 2006 1.5 Updated release ii Revision 1.5 Intel® Entry Server Board SE7221BA1-E TPS Disclaimers Disclaimers Information in this document is provided in connection with Intel® products. No license, express or implied, by estoppel or otherwise, to any intellectual property rights is granted by this document. Except as provided in Intel's Terms and Conditions of Sale for such products, Intel assumes no liability whatsoever, and Intel disclaims any express or implied warranty, relating to sale and/or use of Intel products including liability or warranties relating to fitness for a particular purpose, merchantability, or infringement of any patent, copyright or other intellectual property right. Intel products are not intended for use in medical, life saving, or life sustaining applications. Intel may make changes to specifications and product descriptions at any time, without notice. Designers must not rely on the absence or characteristics of any features or instructions marked "reserved" or "undefined." Intel reserves these for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them.
    [Show full text]
  • Dos Protected Mode Interface (Dpmi) Specification
    DOS PROTECTED MODE INTERFACE (DPMI) SPECIFICATION Version 1.0 March 12, 1991 Application Program Interface (API) for Protected Mode DOS Applications © Copyright The DPMI Committee, 1989-1991. All rights reserved. Please send written comments to: Albert Teng, DPMI Committee Secretary Mailstop: NW1-18 2801 Northwestern Parkway Santa Clara, CA 95051 FAX: (408) 765-5165 Intel order no.: 240977-001 DOS Protected Mode Interface Version 1.0 Copyright The DPMI Specification Version 1.0 is copyrighted 1989, 1990, 1991 by the DPMI Committee. Although this Specification is publicly available and is not confidential or proprietary, it is the sole property of the DPMI Committee and may not be reproduced or distributed without the written permission of the Committee. The founding members of the DPMI Committee are: Borland International, IBM Corporation, Ergo Computer Solutions, Incorporated, Intelligent Graphics Corporation, Intel Corporation, Locus Computing Corporation, Lotus Development Corporation, Microsoft Corporation, Phar Lap Software, Incorporated, Phoenix Technologies Ltd, Quarterdeck Office Systems, and Rational Systems, Incorporated. Software vendors can receive additional copies of the DPMI Specification at no charge by contacting Intel Literature JP26 at (800) 548-4725, or by writing Intel Literature JP26, 3065 Bowers Avenue, P.O. Box 58065, Santa Clara, CA 95051-8065. DPMI Specification Version 0.9 will be sent out along with Version 1.0 for a period about six months. Once DPMI Specification Version 1.0 has been proven by the implementation of a host, Version 0.9 will be dropped out of the distribution channel. Disclaimer of Warranty THE DPMI COMMITTEE EXCLUDES ANY AND ALL IMPLIED WARRANTIES, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
    [Show full text]
  • DOS FAMIIX of OPERATING SYSTEMS ~ Introduction Networking the DR NET" Networking Extension Provides Powerful Networking Capabilities to Concurrent DOS Users
    DOS FAMIIX OF OPERATING SYSTEMS ~ Introduction Networking The DR NET" networking extension provides powerful networking capabilities to Concurrent DOS users. Workstations lcome to the family of Concurrent~ DOS: Concurrent can simultaneously act as servers and/or requesters in a Local DOS~ 386 and Concurrent~ DOS XM (Expanded Area Network (LAN), sharing expensive peripherals such as Memory). Concurrent DOS is a multiuser, multitask­ hard disks and laser printers, while maintaining full local ingW operating system for computer systems based on the Intel'" processing capabilities. DR NET is particularly suited to users 8086 series of microprocessors. Concurrent DOS offers features who want or need to share databases and program fil es. It is nonnaUy found only in mainframe operating systems. It is available to Original Equipment Manufacturers (OEMs) and to designed to support multiuser and multitasking operations: true purchasers of the System Builder's Kit. simultaneous processing is achieved, thereby out-performing products which simulate multiuser and multitasking functions. System Management With the Concurrent DOS menu system, users can perform ~ PC DOS/MS-DOS standard operating system functions, such as copying files, printing, and changing directories, without having to remember Compatibility and enter a series of commands. Menus are also customizable to include the functions that are used the most. Each member of 'l1Ie members of the Concurrent DOS f8J!lily are fully PC DOS the Concurrent DOS operating system family comes with a wide l.x eompodibIe uad will nm such as Lotus@1-2-3@, range of utili'y programs, including a file manager, a quick ~,d8ase8D uad ,and reference cardftle program, and an editor.
    [Show full text]