Match each term with the correct statement below.

A. A formal statement of best practices promulgated by an agency with the formal authority to issue them
B. Allow managers to chart the organization's course over time
C. Requirements dictated by an agency or other legally constituted unit, which must be complied with
D. A process of gathering evidence and drawing conclusions about the correctness or quality of a given subject
E. Designates a condition or state in which the organization can be assured to satisfy relevant legal and regulatory requirements
F. The process of generating proof and drawing conclusions from the evidence that can be attested to
G. Legal mandates dictated by a body with the authority to issue those mandates
H. Documents how the organization will verify and validate that the execution of the compliance function is correct
I. The specific activities that will be undertaken to satisfy some policy dictate


A. Standards
B. Benchmarks
C. Regulations
D. Evaluation
E. Compliance
F. Auditing
G. Laws
H. Assurance work practices
I. Procedure

Computer Science & Information Technology

You might also like to view...

The Notification area displays open, or "running," programs.

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

Computer Science & Information Technology

The ___________________ algorithm sorts values by repeatedly comparing neighboring elements in the list and swapping their position if they are not in order relative to each other.

a) insertion sort b) selection sort c) bubble sort d) quick sort e) merge sort

Computer Science & Information Technology

IS professionals believe that their field offers few opportunities for unethical behavior. 

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

Computer Science & Information Technology

Suppose sum and num are int variables, and the input is 18 25 61 6 -1. What is the output of the following code?sum = 0;cin >> num;while (num != -1){  sum = sum + num;  cin >> num;}cout

A. 92 B. 109 C. 110 D. 119

Computer Science & Information Technology