A pointing device that you can use to input information and access features directly on the surface of a device's touchscreen is a ________

Fill in the blank(s) with correct word

stylus

Computer Science & Information Technology

You might also like to view...

Will the following program terminate?

int balance = 10; while (true) { if (balance < 9) continue; balance = balance - 9; } a. Yes b. No

Computer Science & Information Technology

Which of the following is not a form of electronic output?

A) web pages B) email C) report D) online message boards

Computer Science & Information Technology