What type of printer sprays tiny drops of ink onto paper?
a. inkjet
b. impact
c. thermal
d. laser
A
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.
Each tool on the Tools panel displays a tool ____.
a. marker b. icon c. guide d. ruler
The most widely used programming language in the world is ____.
A. SQL B. XML C. Java D. Visual Basic
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()