Which of the following controls would prevent an employee from emailing unencrypted information to their personal email account over the corporate network?

A. DLP
B. CRL
C. TPM
D. HSM


Answer: A. DLP

Computer Science & Information Technology

You might also like to view...

ListIterator is a subinterface of

A) Collection B) Iterator C) List D) Comparator

Computer Science & Information Technology

Given the following program:

``` public class Test { public static void main(String[] args) { for (int i = 0; i < args.length; i++) { System.out.print(args[i] + " "); } } } ``` What is the output, if you run the program using java Test 1 2 3 a. 3 b. 1 c. 1 2 3 d. 1 2

Computer Science & Information Technology

A program that might be installed on a user's PC for the purpose of tracking user names and passwords as they are keyed in, is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which property must be set to Yes in the Property Sheet to display a control or a section in the form?

A. Height B. Special Effect C. Auto Height D. Visible

Computer Science & Information Technology