Which of the following is the first step in NIST’s recommended steps to establish or improve a cybersecurity program?

A) Create a current profile
B) Prioritize and scope
C) Create a target profile
D) Conduct a risk assessment

B) Prioritize and scope

Computer Science & Information Technology

You might also like to view...

When using NPS and RADIUS templates, what must be done after you have created an NPS or RADIUS template to effect a server's configuration?

What will be an ideal response?

Computer Science & Information Technology

What will be displayed after the following statements are executed?

``` int y = 10; if (y == 10) { int x = 30; x += y; System.out.println(x); } ``` a. 40 b. 30 c. 20 d. The code contains an error and will not compile.

Computer Science & Information Technology