Discuss what an auditor should look for in testing for payments to fictitious vendors and how ACL can be used to assist the process.
What will be an ideal response?
Numbers from fictitious vendors may be in something close to an unbroken sequence. The ACL sort function can be used to identify sequentially numbered records that need review.
Vendors with P.O. Boxes need to be investigated. They can be identified using a filter.
Vendors with employee addresses can be identified by using join to link the employee and vendor files.
Multiple companies with the same address can be identified using the duplicates command.
Invoice amounts slightly below the review threshold merit review and can be identified by using ACL's expression builder to create a value range close to the threshold. Identified records can be sorted for further review.
PTS: 1
You might also like to view...
Which of the following represents the efficiency of the insertion sort?
a. O(1) b. O(n) d. None of the above.
Which of the following is not a valid function call?
a. ``` var num = parseFloat(num)); ``` b. ``` document.write(parseFloat(64.82)); ``` c. ``` alert("You entered " + parseFloat(num)); ``` d. ``` var num = 2.6; parseFloat(num) = num; ```
A(n) ____ is an instruction set for programming a computer, along with the grammar and syntax for using those instructions.
A. algorithm B. computer programming language C. function D. class
When is the Administrator account created in Windows NT?
What will be an ideal response?