What are the potential benefits and a drawback of a virtual organization?
What will be an ideal response?
The benefits of a virtual organization are: reduced costs of physical facilities, a more rapid response to customer needs, and flexibility for employees to care for children or aging parents. A drawback is that it is difficult to meet the social needs of virtual workers.
Computer Science & Information Technology
You might also like to view...
What value will be assigned to intIndex when the following statements execute?
Dim strTarget As String = "asdsakfljfdgasldfjdl" Dim intIndex = strTarget.IndexOf("as", 1) a. 12 b. 13 c. 0 d. -1
Computer Science & Information Technology
Answer the following questions true (T) or false (F)
1. A call-by-reference parameter may pass data only out of a function. 2. A program should have all of its functions written before testing can begin.
Computer Science & Information Technology