Describe the available methods to share documents online and the benefits of doing so

What will be an ideal response?


Online storage sites such as OneDrive, Google Drive, Dropbox and iCloud, along with the collaborative and sharing features in the latest productivity software such as Office 365, Office Online, and Google Docs facilitate the synchronization of multiple users working in one document simultaneously. This synchronization eliminates the confusion that can occur when multiple versions of a document are passed around via email and eliminates the need to meet in person to collaborate on a project.

Computer Science & Information Technology

You might also like to view...

What is the output from each of the following loops?

a) ``` while ( 0 ) cout << ‘X’; cout << endl; ``` b) ``` do cout << ‘X’; while ( y != y ); cout << endl; ``` c) ``` int i = 1; while (i < 9) { cout i; i++; } ``` d) ``` d) char c = 'A'; do { cout << c << " "; c = c + 2; } while ( c <= 'M' ) cout << endl; ``` e) ``` int i = 0; while (i < 50) { if ( i < 20 && i != 15 ) cout << 'X'; i++; } cout << endl; ```

Computer Science & Information Technology

When you save a PSD file in JPEG format, you ____ the image.

a. index b. transform c. concatenate d. flatten

Computer Science & Information Technology

The values contained in an object's data members have no bearing on the object's state.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

A technician needs to setup an Internet connection for a small office. There are five users that need the ability to use email and do online research. The office manager wants the connection to be always on and be as inexpensive as possible. Which of the following would BEST fit the needs of this office?

A. Broadband B. T1 C. Frame Relay D. Satellite

Computer Science & Information Technology