Skip to main content

Plotter

 

Plotter

A plotter is a specialized type of printer that produces vector graphics drawings by moving a pen, knife, or other drawing tool across the surface of paper or other materials. Unlike standard printers that create images from dots, plotters draw continuous lines, making them suitable for large-format output like architectural plans, engineering schematics, and detailed maps. 

Key Characteristics of Plotters:

·         Vector-based Output:

Plotters generate images by drawing lines based on vector graphics data, which allows for precise and scalable drawings. 

·         Large Format Printing:

They are commonly used for large-format printing, such as architectural and engineering drawings, and can handle various media sizes. 

·         Drawing Tools:

Plotters utilize different tools like pens, pencils, markers, or even knives (in cutting plotters) to create the desired output. 

 


·         Applications:

Plotters are used in various fields including architecture, engineering, graphic design, mapping, and advertising. 

Types of Plotters:

·         Pen Plotters:

These use one or more pens to draw lines on the paper, with the pen moving across the x and y axes to create the image.

·         Flatbed Plotters:

The paper is placed on a flat surface, and the pen or writing tool moves across both x and y axes to draw the image.

·         Drum Plotters:

The paper is wrapped around a drum, and the pen moves along one axis while the drum rotates to create the other axis.

·         Electrostatic Plotters:

These use charged toner on negatively charged paper to create the image.

·         Inkjet Plotters:

These combine inkjet printer technology with vector graphics to create detailed color drawings. 

In contrast to printers that produce raster images (made up of dots), plotters excel at producing sharp, accurate, and large-scale vector graphics. 


Comments

Popular posts from this blog

CACHE MEMORY

 Cache is very small amount of extremely fast memory inside the microprocessor or on the motherboard It is faster and more expensive than RAM. It Stores information most frequently used by computer. purpose of Cache is to increase processing capabilities of a system and enhance its speed. There are three levels of cache L1 L2 and L3 .L1 is placed inside microprocessor whereas L2 and L3 are on motherboard 

AI (INTRODUCTION,IMPORTANCE,ADVANTAGES AND DISADVANTAGES,FUTURE)

  AI INTRODUCTION  (AI) refers to the development of computer systems that can perform tasks that typically require human intelligence. These tasks can include learning, problem-solving, decision-making, and perception. AI encompasses a broad range of technologies, including machine learning, deep learning, and natural language processing. AI is transforming various industries by enabling automation, enhancing decision-making, and providing new possibilities for innovation. Core Concepts: ·        Machine Learning:  A subset of AI where systems learn from data without explicit programming.  ·        Deep Learning:  A specialized form of machine learning that uses neural networks with multiple layers to analyze data.  ·        Natural Language Processing (NLP):  Enables computers to understand, interpret, and generate human language....
  Unit 01 Overview of Computer System Computer System A computer system is a combination of hardware and software components that work together to perform tasks. It includes the physical parts of a computer (hardware) and the programs and instructions that tell it what to do (software). Key components of a computer system: ·        Hardware: This refers to the physical components of a computer, such as the central processing unit (CPU), memory (RAM and storage), input/output devices (keyboard, mouse, monitor), and other physical components.  ·        Software: This encompasses the programs and instructions that tell the hardware what to do. Examples include operating systems (like Windows or macOS), applications (like word processors or web browsers), and other software.  ·        User: The user is the person who interacts with the computer system to ...