________ software transforms the way people work together to complete shared tasks by helping them work together to accomplish common goals

A) Goal-driven B) Distributed C) Cooperative D) Collaboration


D

Computer Science & Information Technology

You might also like to view...

Method log takes the logarithm of its argument with respect to what base?

a. 10 b. e c. 2 d. pi

Computer Science & Information Technology

The NumericUpDown control allows you to specify

a) a maximum value the user can select b) a minimum value the user can select c) an increment for the values presented to the user d) All of the above.

Computer Science & Information Technology

When an individual user works in _____, the workstation performs all the functions of a server by storing, accessing, and processing data as well as providing a user interface.

A. safe mode B. stand-alone mode C. quirks mode D. mission-critical mode

Computer Science & Information Technology

Choose a helper method that helps to run a portion of a test in UI thread

1. runTestOnUiThread() 2. getActivity() 3. sendKeys() 4. setUp()

Computer Science & Information Technology