All of the following are examples of input devices EXCEPT a ____.

A. printer
B. keyboard
C. mouse
D. scanner


Answer: A

Computer Science & Information Technology

You might also like to view...

y and z are user-defined objects and the += operator is an overloaded member function. The operator is overloaded such that y += z adds z and y, then stores the result in y. Which of the following expressions is always equivalent to y += z?

a. y = y operator+= z b. y.operator+=( z ) c. y = y + z d. y operator+=( y + z )

Computer Science & Information Technology

A preformatted document used as a starting point in Word 2016 is known as ________

A) SmartArt B) a template C) interactive media D) a placeholder

Computer Science & Information Technology

The ____ option of the Selection Tool aligns objects.

A. Snap to Objects B. Smooth C. Straighten D. Line Up

Computer Science & Information Technology

Because the first element has a subscript of 1, the subscripts for an array of 10 elements range from 0 to 10.

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

Computer Science & Information Technology