Describe three ways to handle a situation where a user's keyboard must be located on a standard height (30") office desk.

What will be an ideal response?


Shorten the desk or table legs to get the keyboard to a comfortable height.
Adjust the chair height so the user's wrists are in a comfortable position.
Add an adjustable keyboard shelf to the underside of the desk or table.

Computer Science & Information Technology

You might also like to view...

To form a circle, the syntax of an arc must be:

a) DrawArc( p, 1, 1, 1, 1, 0, Math.PI ) b) DrawArc( p, 1, 1, 1, 1, 360, 0 ) c) DrawArc( p, 1, 1, 1, 1, 0, 360 ) d) DrawArc( p, 1, 1, 1, 1, 360, Math.PI ) e) None of the above

Computer Science & Information Technology

Where are master page icons and document page icons displayed?

A. Icons panel B. Masters panel C. Tools panel D. Pages panel

Computer Science & Information Technology

Suppose that x is an int variable, y is a double variable, and z is an int variable. The input is: ? 15 76.3 14 ? Choose the values after the following statement executes: ? cin >> x >> y >> z; ?

A. x = 15, y = 76, z = 14 B. x = 15, y = 76, z = 0 C. x = 15, y = 76.3, z = 14 D. x = 15.0, y = 76.3, z = 14.0

Computer Science & Information Technology

In the figure above, item 2  is a visual representation of light ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology