What is the location of the Public folder in Windows 8.1?

a. C:\
b. C:\Documents and Settings\All Users
c. C:\Public
d. C:\Users\Public

D. Windows 8.1 provides the Public folder as a location for sharing files as a default. By default, public folder sharing is turned off.

Computer Science & Information Technology

You might also like to view...

By default the Offline Files feature is disabled on the client computer

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. Dynamically created variables have no name. 2. If p1 and p2 are both pointers that point to integers in memory, the condition p1==p2 will be true if the values that are in those memory locations are the same. 3. Even though pointers point to addresses which are integers, you can not assign an integer to a pointer variable. 4. In the following statement, all the variables are pointers. int* p1, p2; 5. A pointer can be stored in an integer variable.

Computer Science & Information Technology