____ form images by spraying tiny drops of liquid ink onto the page, one printed line at a time.

A. Laser printers
B. Ink-jet printers
C. Dot-matrix printers
D. Line printers


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following statements about arithmetic operators is false?

a. Each arithmetic operator may be used with integers and floating-point num-bers. b. If both operands are integers, the result is an integer—except for the true-division (/) operator, which always yields a floating-point number. c. If both operands are floating-point numbers, the result is a floating-point number. d. Expressions containing an integer and a floating-point number are mixed-type expressions—these always produce an integer.

Computer Science & Information Technology

Suppose that you have the following statements.String str1 = "cat";String str2 = "cats";The statement str1.equals(str2); is true.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

To ____ the document window, drag the document window close to the options bar.

a. toggle b. resize c. dock d. open

Computer Science & Information Technology

What area of a network is a major area of potential vulnerability because of the use of URLs?

A. DNS B. SOA C. DHCP D. POST

Computer Science & Information Technology