Certified Information Security Manager (CISM) — Question 444
Audit trails of changes to source code and object code are BEST tracked through:
Answer options
- A. use of compilers.
- B. code review.
- C. program library software.
- D. job control statements.
Correct answer: C
Explanation
The correct answer is C, as program library software provides a structured way to track changes and maintain version control for code. Options A and B do not inherently provide tracking capabilities, while D pertains to job execution rather than code management.