Difficulty: Easy
Correct Answer: audit trail
Explanation:
Introduction / Context:
Modern information systems must demonstrate accountability. When numbers on a report are challenged, auditors and managers need to trace each item back to its origin to verify accuracy, detect errors, or investigate fraud. The mechanism and set of records that enable this backward tracing is a fundamental control concept in accounting information systems and MIS.
Given Data / Assumptions:
Concept / Approach:
An audit trail is a chronological, documented history of a transaction from initiation through processing to final output. It includes references such as document numbers, user IDs, timestamps, and cross-indexes that allow both forward tracing (source to reports) and backward tracing (reports to source). Good system design preserves these links across modules, ensuring traceability and regulatory compliance.
Step-by-Step Solution:
Verification / Alternative check:
Standards in accounting systems emphasize audit trails as essential control features; many ERPs automatically maintain document flows and reference chains for this purpose.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming audit trails exist automatically; they must be designed with unique keys, references, and immutable logs.
Final Answer:
audit trail
Discussion & Comments