What is not an advantage of cloud storage?

A) It is very fast.
B) It can be access anywhere you have an Internet connection.
C) It makes file sharing easier.
D) It often keeps multiple revisions of a document.

A

Computer Science & Information Technology

You might also like to view...

In Windows 10, ________ mode is used when every action is expected to be touch

Fill in the blank(s) with correct word

Computer Science & Information Technology

Given the following code:

enum car (toyota, ford, buick, nissan); car mine = toyota; what is the value of int (mine + 2)? a) 2 b) 3 c) buick d) the code is not syntactically correct

Computer Science & Information Technology