Skip to main content

Printers Impact Printers: Non-Impact Printers:

 

 

Printers

Printers are categorized into two main types: impact and non-impact. Impact printers create an image by physically striking an inked ribbon against the paper, while non-impact printers use various methods like ink sprays, lasers, or heat to transfer the image without direct contact. 

Impact Printers:

·         Mechanism: Impact printers use a print head that strikes an inked ribbon, pressing the ribbon against the paper to create the desired characters or images. 

·         Examples: Dot matrix printers are a common type of impact printer. 

·         Pros: Can create carbon copies, relatively inexpensive. 

·         Cons: Noisier, lower print quality, limited graphics capabilities. 

Non-Impact Printers:

·         Mechanism: Non-impact printers do not use a striking mechanism. They utilize technologies like inkjet (spraying ink droplets), laser (using a laser beam and toner), or thermal (using heat) to transfer the image.

·         Examples: Inkjet printers, laser printers, thermal printers.

·         Pros: Quieter, faster, higher print quality, can handle complex graphics.

·         Cons: More expensive than impact printers.





Difference Between Impact and Non-Impact Printers

Parameters

Impact Printer

Non-Impact Printer

Definition

Impact printers create pictures and figures by hitting a device such as a wheel or a print hammer against an inked ribbon.

Non-impact printers create figures and pictures without any connection between the printing device and the paper.

Printing Execution or Mechanism

In impact printers, printing is executed by hammering a character dye or metal pin.

In non-impact printers, printing is executed by dropping ink on paper in any manner.

Speed Of Printers

Impact printers are low in terms of speed.

Non-impact printers are comparatively fast in speed. They can print several pages in one minute.

Noise Of Printers

They produce high-level noise as they have many moving parts.

They have a low level of noise.

Printing Process

Impact printers generally utilize hammers, pins, or wheels to hit against an inked ribbon to print on paper.

Non-impact printers use a spray of ink, laser, or heat and pressure to execute their printing operation.

Print Quality

The print quality of impact printers is lower.

The print quality of non-impact printers is higher.

Printing Ink

When print head strikes, then they prefer special inked ribbons to produce print on paper.

They prefer cartridges or toner for printing on paper.

Technology

They utilize traditional printing technologies.

They utilize contemporary printing technologies.

Value

They are pretty affordable.

They are quite expensive as compared to impact printers.

Paper Sheet Used

They prefer continuous paper sheets.

They prefer individual paper sheets.

Graphic Images

Except Dot matrix printers, no other impact printers can print graphics images.

Printing graphical illustrations are possible in non-impact printers.





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 

Optical Technology

 OPTICAL MEMORY  Optical memory is an electronic storage medium that uses a laser beam to store and retrieve digital data .  It was first used to represent analog sound signals into digital form .  In optical storage technology, a laser beam encodes digital data on an optical disc or laser disc in the form of tiny pits arranged in a spiral pattern on the surface of the disc .  Optical memory was developed by Philips and Sony and released in 1982 in the fourth generation of computers . In optical media such as CDs, DVDs, and Blu-Ray discs,  pits  and  lands  play a crucial role in representing binary information.  Pits are microscopic depressions on the disc’s surface. When a laser beam hits a pit, it shatters, and no reflection is received. As a result, a  binary 0 (O)  is registered. Essentially, pits correspond to the absence of data. Think of pits as the valleys or low points on the disc.: Lands are the flat areas betwe...

Computational Thinking Properties

  Computational Thinking (CT) involves a set of problem-solving skills and techniques that software engineers use to write programs that underlie the computer applications you use such as search, email, and maps.  There are many different techniques today that software engineers use for CT such as: Decomposition: Breaking a task or problem into steps or parts. Pattern Recognition: Make predictions and models to test. Patten Generalization and Abstraction: Discover the law, or principles that cause these patterns. Algorithm Design: Develop the instructions to solve similar problems and repeat the process. DECOMPOSITION Part of being a computer scientist is breaking down a big problem into the smaller problems that make it up. If you can break down a big problem into smaller problems, then you can give them to a computer to solve. For example, if I gave you a cake and asked you to back me another one, you might struggle. But if you watched me making the cake and worked out the i...