Application Controls Flashcards

1
Q

misstatements in a batch computer system may not be detected quickly because?

A

time delays in processing transactions in a batch system since they are grouped together first and then processed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The results of a programmed edit check of sales transactions would include a report showing exceptions and control totals for each batch processed.

A

true

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Edit Checks

A

ensure that only valid transactions are processed; hence the output would only ever be all rejected transactions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Test Data

A

test the internal controls that prevent invalid employee I.D. numbers from being input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Validity check

A

check if data carries valid values; computer matches a control field value and highlights those that did not match

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hash total

A

meaningless total computed to verify the accuracy and completeness of input so for ex) dpt numbers would be meaningless to calculate for payroll

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In a computerized payroll system environment what would an auditor lead likely use test data to test controls related to?

A

Test data involve the use of fictitious transactions to test whether application controls are functioning properly

They would be used to test controls related to missing employee numbers, time tickets with invalid job numbers, and agreement of hours per clock cards with hours on time tickets

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Three types of application controls

A

all 3 must be accurate and authorized

Input

Processing

Output-distribution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Input

A

use preprinted forms to reduce mistakes
keypunch verification/duplication

“Control Totals”

1) Hash totals-not meaningful
2) Record Count- number of records involved
3) Batch Total- meaningful numerical totals

Logic Checks

1) Limit Tests: within a predetermined range (anything outside the range would be deemed as inappropriate)
2) Validity check- a legitimate code (M or F for gender)
3) Missing Data check- any omissions?
4) Check Digits-arithmetic manipulation (added on the end of the field)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Processing

A

Checkpoint/Restart- go back to where you left off at
Limit on Processing Time- an upper limit
Internal and External Labels- to avoid mistakes

*same control totals as input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Output

A

output limit- upper limit for printing time (or max number of pgs permitted)

*same control totals

How well did you know this?
1
Not at all
2
3
4
5
Perfectly