Computer Hardware

Total Page:16

File Type:pdf, Size:1020Kb

Computer Hardware Unit 1.4 Computer Hardware The physical parts of a computer which can be seen, felt and touched are called computer hardware. Computer hardware is important component of computer system. The user can perform a task by using a set of instructions through the computer hardware. So, the combination of computer hardware and software makes up a full functioning computer system that performs specific task. Motherboard, microprocessor, RAM, ROM, hard disk, pen drive, keyboard, scanner, monitor, etc. are the examples of computer hardware. a. Motherboard Motherboard is called PCB (Printed Circuit Board) or system board or main circuit board. All parts of computer system like microprocessor, slots, ports etc. are mounted on motherboard. So, it is also called backbone of computer system. It also connects important chips like ROM chip, Network chip, sound card, etc. Motherboard Function of motherboard a. There are different slot which joins modem, TV card, etc. in motherboard. b. Motherboard helps in data communication among different hardware. c. BIOS (Basic Input Output System) programs are stored in ROM and ROM is Computer Science : Grade 9 29 attached to motherboard to boot the system. b. Microprocessor Microprocessor is an important part of computer hardware. Computer cannot perform the task without a microprocessor. So, it is also called the brain of a computer. Microprocessor gets data and instructions from various hardware and processes it with the help of software to produce information as an output to the user. It can do arithmetic calculation and logical comparison between two numbers. Nowadays, a trillion of instructions can be processed within a second. Microprocessor Working of Microprocessor i. Fetch The user can give data and instructions which is stored in RAM. Microprocessor receives data and instruction according to necessity and requirement which is known as fetch. So, fetch means get instruction from memory. ii. Decode The main function of microprocessor is to change fetched instruction into decoded instruction. The given instruction is separated for arithmetic or logical calculation. So decode means to decide what the instruction means. iii. Execute Microprocessor can perform the main task in this unit. For example, ALU is used for mathematical calculation. So, execute means to carry out the instruction into action. iv. Write back 30 Computer Science : Grade 9 Microprocessor processes the instructions and produces result which is transferred to memory for storage. This is called to write back. The complete cycle of four units as fetch, decode, execute and write back of microprocessor for processing the instruction is called the instruction cycle. c. Memory The physical part of a computer that store data, information and software temporarily or permanently is called memory or storage. Storage device or memory device is used to store data and information. The three types of memory are as follows i. Primary memory, ii. Secondary memory and iii. Cache memory. Register High cost Cache memory Low cost Fast access time High disk storage Low storage capacity Main memory capacity Slow access time Magnetic Disks Magnetic Tapes Memory Hierarchy i. Primary memory The main memory is called primary memory. Primary memory stores data temporarily or permanently. It stores information during the processing of raw data. The two types of primary memory are: RAM (Random Access Memory) ROM (Read Only Memory) Computer Science : Grade 9 31 RAM (Random Access Memory) RAM is the main memory of computer system. It is volatile or temporary memory. Volatile memory means that RAM loses its information when the computer is switched off or faces power failure. So, it needs constant power supply to hold currently running program. It is also called semiconductor memory. It is read/write memory. There are two types of RAM. They are SRAM and DRAM. SRAM: SRAM stands for Static Random Access Memory. It does not need periodic refreshing to preserve the information. It is faster and expensive than DRAM. Characteristic of Static RAM ⚫ Long life and no need to refresh ⚫ Faster and used as cache memory ⚫ Large size and expensive ⚫ Expensive and high power consumption DRAM: DRAM stands for Dynamic Random Access Memory. It needs a periodic refreshing to preserve the information. It is slower and cheaper than SRAM. Characteristics of Dynamic RAM ⚫ Short data lifetime and needs to be refreshed continuously ⚫ Slower as compared to SRAM and used as RAM ⚫ Smaller in size and less expensive ⚫ Less power consumption RAM ROM (Read Only Memory) ROM is a non-volatile or permanent memory. Non-volatile means never loses data in ROM. It stores data permanently even when the computer is switched off or power failure. It is read-only memory because the programs in ROM are stored at the time of 32 Computer Science : Grade 9 manufacture of the computer. It is fixed on motherboard. The three types of ROM are PROM, EPROM and EEPROM. PROM PROM stands for Programmable Read Only Memory. Once a program has been written onto the PROM, it remains there forever and can't be updated and deleted. EPROM EPROM stands for Erasable Programmable Read Only Memory. It can be erased by ultraviolet light and reprogramming. EEPROM EPROM stands for Electrical Erasable Programmable Read Only Memory. It is called flash ROM. It can be erased by exposing it to an electrical charge and reprogramming. It is also called hybrid memory with a combined feature of RAM and ROM. ROM Firmware Firmware is software that's embedded in a piece of hardware. So, the firmware is software for hardware. CPU Register CPU Register is a small storage memory, located inside the microprocessor and has a high speed data transfer rate. It stores data and instructions used by the microprocessor. Cache Memory Cache memory is also like CPU Register, located inside the microprocessor but has high storage capacity than CPU Register and high-speed data access rate. It also stores the data and instruction used by the microprocessor. So, it stores very active data and instructions temporarily during processing. If required data and instruction are not found in cache memory then the searching is done in primary memory. Computer Science : Grade 9 33 ii. Secondary Memory Secondary memory is also called auxiliary memory or backup memory. These memories are used to store data and instructions permanently for future use. CD/DVD, pen drive, hard disk, etc. store data and instruction for future. The various types of secondary memory are Magnetic Tape, Hard disk, SSD (Solid State Drive), Optical Storage Disc, Pen drive, etc. a. Magnetic Storage Computer systems need to store data in digital format. One of the most widely used types of digital data storage is magnetic storage. This refers to any type of data storage using a magnetized medium. Several types of magnetized media are used in computer systems, including magnetic tape, floppy disks, Super disks, hard disks, etc. Magnetic Tape Magnetic Tape is a usable secondary storage device to store and retain a large volume of data. It is made up of a plastic strip of which one surface is coated with magnetic ink. Analog and digital data are stored in magnetic tape. Normally, minicomputer, mainframe computer, large scale business organization server, etc. uses magnetic tape for backup data and information. Magnetic tape driver are used to store and retrieve the data and information from magnetic tape. The main important function of magnetic tape is to store data safely for a long period of time. Magnetic Tape and Tape Drive Hard Disk Hard disk is commonly used storage device. It stores large amount of data and information permanently. It is also called fixed disk. It is made of aluminium materials 34 Computer Science : Grade 9 and the surface is coated with the ferromagnetic element. Circular metal discs also called platters to rotate while writing or reading the data and information into them. It stores a large amount of data on hard disk. The speed of the hard disk is measured in rpm (revolutions per minute). The hard disks with 5400 rpm or 7200 rpm are generally used in present-day computer system. Hard disk capacity Hard disk must be formatted before use. There are thousands of track on the surface of hard disk. So, each track is divided into various sectors. Each sector stores 512 bytes. Header is used to read and write on hard disk. The storage capacity of hard disk is determined from number of disk or platter it contains and their density. Hard Disk Track and Sector SSD (Solid State Drive) Hard disk can be replaced and upgraded by SSD (Solid State Drive) as new technology. Semiconductor chips are used to store data in SSD. The speed to read and write data is greater than hard disk. So its price is more expensive than hard disk. Laptop, notebook, ultra book, etc. uses SSD as storage device. Its storage capacity is about 4 TB but various companies are trying to develop SSD with high storage capacity. It is more costly than HDD (Hard Disk Drive). Computer Science : Grade 9 35 Solid State Drive Differences between SSD and Hard disk S.N. Hard disk SSD 1 It is heavier than SSD. It is lighter than hard disk. 2 Its storage capacity is 500 GB to Its storage capacity is 1 TB to 4 TB. 100 TB. 3 It is cheaper than SSD. It is more expensive than hard disk. 4 It takes 6-7 watt electricity. It takes 2-3 watt electricity. The file writing speed is 50-120 The file writing speed is 200-550 MB/S 5 MB/S (megabyte per second) (megabyte per second) 6 It is made up of aluminium material. It is made up of semiconductor microchip. External Hard Drive The working principle of hard disk is similar to that of internal hard drive but it is not placed inside CPU casing.
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]