Skip to main content

Printer Types: Impact & Non-Impact Printers

Printers

A printer is an output device that prints characters, symbols and graphics on paper. The printed output is called hard copy. Printers produce permanent documents. Print resolution is commonly measured in dots per inch (dpi). A printer with higher print resolution, that is, dpi will produce higher quality print outs, but it will cost higher too.

Types of Printers

Depending upon the mechanism of printing, there different types of printers, as follows:
1) Impact Printers
2) Non-Impact Printers

1. Impact Printers

An impact printer works like a typewriter. It prints characters or images by striking a print hammer , a typeface or pins against paper and inked ribbon. We can say that impact printers do hit or impact an inked ribbon to print on a paper. Since, impact printers produce print outs by striking mechanism, they make a lot of noise, too. Print quality of impact printers is lower than print quality of non-impact printers. Printing cost or impact printers is lower than that of non-impact printers.

Types of Impact Printers

Dot Matrix Printer



A dot matrix printer is an impact printer. It produces printed images when tiny pins on a print head strike an inked ribbon. When the ribbon presses against the paper, it creates dots that form characters and graphics. The print head on a dot matrix printer can contain nine to twenty-four pins. Dot matrix printers use 100 to 300 DPI(dots per inch). Their speed is from 200 to 1000 characters per minute. Dot matrix printers generate a lot of noise. They do not produce a very high quality of print.

Drum Printer


Drum printer is an impact printer. It consists of a solid and cylindrical drum. The drum  has raised characters in bands on its surface. The drum rotates rapidly. For each print position, there is a print hammer to strike on ribbon and paper. The drum prints one line in one rotation. Since drum printer prints one line at a time, so it is called a line printer. Drum printer is a fast impact printer. It prints an entire line at a time. Its speed is measured in lines per minute (1pm). Many drum printers can print up to 2000 lines per minute.

Daisy Wheel Printer

Daisy wheel printer is similar to a typewriter. It uses a print wheel. The print wheel is called daisy wheel. Each petal of daisy wheel contains character. A motor rotates the wheel. A hammer strikes a petal against the ribbon when the desired character reaches the position on the paper. This prints the character on the paper. Daisy wheel printer is slower than dot matrix printer but better in quality. Daisy wheel technology is now found only in some electronic typewriters.Now-a-days mostly laser printers or ink jet printers are used.

2. Non-Impact Printers

A non-impact printer prints characters and graphics on a piece of paper without striking the paper. Some of these printers use spray ink while others use heat and pressure to create images. These printers are faster than impact printer. We can say that non-impact printers do not hit or impact an inked ribbon to print on a paper. Since, impact printers produce print outs by non-striking mechanism, they do not make a noise, Print quality of non-impact printers is higher than print quality of impact printers. Printing cost of non-impact printers is higher than that of impact printers.

Types of Non-Impact Printers

Laser Printer


Explain different Types of Printers Laser Printer

Laser printers are non-impact printers. The laser printer creates image on the paper by the laser beam. LASER stands for Light Amplification by Stimulated Emission of Radiation. Laser throws magnetic material powder on paper in the form of microscopic dots. The density of these dots ranges from 300 to 2000 Dots per Inch (DPI). The printing speed of laser printers is from 5 to 300 pages per minute (ppm). Laser
printers are also called page printers. They print complete page at a time. Laser printers produce very high quality print. They are faster than inkjet and dot matrix printers. Color printing with laser printers is Very costly. Laser printers are mostly used in business field.

Ink-jet Printer


Explain different Types of Printers Ink-jet Printer

It is a non-impact printer. It prints text and graphics by spraying tiny drops of liquid ink on paper. These printers can produce quality text and graphics in black and white and color. Ink jet printers are slower than laser printer. They can print 1 to 6 pages per minute. Ink-jet printers are relatively inexpensive than laser printer.

What are top Ten Differences between Impact and Non Impact Printers?

Comments

Popular posts from this blog

What are Different Types of Input Devices With Examples

Topic: Different types of input devices of a computer system with examples, pictures and explanation:  Topics Covered are: Definition of Input Devices Functions of Input Devices ( How input devices work? ) Examples of Input Devices Pictures / Images of different input devices Different Examples of Input Devices With Description Keybboard Mouse Trach Ball Trackpad Joy Stick Light Pen Microphone Scanner Graphic Tablet ( Digitizer ) Digital Camera Touch Screen ( I/O Device / Dual Device - Perform Both Functions input + Output ) INPUT DEVICES ( Definition ) Input devices are used to enter data and instructions into computer memory from external world. Input Device is a hardware part of the computer that is used to enter data and instructions into computer memory. The examples of input devices include: Keyboard, Mouse , Track ball, Track Pad, Joy stick, Touch Screen, Light pen,   Scanner , Digital Camera, Microphone, Graphics tablet e...

Types Of Network Topology

Today, we will types of network topology . What is a Network Topology? Definition of Network topology is the shape of the network . It is the physical layout of connected devices in a network. It tells us how a network will look like. Network Topology ( Definition 2) : The way in which the connections are made among all the network entities is called the topology of the network. Network Topology ( Definition 3) :Network topology specifically refers to the physical layout of the network, e.g., the location of the computers and how the cable is run between them. Network Topology ( Definition 4) :The physical topology of a network refers to the configuration of cables, computers, and other peripherals. The characteristics of a network depend upon the network topology selected. types of network topology Explain different types of network Topology Different network topologies are as follows: 1. Bus Topology 2. Ring Topology 3. Star Topology 4. Tree Topolo...

Basic Structure of HTML Document

Basic Structure of HTML Document  The basic structure of an HTML document is given below: <HTML>         <HEAD>                  </HEAD>                 <BODY>                </BODY> </HTML> The above format shows that an HTML document starts with <HTML> tag and ends with </HTML> tag. It is also clear that an HTML document consists of two main sections:  Head Section Head section is used to specify a title of the web page, normally. There are some other uses of Head section too, like linking external style sheets and Java script code, etc. Head section starts with the <HEAD> tag and ends with the </HEAD> tag. <TITLE> tag is used to display a title of...