Which of the following statements are true regarding encryption?

A) Windows files can be encrypted only if the NTFS partition is marked as active.
B) Windows uses USS for encrypting files and folders.
C) You can encrypt someone else's files if you have the correct permissions.
D) Folders that are encrypted must be accessed using the UNC.


C

Computer Science & Information Technology

You might also like to view...

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

1) To instantiate and call, a template function requires special syntax. 2) The template prefix can be written template or template with the same results. 3) Templates provide an overloading of the function for every possible type that is consistent with the use in the template. 4) Suppose the swapValues template is instantiated as follows: ``` int x = 2, y =3; swapValues(x, y); // use x and y x = 4; y =5; swapValues(x, y); // use x and y ``` The compiler generates code for two copies of the swapValues template. 5)In the template prefix, template the identifier T is called a value parameter.

Computer Science & Information Technology

What are three reasons to use NFS?

What will be an ideal response?

Computer Science & Information Technology

?To enhance and assess audience understanding, make your slides interactive by using Office Mix to __________. 

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

A Sub procedure does not return any data to the calling procedure.

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

Computer Science & Information Technology