WEEK 6&7: PROCESSING INTEGRITY AND AVAILABILITY CONTROLS Flashcards
1
Q
What does an AIS system consist of
A
- people who use system
- process
- technology
- data, transaction streams, files, databases
- controls to safeguard information
2
Q
what is tested in terms of processing integrity
ie. what must there be controls over ( components )
A
- procedures
- system inputs
- data processing
- data storage
- system output
- modification of data
3
Q
( note to self) A lot of this section is similar to GAA so..
A
read the slides and make sure you understand them and why certain controls are used
4
Q
Processing control ( ensure integrity)
A
- data matching
- file labels
- batch total recalculations
- cross-footing and zero balance tests
- write protection
- concurrent update
- data transmission controls > check sums ( hash of file transmitted)
- batch sequence check (explain)
5
Q
data coding checks/check digit verification ( type of control )
A
- self checking codes ( check digits)
- designed to combat transposition errors
6
Q
run-to-run
A
- ensures no records lost, unprocessed, processed more than once
- reconciles balances to total movements
- checks that current cycle is consistent with previous
- Totals such as record counts, batch totals, and/or hash totals obtained at the end of one processing run are distributed to the next run and compared to corresponding totals produced at the end of the second run
- think c/b receivables is o/b for next period
7
Q
controls over data integrity
A
referential integrity (explain) - uses foreign key
8
Q
output controls
> read over slides for most of these controls - just know what they do and how
A
- user review of output
- reconciliation
- data transmission controls