When the people of an organization doing the work for another organization are located in another country, the arrangement is called _____.
a. horizontal integration
b. business unit sponsoring
c. offshore outsourcing
d. functional decomposition
c. offshore outsourcing
Outsourcing is an arrangement in which one company contracts with another organization to provide services that could be provided by company employees. When the people of an organization doing the work are located in another country, the arrangement is called offshore outsourcing.
You might also like to view...
If an inner class contains non static members, then the class name must be modified by the keyword:
a. Final b. Static c. Void d. Protected
What is the output of the following code?
``` void f() { cout << 1 << endl; } int main() { f(); return 0; } ``` A. nothing B. 1 C. 0 D. 0 1 E. 1 0
A(n) ____________________ is an additional copy of a file or message that you store for safekeeping.
Fill in the blank(s) with the appropriate word(s).
The ____ keyword specifies that the class members following it can be accessed only by using the class functions.
a. private b. public c. protected d. restricted