________ 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
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
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.
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
Choose a helper method that helps to run a portion of a test in UI thread
1. runTestOnUiThread() 2. getActivity() 3. sendKeys() 4. setUp()