A(n) ________ is an input device that may include one or more buttons and a scroll wheel and works by moving across a smooth surface to signal movement of the pointer

a.joystick
b.mouse
c.scroll wheel
d.touchpad


B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code, if the user enters the sequence 10 17 35 7?

const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; const int MAX = 4; int items[MAX]; for (int i = 0; i < MAX; i++) cin >> items[i]; items[2] += 2; for (int i = 0; i < MAX; i++) cout << items[i] << “ “; a) 12 19 37 9 b) 10 2 35 7 c) 10 17 37 7 d) 10 19 35 7

Computer Science & Information Technology

This prevents anyone from altering the formulas or changing other template components.

a. Protection b. Standardization c. Relationship d. Uniformity

Computer Science & Information Technology

Word has several built-in styles; new styles CANNOT be created

Indicate whether the statement is true or false

Computer Science & Information Technology

____ distortion is a wider top or bottom effect that occurs when an object is photographed from an angle or perspective.

a. Barrel b. Chromatic c. Keystone d. Pincushion

Computer Science & Information Technology