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

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

Find Your Correct Age From Date of Birth

First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below: