The stated purpose of ISO/IEC 27002 is to "offer guidelines and voluntary directions for information security __________."

A. implementation
B. certification
C. management
D. accreditation

Answer: C

Computer Science & Information Technology

You might also like to view...

When naming cells, avoid names that have already been given to calculated columns within the same workbook

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1) Files that are open for output from a program must be explicitly closed in the program. 2) Unchecked exceptions must be caught or propogated, or a program will not compile. 3) A finally clause is always required in a try-catch block. 4) Attempting to divide by zero will result in an Error being thrown, not an Exception. 5) Every line in a catch block is guaranteed to be executed in all situations.

Computer Science & Information Technology