BEC - 10 Flashcards
Audit (Control) Input Goals (4)
VACE
- Valid data
- Accuracy
- Complete
- Efficient
Closed Loop Verification
Use entered data to display additional confirming data
Completeness, Accuracy, Efficiency
Batch Control Total
3 varieties:
- Financial Total
- Hash total (something not normally summed)
- Record count (# of invoices)
Goals: Completeness, Accuracy
Scanning instead of human entry
Accuracy, Completeness, Efficiency
Sequence check
Confirm numerical sequence (of check or invoice #s)
Key verification
Re-key (re-enter) & compare critical data
ex. require password entry twice
Goal: validity
Completeness or Missing Data Check
Data in field? Can’t continue until data is entered.
Goal: completeness
Field Check (data type/data format check)
Is data correct type?
Ex: alphabetic, numeric, n characters
Goal: accuracy
Limit tests
Numeric field with specified values
Range test: validate upper &; lower limit (example price per gallon of gas $2 0
Goals: validity, accuracy
Valid code test (validity test)
Does entered account # exist? In database, called referential integrity
Goals; validity, accuracy
Reasonableness check (logic test)
Do two or more fields agree?
Goals: validity, accuracy
Preprinted forms and preformatted screens
Reduce entry errors, speed data entry
Goals; Accuracy, completeness, efficiency