Audit objectives for the database management system include all of the following except

A. verifying that the security group monitors and reports on fault tolerance violations
B. confirming that backup procedures are adequate
C. ensuring that authorized users access only those files they need to perform their duties
D. verifying that unauthorized users cannot access data files


Answer: A

Computer Science & Information Technology

You might also like to view...

Given the following code segment, what is the output?

int x = 1, y = 1, z = 1; y = y + z; x = x + y; cout << "result = " << (x < y ? y : x) << endl; a. result = 0 b. result = 1 c. result = 2 d. result = 3 e. there will be no output

Computer Science & Information Technology

________ uses a password to create a unique algorithm used to translate the saved Excel workbook into a stream of uninterpretable characters that can only be translated back using a password

A) Encryption B) A macro C) Cyphering D) A translator

Computer Science & Information Technology

Which of the following is a difference between programming and natural languages?

A. semantics B. literalness C. exception D. origin

Computer Science & Information Technology

A PowerPoint screen element that displays a large image of the active slide.

A. Normal view B. Placeholder C. Slide pane

Computer Science & Information Technology