The action of pressing and releasing the left button on a mouse pointing device one time is called:

a. click
b. point
c. select

A

Computer Science & Information Technology

You might also like to view...

The syntax for the substring method is ____.

A. Substring.string(startIndex) B. string.Substring(startIndex[, numCharsToAccess]) C. string.Substring(numCharsToAccess,startIndex) D. string.Substring([numCharsToAccess],startIndex)

Computer Science & Information Technology

A symmetrical multiprocessor organization must __________, unlike master/slave and separate kernels organizations.

a) ensure mutual exclusion to all kernel data b) be able to recover from a processor failure c) handle all I/O requests using only one processor d) all of the above

Computer Science & Information Technology