Auditors of ERP systems

A. are concerned about segregation of duties just as they would be in traditional systems.
B. focus on output controls such as independent verification because internal processing controls are known to be correct since best practices are used..
C. routinely audit data in the data warehouse because it is know to be clean and free from errors.
D. need not review access levels granted to users since these are determined when the system is configured and never change.


Answer: A

Computer Science & Information Technology

You might also like to view...

A ________ can be used to block unauthorized access to a network

A) filter B) firewall C) hub D) switch

Computer Science & Information Technology

Formulate the following queries in relational algebra, tuple relational calculus, and domain relational calculus.

The following tables form part of a database held in a Relational Database Management System: Employee (empID, fName, lName, address, DOB, sex, position, deptNo) Department (deptNo, deptName, mgrEmpID) Project (projNo, projName, deptNo) WorksOn (empID, projNo, hoursWorked) where Employee contains employee details and empID is the key. Department contains department details and deptNo is the key. mgrEmpID identifies the employee who is the manager of the department. There is only one manager for each department. Project contains details of the projects in each department and the key is projNo (no two departments can run the same project). and WorksOn contains details of the hours worked by employees on each project, and empID/projNo form the key. (1) List all employees. (2) List all the details of employees who are female. (3) List the names and addresses of all employees who are Managers. (4) Produce a list of the names and addresses of all employees who work for the ‘IT’ department. (5) Produce a list of the names of all employees who work on the ‘SCCS’ project.

Computer Science & Information Technology

Define sorting, filtering, and finding.

What will be an ideal response?

Computer Science & Information Technology

Persist data can be stored in Android through

A - Shared Preferences B - Internal/External storage C - SQlite D - Network servers. E - All of above

Computer Science & Information Technology