Which of the following is a touch input device?
A) Joystick
B) Stylus
C) Microphone
D) Webcam
B
Computer Science & Information Technology
You might also like to view...
An ________ is a special list created in Access to speed up searches
Fill in the blank(s) with correct word
Computer Science & Information Technology
Write a sequence of two statements that is equivalent to the following three-statement sequence. Use operators with side effects and avoid parentheses where possible.
``` x = y * 2; y = y + 1; z = z * (y - 7); ```
Computer Science & Information Technology