What type of printer sprays tiny drops of ink onto paper?

a. inkjet
b. impact
c. thermal
d. laser


A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. The notion of structured programming became almost synonymous with “go-to elimination.” b. Although Python has a goto statement, you should avoid it to minimize errors. c. Bohm and Jacopini demonstrated that all programs could be written using three forms of control—namely, sequential execution, the selection statement and the iteration statement. d. Python statements execute one after the other “in sequence,” unless directed otherwise.

Computer Science & Information Technology

Each tool on the Tools panel displays a tool ____.

a. marker b. icon c. guide d. ruler

Computer Science & Information Technology

The most widely used programming language in the world is ____.

A. SQL B. XML C. Java D. Visual Basic

Computer Science & Information Technology

Which of the following is not a correct method in the Character class?

a. isLetterOrDigit(char) b. isLetter(char) c. isDigit() d. toLowerCase(char) e. toUpperCase()

Computer Science & Information Technology