Match the following devices with their description

I. Ergonomic keyboard
II. Keypad
III. Pointing device
IV. Mouse
V. Stylus

A. Small numeric keyboard
B. Point and click
C. Curved shaped
D. Pen-like input tool
E. May include a scroll wheel


C, A, B, E, D

Computer Science & Information Technology

You might also like to view...

Which of the following statements about creating arrays and initializing their elements is false?

a. The new keyword should be used to create an array. b. When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored. c. The elements of an array of integers have a value of null before they are initialized. d. A for loop is commonly used to set the values of the elements of an array.

Computer Science & Information Technology

To create a fixed space between all components using BoxLayout, use the method ________.

a. createVerticalStrut() b. createHorizontalStrut() c. createGlue() d. createRigidArea()

Computer Science & Information Technology

What would you call an interactive computer program that helps solve problems that would otherwise require the assistance of a human expert?

A) artificial life B) expert system C) robot D) simulator E) Turing test

Computer Science & Information Technology

The term ____________________ refers to the temporary suspension of program execution so that you can monitor values and trace program execution.

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

Computer Science & Information Technology