InterviewSolution
| 1. |
Explain types of printers and also explain their working. |
|
Answer» A printer is an electromechanical device which converts the text and graphical documents from electronic form to the physical form. Generally, they are the external peripheral devices which are connected with the computers or laptops through a cable or wirelessly to receive input data and print them on the papers. A wide range of printers are available with a variety of features ranging from printing black and white text documents to high quality colored graphic images. (i) Types of Printers: Since the invention of the printing technology, a variety of technologies have been employed in computer printers. Broadly printers are categorized as impact and non impact printers. Impact printers are the type of printers in which a key strikes the paper to make a letter. The examples, of Impact printers are Daisy wheel and Dot matrix printers. While non-impact printers do not operate by striking a head against a ribbon. Inkjet printers and laser printers are the non-impact printers. The most popular printers are described below: 1. Daisy Wheel Printers: Daisy wheel printers print only characters and symbols and cannot print graphics. They are generally slow with a printing speed of about 10 to 75 characters per second. By 1980, daisy wheel printers were the dominant printers for quality printing but since the prices of laser and inkjet printers have declined and quality of dot matrix printers has been improved, the daisy wheel printers are now obsolete. 2. Dot Matrix Printers: It is a popular computer printer that prints text and graphics on the paper by using tiny dots to form the desired shapes. It uses an array of metal pins known as printhead to strike an inked printer ribbon and produce dots on the paper. These combinations of dots form the desired shape on the paper. Generally they print with a speed of 50 to 500 characters per second as per the quality of the printing is desired. The quality of print is determined by the number of pins used (varying from 9 to 24). The key component in the dot matrix printer is the ‘print head’ which is about one inch long and contains a number of tiny pins aligned in a column varying from 9 to 24. The print head is driven by several hammers which force each pin to make contact with the paper at the certain time. These hammers are pulled by small electromagnet (also called solenoids) which is energized at a specific time depending on the character to be printed. The timings of the signals sent to the solenoids are programmed in the printer for each character. The printer receives the data from the computer and translates it to identify which character is to be printed and the print head runs back and forth, or in an up and down motion, on the page and prints the dots on the paper. 3. Line printer: Contains a chain of characters or pins that print an entire line at one time. Line printers are very fast, but produce low-quality print. 4. Inkjet printers: Inkjet printers are most popular printers for home and small scale offices as they have a reasonable cost and a good quality of printing as well. A typical inkjet printer can print with a resolution of more than 300 dpi and some good quality inkjet printers are able to produce full colored hard copies at 600 dpi. 5. Laser Printers: Laser printers are the most popular printers that are mainly used for large scale qualitative printing. They are among the most popularly used fastest printers available in the market. A laser printer uses a slight different approach for printing. It does not use ink like inkjet printers, instead it uses a very fine powder known as ‘Toner’. |
|