Computer Fundamentals

Total Page:16

File Type:pdf, Size:1020Kb

Computer Fundamentals 12/2/2020 Dr. Kajal Rai Dr. Kajal Rai 1 Computer Fundamentals A computer is an electronic data processing device, which accepts and stores data input, processes the data input, and generates the output in a required format. Dr. Kajal Rai 2 1 12/2/2020 Functionalities of a Computer If we look at it in a very broad sense, any digital computer carries out the following five functions: Step 1 - Takes data as input. Step 2 - Stores the data/instructions in its memory and uses them as required. Step 3 - Processes the data and converts it into useful information. Step 4 - Generates the output. Step 5 - Controls all the above four steps. Dr. Kajal Rai 3 Data Processing The activity of processing data using a computer is called data processing. Data is raw material used as input and information is processed data obtained as output of data processing. Dr. Kajal Rai 4 2 12/2/2020 Characteristics of Computers Automatic: Given a job, computer can work on it automatically without human interventions. Speed: Computer can perform data processing jobs very fast, usually measured in microseconds (10-6), nanoseconds (10-9), and picoseconds (10-12). Accuracy: Accuracy of a computer is consistently high and the degree of its accuracy depends upon its design. Computer errors caused due to incorrect input data or unreliable programs are often referred to as Garbage- In-Garbage-Out (GIGO) Dr. Kajal Rai 5 Characteristics of Computers Diligence: Computer is free from monotony, tiredness, and lack of concentration. It can continuously work for hours without creating any error and without grumbling. Versatility: Computer is capable of performing almost any task, if the task can be reduced to a finite series of logical steps. Power of Remembering: Computer can store and recall any amount of information because of its secondary storage capability. It forgets or looses certain information only when it is asked to do so. Dr. Kajal Rai 6 3 12/2/2020 Characteristics of Computers No I.Q.: A computer does only what it is programmed to do. It cannot take its own decision in this regard. No Feelings: Computers are devoid of emotions. Their judgment is based on the instructions given to them in the form of programs that are written by us (human beings). Dr. Kajal Rai 7 Evolution of Computers Blaise Pascal invented the first mechanical adding machine in 1642 Baron Gottfried Wilhelm von Leibniz invented the first calculator for multiplication in 1671 Keyboard machines originated in the United States around 1880 Around 1880, Herman Hollerith came up with the concept of punched cards that were extensively used as input media until late 1970s Dr. Kajal Rai 8 4 12/2/2020 Evolution of Computers Charles Babbage is considered to be the father of modern digital computers He designed “Difference Engine” in 1822 He designed a fully automatic analytical engine in 1842 for performing basic arithmetic functions His efforts established a number of principles that are fundamental to the design of any digital computer Dr. Kajal Rai 9 Some Well Known Early Computers The Mark I Computer (1937-44) The Atanasoff-Berry Computer (1939-42) The ENIAC (1943-46) The EDVAC (1946-52) The EDSAC (1947-49) Manchester Mark I (1948) The UNIVAC I (1951) Dr. Kajal Rai 10 5 12/2/2020 Computer Generations “Generation” in computer talk is a step in technology. It provides a framework for the growth of computer industry. Originally it was used to distinguish between various hardware technologies, but now it has been extended to include both hardware and software. Till today, there are five computer generations. Dr. Kajal Rai 11 Computer Generations Dr. Kajal Rai 12 6 12/2/2020 Computer Generations Dr. Kajal Rai 13 Computer Generations Dr. Kajal Rai 14 7 12/2/2020 Computer Generations Dr. Kajal Rai 15 Electronic Devices Used in Computers of Different Generations Dr. Kajal Rai 16 8 12/2/2020 Five Basic Operations of a Computer System Inputting: The process of entering data and instructions into the computer system. Storing: Saving data and instructions to make them readily available for initial or additional processing whenever required. Processing: Performing arithmetic operations (add, subtract, multiply, divide, etc.) or logical operations (comparisons like equal to, less than, greater than, etc.) on data to convert them into useful information. Dr. Kajal Rai 17 Five Basic Operations of a Computer System Outputting: The process of producing useful information or results for the user such as a printed report or visual display. Controlling: Directing the manner and sequence in which all of the above operations are performed. Dr. Kajal Rai 18 9 12/2/2020 Basic Organization of a Computer System Dr. Kajal Rai 19 Input Unit An input unit of a computer system performs the following functions: It accepts (or reads) instructions and data from outside world. It converts these instructions and data in computer acceptable form. It supplies the converted instructions and data to the computer system for further processing. Dr. Kajal Rai 20 10 12/2/2020 Output Unit An output unit of a computer system performs the following functions: It accepts the results produced by the computer, which are in coded form and hence, cannot be easily understood by us. It converts these coded results to human acceptable (readable) form. It supplies the converted results to outside world. Dr. Kajal Rai 21 Storage Unit The storage unit of a computer system holds (or stores) the following : Data and instructions required for processing (received from input devices). Intermediate results of processing. Final results of processing, before they are released to an output device. Dr. Kajal Rai 22 11 12/2/2020 Two Types of Storage Primary Storage Secondary Storage Dr. Kajal Rai 23 Primary Storage Used to hold running program instructions Used to hold data, intermediate results, and results of ongoing processing of job(s) Fast in operation Small Capacity Expensive Volatile (looses data on power dissipation) Dr. Kajal Rai 24 12 12/2/2020 Secondary Storage Used to hold stored program instructions Used to hold data and information of stored jobs Slower than primary storage Large Capacity Lot cheaper that primary storage Retains data even without power Dr. Kajal Rai 25 Arithmetic Logic Unit (ALU) Arithmetic Logic Unit of a computer system is the place where the actual executions of instructions takes place during processing operation. Dr. Kajal Rai 26 13 12/2/2020 Control Unit (CU) Control Unit of a computer system manages and coordinates the operations of all other components of the computer system. Dr. Kajal Rai 27 Central Processing Unit (CPU) It is the brain of a computer system It is responsible for controlling the operations of all other units of a computer system. Dr. Kajal Rai 28 14 12/2/2020 The System Concept A computer is a system as it comprises of integrated components (input unit, output unit, storage unit, and CPU) that work together to perform the steps called for in the executing program. Dr. Kajal Rai 29 Hardware The term hardware refers to mechanical device that makes up computer. Computer hardware consists of interconnected electronic devices that we can use to control computer’s operation, input and output. Examples of hardware are CPU, keyboard, mouse, hard disk, etc. Dr. Kajal Rai 30 15 12/2/2020 Hardware Components Computer hardware is a collection of several components working together. Some parts are essential and others are added advantages. Computer hardware is made up of CPU and peripherals as shown in image below. Dr. Kajal Rai 31 Software A set of instructions that drives computer to do stipulated tasks is called a program. Software instructions are programmed in a computer language, translated into machine language, and executed by computer. Software can be categorized into two types − System software Application software Dr. Kajal Rai 32 16 12/2/2020 System Software System software operates directly on hardware devices of computer. It provides a platform to run an application. It provides and supports user functionality. Examples of system software include operating systems such as Windows, Linux, Unix, etc. Dr. Kajal Rai 33 Application Software An application software is designed for benefit of users to perform one or more tasks. Examples of application software include Microsoft Word, Excel, PowerPoint, Oracle, etc. Dr. Kajal Rai 34 17 12/2/2020 Differences between Software and Hardware Software Hardware It is a collection of programs to bring It includes physical components of computer hardware system into operation. computer system. It includes numbers, alphabets, It consists of electronic components like ICs, alphanumeric symbols, identifiers, diodes, registers, crystals, boards, insulators, keywords, etc. etc. Software products evolve by adding new Hardware design is based on architectural features to existing programs to support decisions to make it work over a range of hardware. environmental conditions and time. It will vary as per computer and its built-in It is mostly constructed for all types of functions and programming language. computer systems. It is designed and developed by experienced The hardware can understand only low-level programmers in high-level language. language or machine language. The software is categorized as operating The hardware consists of input devices, system, utilities, language processor, output devices, memory, etc. application software, etc. It is represented in any high-level language The hardware works only on binary codes 1’s such as BASIC, COBOL, C,Dr. C++, Kajal RaiJAVA, etc. and 0’s. 35 Computer Registers Registers are a type of computer memory used to quickly accept, store, and transfer data and instructions that are being used immediately by the CPU. The registers used by the CPU are often termed as Processor registers.
Recommended publications
  • On-Demand Printing
    3M/U.S. Geological Survey/Bureau of Land Management Cooperative Research and Development Agreement: On-Demand Printing Open File Report OF 99-176 1999 Any use of trade, product, or firm names is for descriptive purposes only and does not imply endorsement by the U.S. Government. U.S Department of the Interior U.S. Geological Survey Table of Contents 1. Background p. 3 2. List of Contributors p. 4 3. Executive Summary p. 6 4. Phase 1 p. 11 5. Phase 2 p. 15 6. Phase 3 p. 18 7. Customer Survey Report: IMTA Conference p. 42 8. Customer Survey Report: Topographic Map Buyers p. 51 9. Customer Survey Report: Focus Group p. 59 10. Technical Recommendations p. 69 11. Bureau of Land Management Final Report p. 76 12. Appendix A: Request for Partnerships p. 85 13. Appendix B: Press Release p. 87 14. Appendix C: Fact Sheet p. 89 15. Appendix D: Statement of Work p. 92 16. Appendix E: Frequently Asked Questions p.101 17. Appendix F: 3M Product Literature p.103 Background In July 1996, the U.S. Geological Survey (USGS) and the 3M Corporation of St. Paul, Minn., entered into a Cooperative Research and Development Agreement (CRADA) to investigate map­ on-demand technology for producing USGS mapping products. The CRADA was designed to help the USGS develop on-demand alternatives to lithographic maps and to help 3M develop a series of commercial, instant map-printing systems. A joint effort of 16 months was planned for the map-on-demand segment. The CRADA statement of work described a six-phase program that investigated both inkjet and electrostatic printing technologies.
    [Show full text]
  • Computer Fundamental
    Computer Fundamental COMPUTER FUNDAMENTAL Ist Year Computer Engg. Page 1 Computer Fundamental Interconnection between Functional Components A computer consists of input unit that takes input, a CPU that processes the input and an output unit that produces output. All these devices communicate with each other through a common bus. A bus is a transmission path, made of a set of conducting wires over which data or information in the form of electric signals, is passed from one component to another in a computer. The bus can be of three types – Address bus, Data bus and Control Bus. The address bus carries the address location of the data or instruction. The data bus carries data from one component to another and the control bus carries the control signals. The system bus is the common communication path that carries signals to/from CPU, main memory and input/output devices. The input/output devices communicate with the system bus through the controller circuit which helps in managing various input/output devices attached to the computer. Ist Year Computer Engg. Page 2 Computer Fundamental Input Unit :The input unit consists of input devices that are attached to the computer. These devices take input and convert it into binary language that the computer understands. Some of the common input devices are keyboard, mouse, joystick, scanner etc. Output Unit : The output unit consists of output devices that are attached with the computer. It converts the binary data coming from CPU to human understandable form. The common output devices are monitor, printer, plotter etc. Central Processing Unit (CPU) : Once the information is entered into the computer by the input device, the processor processes it.
    [Show full text]
  • Chapter 1 What Is a Computer
    CHAPTER 1 WHAT IS A COMPUTER 1.1 Introduction It seems nowadays everyone has a computer or two and if not they are looking to buy one. The reasons people buy computers have become about as varied as the number of people buying them. We know computers can do a multitude of tasks, some to entertain, some more productive and some simply to pass the time. But just what is a computer? 1.2 What is a computer? A computer is an electronic machine that takes in data and instructions (input), works with the data (processing) and puts out information (output). This definition is further explained as follows: Computers are made of hardware: · input devices such as the keyboard and mouse · the central processing unit (CPU) and memory · storage devices such as hard drives · output devices such as printers and monitors And software (the instructions that tell the computer what to do): · system software · Programs (application software). A computer is a general-purpose machine that processes data according to a set of instructions that are stored internally either temporarily or permanently. The computer and all equipment attached to it are the hardware. The instructions that tell it what to do are the software. A set of instructions that perform a particular task is called a program or software program. 1.3 Generations of Computers The computer has experienced five generations, with the fifth generation still very much in development. · First Generation · Second Generation · Third Generation · Fourth Generation · Fifth Generation 1.3.1 First Generation This generation of computers was developed at the University of Manchester, England.
    [Show full text]
  • Printers, Scanners, Cables, Etc.)
    COMPUTER APPLICATION IN BUSINESS Submitted To:- Prof. Gulzar Ahmad Submitted By:- Usman Fazal (30209) Usman Anjum (30212) INTRODUCTION: A computer and the associated physical equipment directly involved in the performance of data-processing or communications functions is called computer hardware. Computer hardware is the physical part of a computer, including the digital circuitry, as distinguished from the computer software that executes within the hardware. The hardware of a computer is infrequently changed, in comparison with software and data, which are "soft" in the sense that they are readily created, modified or erased on the computer. Firmware is a special type of software that rarely, if ever, needs to be changed and so is stored on hardware devices such as read-only memory (ROM) where it is not readily changed (and is, therefore, "firm" rather than just "soft"). Most computer hardware is not seen by normal users. It is in embedded systems in automobiles, microwave ovens, electrocardiograph machines, compact disc players, and other devices. Personal computers, the computer hardware familiar to most people, form only a small minority of computers (about 0.2% of all new computers produced in 2003). Machinery and equipment (CPUs, disk and tape drives, modems, keyboards, printers, scanners, cables, etc.). In operation, a computer is both hardware and software. One is useless without the other. The hardware design specifies the commands it can follow, and the software instructions tell it what to do. The concept of inventing hardware to assist in commercial productivity is not new. For example, thousands of years ago the Chinese sought greater efficiency in calculating numbers, leading to the invention of the abacus, a hand-held mechanical device.
    [Show full text]
  • Fundamental of Computer.Pdf
    FUNDAMENTAL OF COMPUTER Introduction to Computer Introduction – A Computer is an electronic device that manipulates information, or data. It has the ability to store, retrieve, and process data. You probably already know that you can use a computer to type documents, send email, play games, and browse the Web. You can also use it to edit or create spreadsheet, presentations, and even videos. Or Computer is an electronic device that takes raw data as input from the user and processes it under the control of set of instructions (called program), gives the result (output), and saves it for the future use. Charles Babbage is called the “Grand Father” of the computer. The First mechanical computer designed by Charles Babbage was called Analytical Engine. It uses read-only memory in the form of punch cards. What is Data? “Data is a Collection of Facts, Figures and numbers which is used to Input into computer for processing.” Data can be defined as a representation of facts, concept or instructions in a formalized manner which should be suitable for communication, interpretation, or processing by human or electronic machine. Data is represented with the help of characters like alphabets (A-Z, a-z), digits (0-9) or special characters (+,-,*,/,<,>,=,etc). What is Information? “After being processed data is known as information” Information is organized or classified data which has some meaningful values for the receiver. Information is the processed data on which decisions and actions are based. For the decisions to be meaningful, the processed data must qualify for the following characteristics: Timely – Information should be available when required.
    [Show full text]
  • Cnc Based Multifunction Plotter
    International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 03 | Mar 2019 www.irjet.net p-ISSN: 2395-0072 CNC BASED MULTIFUNCTION PLOTTER 1G. Saravanan, 2R. Mageshwaran, 3R. Manikandan, 4A. Srihari & 5A. Mahesh 1-4Students of B. TECH. IT & 5HOD-IT Er. Perumal Manimekalai College of Engineering, Tamilnadu, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The motive of the project is to develop the designed profile by using CNC machine. The profile designed is needed to write a CNC program based on G -Ccoding, mode of program is selected because the programming is too easy even for complicated shapes. CNC’s had made revolutionary changes with in the manufacturing sector in before days achieving productivity up to the desired level was not possibilities due to lots of drawbacks like complication of shapes and sizes, lack of skilled labours, lots of wastages and scraps due to unexpected mistakes and low quality levels and accuracy. By using CNC this all draw backs can be overcome and this was our small contribution to show the performance of CNC. The invention of the X-Y plotters is to plotting two dimensional data on a rectangular coordinate system. This XY plotter by using mechanism from scanner and microcontroller system (Arduino) to control the movement of XY axis. Modeling and analysis on X-Y plotter is done by the computer linked with the arduino software. It is executed by the G-Code and Java programming with the algorithms. I. Introduction There are a many number of plotters are available like: a drum plotter draws on paper wrapped around a drum which turns to produce one direction of the plot, while the hot end move to provide the various direction, a flatbed draws on paper placed on a flat surface; and an electrostatic plotter draws on negatively charged paper with positively charged toner.
    [Show full text]
  • Computer Graphics in the Classroom
    DOCUMENT RESUME ED 282 526 IR 012 670 AUTHOR Smith, Alan D. TITLE Educational Concepts of Computer Graphics in the Classroom. PUB DATE [84] NOTE 29p. PUB TYPE Information Analyses (070)-- Viewpoints (120) EDRS PRICE MF01/PCO2 Plus Postage. DESCRIPTORS *Business Administration Education; *Computer Graphics; *Computer Software; Data Analysis; Databases; Decision Making; Higher Education; *Input Output Devices; Marketing; Microcomputers; Models; Three Dimensional Aids IDENTIFIERS *Computer Peripheral Equipment ABSTRACT There are increas'alg numbers of commercially available computer graphics packages, both in terms of hardwareand software, that can be utilized by instructors, practitioners,and students of education. With the proliferation of low-costgraphic terminals, time-sharing capabilities, and recent advances inmini- and microcomputers, computer graphics and associated applications have been practical, reliable, cost-effective, and availableat a host of working, user-oriented levels. Working databasesused for instructional purposes in undergraduate and graduate marketing courses, especially in physical-distribution related subjects, illustrate the potential capabilities of appropriatecomputer software packages such as SYMAP, SYMVU, PLOTALL, QUSMO, andQUTAB. Applications and examples derived from these packagescan be represented from existing output facilities, suchas the line-printer terminal, incremental drum-plotter, flatbed plotter, and electrostatic plotter. Computer graphicscan be an essential tool in helping consumers of information to conceptualize andultimately visualize raw data files. In addition, the basic skills thatstudents learn in applying computer graphics to business decision-making situations enhance their preparation for the world ofwork. Seven tables and eight references are providedas well as seven samples of computer-generated graphic displays. (Author/MES) *********************************************************************** Reproductions supplied by EDRS are the best thatcan be made from the original document.
    [Show full text]
  • June 1988 HP Unveils New Electrostatic Plotters HP 7600
    Information For Haulett-Packard's Value-Added Businesses June 1988 I' LC- i / HP unveils new electrostatic plotters HP 7600 Series, Models 240D and 240E rh; HEWLETT PACKARD Table of Contents Volume 7, No. 8 OS/2 myths New and improved HP Vectra RS/20 Power User PC bundle Editor 1 HP's tools and utilities suppliers supported HP ARPA Services/Vecua PC announces Tracy Wester through factory Foundation Software support of HP StarLAN 10 Program Announcing video graphics subsystem HP Channels is published monthly for products 2 Enhanced HP policy announced for Obsolescence of previous HP PC video Hewlett-Packard's value-added busi- referencing value-added reseller's and products nesses to provide you with information software supplier's. solutions about HP's products and services to 2 Correction to VAB migration anicle Peripherals help you be more successful. 20 Mass Storage - - - I HP 7978B and 7974~obsolescence plans For further information on any of the PRODUCT NEWS products and services discussed in HP HP SwLAN 10: a new LAN link for the Channels, please contact your HP Customer Support 1 20 NetworksOfficeshare family of networking sales rep. 3 ~enerai- software New HP OSI products at ENE '88i HP StarLAN 10 overview See back cover for subscription Openview: HP's network-management information. 3 Training solution New ~ustozerService Training registration New distributed application development Note: Not all HP computer products channel package: NetIPCIRPM for PCs HP offers systems and standalone peripheral 0id versions of officeshare products to are sold and supported in all countries. service training I be obsoleted Please check with your local HP sales HP LaserJet printer service training schedule update 26 Plotters ofice.
    [Show full text]
  • Arduino Based CNC Machine
    International Journal of Emerging Technologies in Engineering Research (IJETER) Volume 6, Issue 2, February (2018) www.ijeter.everscience.org Arduino Based Cost Effective CNC Plotter Machine Puja Girhe Student, EXTC Department, DES’s COET Dhamangaon Rly, India. Shubham Yenkar Student, EXTC Department, DES’s COET Dhamangaon Rly, India. Arpita Chirde Assistant Professor, EXTC Department, DES’s COET Dhamangaon Rly, India. Abstract – Due to the rapid growth of technology the usage & from supporting software like inkscape. Presented plotter is utilization of CNC machine in industries are increased. The one dimensional 1D plotter. fabrication of low cost CNC machine is used to reduce cost and complexity of machine. This paper deals with the design of The Idea behind this technique is to design PCB based on low automatic mini CNC machine for PCB drawing and drilling. The cost CNC system the lower cost is achieved by incorporating Idea behind our project is to design and drill PCB based on low features of PC with ATMEGA 328 controller in an arduino. We cost CNC system the lower cost is achieved by incorporating have use an G code for whole system operation G code is features of PC with ATMEGA 328 controller in an arduino. We nothing but a language in which people tell computerized have use an G code for whole system operation G code is nothing machine tools ‘How to make something’. The How is defined but a language in which people tell computerized machine tools by instructions on where to move & how fast to move. ‘How to make something’. The How is defined by instructions on where to move & how fast to move.
    [Show full text]
  • ESTIMATING PRODUCTION PARAMETERS for LARGE VOLUME AUTOMATED MAPPING on a RASTER PLOTTER Thomas L
    ESTIMATING PRODUCTION PARAMETERS FOR LARGE VOLUME AUTOMATED MAPPING ON A RASTER PLOTTER Thomas L. Wanie Geography Division U.S. Bureau of the Census Washington, D.C. 20233 ABSTRACT The Bureau of the Census will be producing hundreds of thousands of individual maps in support of the 1990 Census of Population and Housing. The map production system will be fully automated, therefore, great dependence is placed on new technology and operating procedures. Vendor specifications on equipment capabilities alone can neither provide a true measure of how much equipment and staff are required to meet the production schedule, nor determine which procedures to follow in order to maximize production flow and minimize administrative control. Since an automated cartographic production environment of this magnitude was not available from which to extract production parameters, it was necessary to develop a means of estimating them. This paper describes the content and results of the 1986 Electrostatic Plotter Production Test conducted by the Census Bureau. Although production demands such as those in support of a census operation are somewhat unique, the results of the test reveal numerous general parameters about map production using an electrostatic plotter and provide a benchmark from which to measure performance. NEED FOR THE CARTOGRAPHIC PRODUCT The nature of field work requires (1) the production of multiple copies of a very large number of individual maps at many different scales, (2) the correction of features and boundaries in the data base from which those maps were made within a relatively short time frame, and (3) the generation and distribution of updated versions of those maps.
    [Show full text]
  • Computer Science Grade 9
    Computer Science Grade 9 Government of Nepal Ministry of Education, Science and Technology Curriculum Development Centre Sanothimi, Bhaktapur Computer Science Grade 9 Government of Nepal Ministry of Education, Science and Technology Curriculum Development Centre Sanothimi, Bhaktapur 2076 Publisher: Government of Nepal Ministry of Education, Science and Technology Curriculum Development Centre Sanothimi, Bhaktapur © Publisher Edition: 2076 BS (2020 AD) Printing: Janak Shikshya Samagri Kendra Limited Sanothimi, Bhaktapur Preface The curriculum and curricular materials are developed and revised on a regular basis with the aim of making education objective-oriented, practical, relevant and job oriented. It is necessary to instill the feelings of nationalism, national integrity and democratic spirit in students and equip them with morality, discipline and self-reliance, creativity and thoughtfulness. It is essential to develop in them the linguistic and mathematical skills, knowledge of science, information and communication technology, environment, health and population and life skills. It is also necessary to bring in them the feeling of preserving and promoting arts and aesthetics, humanistic norms, values and ideals. It has become the need of the present time to make them aware of respect for ethnicity, gender, disabilities, languages, religions, cultures, regional diversity, human rights and social values so as to make them capable of playing the role of responsible citizens. This textbook for grade nine students as an optional Computer Science has been developed in line with the Secondary Level Optional Computer Science Curriculum, 2074 so as to strengthen knowledge, Skills and competencies on computer literacy. It is finalized by incorporating the recommendations and feedback obtained through workshops, seminars and interaction programmes.
    [Show full text]
  • HI/60 Unclogs 0277105
    Unclogs HI/60 0277105 NASA LANGLEY RESEARCH CENTER GRAPHICS MINI MANUAL An Introduction to Graphics at Langley Research Center Nancy L. Taylor Donald P. Randall John T. Bowen Mary M. Johnson Vincent R. Roland Christine G. Matthews Raymond L. Gates Kristi M. Skeens Scott R. Nolf Dana P. Hammond David L. Miner Kurt Severance FEBRUARY 1990 GRAPHICS MINI MANUAL FEBRUARY 1990 Page GLOSSARY 1. INTRODUCTION 1 2. GRAPHICS SYSTEM OVERVIEW 2 3. GRAPHICS SOFTWARE 4 3.1 DI-3000 6 3.2 CONTOUR 8 3.3 NCAR 10 3.3.1 NCAR (NOS) 10 3.3.2 NCAR GKS (UNIX) 11 3.4 COMMON GRAPHICS LIBRARY (CGL) 12 3.5 MOVIE.BYU 14 3.6 RASLIB 15 3.7 DI-TEXTPRO 16 3.8 LARCGOS 17 3.8.1 LARCGOS (NOS) 17 3.8.2 LARCGOS (UNIX) 18 3.9 PICSURE 19 3.10 PVWAVE 21 3.11 FIGARO 22 3.12 GKS 23 3.13 PLOT3D, GAS and SURF 24 4. METAFILE SYSTEM 27 4.1 Vector Data Processing 31 4.2 Raster Data Processing 34 4.3 Metafile Conversion Support 36 4.3.1 Vector Metafile Conversion 37 4.3.2 Raster Metafile Conversion 39 5. GRAPHICS HARDWARE 40 5.1 ACD Graphics Production Devices 42 5.1.1 CALCOMP 45 5.1.2 VERSATEC ECP-42 46 5.1.3 VERSATEC VERSACOLOR 47 5.1.4 IBM LASER Printer/Plotter 48 5.1.5 COLOR FILM RECORDING SYSTEM 49 5.1.6 QMS PSJET+ Laser Printer 51 5.2 Graphics Lab 52 6. INFORMATION RESOURCES 53 6.1 Graphics Documentation 54 6.2 Assistance 57 6.2.1 USER CONSULTATION 57 6.2.2 ON-LINE DOCUMENTATION 57 TABLES 1: FUNCTIONALITY AND CHARACTERISTICS OF GRAPHICS SOFTWARE PACKAGES 5 2: ACD GRAPHICS PRODUCTION DEVICE FEATURES 41 3: ACD GRAPHICS PRODUCTION DEVICE DRIVERS 43 4: OPTIONS FOR ACD GRAPHICS PRODUCTION DEVICES 44 5: ON-LINE DOCUMENTATION 58 FIGURES 1.
    [Show full text]