How does the embedded audit module support the auditor?

What will be an ideal response?

The EAM approach allows selected transactions to be captured throughout the audit period.  Captured transactions are made available to the auditor in real time, at period end, or any time during the period, significantly reducing the amount of work the auditor must do to identify significant transactions for substantive testing.
PTS: 1

Computer Science & Information Technology

You might also like to view...

Consider the following statements:  struct rectangleData{  double length;  double width;  double area;  double perimeter;};  rectangleData bigRect;rectangleData smallRect;Which of the following statements is legal in C++?

A. if (bigRect == smallRect) B. if (bigRect != smallRect) C. if (bigRect.length == width) D. if (bigRect.length == smallRect.width)

Computer Science & Information Technology

In determining where to store specific data in a(n) centralized DBMS, factors such as communications cost, response time, storage cost, and security are key considerations. _________________________

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

Computer Science & Information Technology