Sherri has recently been injured. She is having a problem using her left hand and would like to use a stylus to move her mouse around the screen on her laptop computer.
 
What device can Sherri add to her system to allow a non-touch screen laptop to use a stylus to manipulate the screen?

A. Inverter
B. OLED
C. Touch screen
D. Digitizer


Answer: D

Computer Science & Information Technology

You might also like to view...

The DOS user interface is a command-line interface (CLI).

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

Computer Science & Information Technology

A _____ is a credit card issued to selected employees to streamline the traditional purchase order and invoice payment processes.

A. procurement card  B. smart card  C. meta card  D. charge card 

Computer Science & Information Technology

What output is produced by the following code fragment?

``` int num = 1, max = 20; while (num < max) { if (num%2 == 0) System.out.println(num); num++; } ```

Computer Science & Information Technology

Match the following video file formats with their descriptions:

I. stores synchronized multimedia data II. compresses audio and video; requires minimal storage III. format generally used to deliver video over the Internet IV. stores sound and moving pictures in RIFF format V. designed for use with Video-CD and CD-i media A. Movie file-.mpg or .mpeg file B. Windows Media Video file-.wmv file C. Adobe Flash Media file-.swf file D. Windows Media file-.asf file E. Windows Video file-.avi file

Computer Science & Information Technology