Question & Additional Information
 
How is an impact printer different from a nonimpact printer?
Add to My IQ
 

 | 
Inappropriate
Answer Title
Answer
A printer is an output device that produces text and graphics on physical medium, such as paper or transparency film. An impact printer forms characters and graphics on a piece of paper by striking a mechanism against an inked ribbon that phisically contacts the paper. Commonly used nonimpact printers are ink-jet printers, photo printers, laser printers, thermal printers, portable printers, label and postage printers, plotters and large format printers.
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer

It is difficult to find a clear definition of the term 'globalisation' but it is clear that it is associated with particular characteristics; the following is a list of some of those characteristics:

  • Growth in technology
  • Capitalist or market economic systems
  • Corporate expansion
  • Trade issues
  • Poverty and inequality
  • Impact on the environment
  • Communication
  • Brand expansion and recognition
Create Date
:
Saturday, September 29, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
swati
Tuesday, July 22, 2008 8:42 PM
good. describe more.
Flag this interview question as inappropriate Inappropriate
See Answer
Answer 1. 15 M basically.
Answer 2. It can be as much as  the maximum line impidance of cable should not exceed 2500pF.(RS232 E)
Create Date
:
Saturday, April 26, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
420
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
420
Create Date
:
Tuesday, May 13, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
420
Create Date
:
Monday, May 12, 2008
Tags
:
Asked At
:
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
GDI is an acronym for Graphics Device Interface. The GDI allows you to draw on your windows. It is a device independent output model in the sense that the graphics code that you write for drawing will work on any video output which has a Windows driver.  In order to avoid one window interfering with another while drawing output on the screen GDI uses a mechanism called as device context to avoid this conflict. So when a window draws on a screen, printer or any other output device, it doesn't output pixels directly on the device. Instead it draws to a logical surface represented by a "device context" (DC). A DC is a data structure that has all information that GDI needs to know.  Before a Windows program draws anything on the screen it acquires a DC handle from the GDI and then passes this handle back to the GDI each time it calls the GDI output function. In MFC a DC encapsulates the GDI functions that a program uses to generate output. MFC's CDC class wraps a Windows device context and the GDI functions into one package. CPaintDC and CClientDC are subclasses of CDC and represent the different types of device contexts that windows applications use. E.g. CDC* pDC = GetDC(); //do some drawing Release (pDC);
Create Date
:
Saturday, May 10, 2008
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
 
• More Related Questions: