Input and Organization Controls Flashcards

1
Q

What do put and origination controls ensure?

A

Reliability of application program data and processes

Enables auditor to assess risks if absent or weak

Some may function as input or processing controls

Best “input” control is often to get humans out of it (automate data entry)

  • Hence growing use of term origination to replace input
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are examples of origination?

A

Scanning instead of human entry

Goal: Accuracy completeness

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

What is closed loop verification ?

A

Use entered data to display additional (confirming data)

Goals: C (all data entered), A (entered data accurate)

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

What are control totals?

A

Used in batch systems

  • Financial total - Add invoice amounts
  • Hash total - Add invoice #s (something that isn’t normally summed)- tend to only be known by accountants which is useful because hackers don’t know about these numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a sequence check?

A

Application control

Sequence check - confirm numerical sequence (of check or invoice numbers). Usually automated but may be manual.

Goal: C (all valid are included)
V (no invalid are included)

Key verfication- Re-key (re-enter) and compare critical data

Goal: Validity

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

What is completeness check?

A

If there is something that is missing, you’re not allowed to move forward to the next screen. You need to make sure that all the data is present.

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

What is a field check?

A

Make sure the data entered is correct. Example: Phone number may have only a certain amount of digits, zip codes, etc. Goal is accuracy.

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

What is a limit test?

A

Numberic field with specified values. Validity and accuracy

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

What is range test?

A

Validate upper and lower limit

Price per gallon cannot be less than $2 but not greater than $10.

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

What is a sign test?

A

has correct sign (+ or -)

Example # purchased has to be greater than zero

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

What is a valid code test?

A

Does entered account # exist?

Does the customer have a valid code?

Testing Validity and accuracy

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

What is a reasonableness check?

A

Do two or more field agree

Example: Don’t allow pay rate $3500 and pay period = hourly

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