Which one of the following printers uses tiny pin printwires to create an image on the paper?
A) Inkjet
B) Impact
C) 3-D
D) Laser
B
Computer Science & Information Technology
You might also like to view...
What type of security planning tool is often used to ensure the security of routine tasks like system configuration?
a. Access control list b. Matrix c. Checklist d. Role-based review
Computer Science & Information Technology
Which of the following correctly declares and initializes a two-dimensional rectangular array of integers?
a) int[,] sum = new int[3, 4]; b) int[] sum = new int[2, 4]; c) int sum[] = new int[2, 2]; d) None of the above.
Computer Science & Information Technology