As part of an organization's information security governance process, a Chief Information Security Officer (CISO) is working with the compliance officer to update policies to include statements related to new regulatory and legal requirements. Which of the following should be done to BEST ensure all employees are appropriately aware of changes to the policies?

A. Conduct a risk assessment based on the controls defined in the newly revised policies.
B. Require all employees to attend updated security awareness training and sign an acknowledgement.
C. Post the policies on the organization's intranet and provide copies of any revised policies to all active vendors.
D. Distribute revised copies of policies to employees and obtain a signed acknowledgement from them.


Answer: B. Require all employees to attend updated security awareness training and sign an acknowledgement.

Computer Science & Information Technology

You might also like to view...

What, if anything, prints when each of the following C++ statements is performed? If noth- ing prints, then answer “nothing.” Assume x = 2 and y = 3.

a) ``` cout << x; ``` b) ``` cout << x + x; ``` c) ``` cout << "x="; ``` d) ``` cout << "x = " << x; ``` e) ``` cout << x + y << " = " << y + x; ``` f) ``` z = x + y; ``` g) ``` cin >> x >> y; ``` h) ``` // cout << "x + y = " << x + y; ``` i) ``` cout << "\n"; ```

Computer Science & Information Technology

When you use the dialog box shown in the accompanying image to change the resolution of an image, Photoshop will ____________________ the image.

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

Computer Science & Information Technology

When two values are combined in the OR operation, the result is true only if both values are true.

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

Computer Science & Information Technology

The default format for cells that meet a condition with conditional formatting is ____.

A. Dark Blue Fill with Light Red Text B. Light Red Fill with Dark Red Text C. Light Blue Fill with Dark Blue Text D. Dark Red Fill with Light Red Text

Computer Science & Information Technology