BEC 6 M5: Processing Integrity Flashcards

1
Q

Three components of a system

A
  1. input
  2. output
  3. process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Typical input controls

A
  1. data validation at the field level (edit checks, meaningful error messages, etc.)
  2. prenumbering forms to prevent incompleteness or duplicates
  3. well-defined source data preparation procedures use to collect and prepare source documents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

processing controls

A
  1. data matching
  2. file labels
  3. recalculation of batch/hash totals
  4. cross-footing and zero-balance tests
  5. Write-protection mechanisms
  6. database processing integrity procedures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Output controls

A
  1. user review of output
  2. reconciliation procedures
  3. external data reconciliation
  4. output encryption
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Database processing Integrity Procedures

A
  1. admin establishes/enforces procedures for accessing/updating database
  2. data dictionary ensures data items are defined and used consistently
  3. concurrent update controls to prevent multiple users attempting to update the same record concurrently
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does continuous processing integrity mean?

A

have data integrity that is consistent and accurate throughout processing cycle

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

diagnostic controls

A

designed to achieve efficiency in operations of the form to get the most from resources used. compares actual performance with planned performance

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

application programer

A

responsible for writing and/or maintaining application programs

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

systems programmer

A

responsible for installing, supporting (troubleshooting), monitoring, and maintaining the operating system

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

computer operators

A

responsible for scheduling and running processing jobs (usually automated)

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

File Librarian

A

store and protect programs from damage and unauthorized use

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

Data Librarian

A

has cusotdy of and maintains the entity’s data and ensures that production data is released only to authorized individuals (usually automated)

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

Security administrator

A

assigns initial passwords and maintenance of passwords

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

end user

A

anybody who enters data into a system or who use the info processed by the system

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

Issue with system analyst and computer programmer being the same person

A

the person could easily bypass security systems because they are incharge of both hardware and software

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

Issues with computer operators and computer programmers being the same person

A

person could make unauthorized and undetected program changes

17
Q

problem being the security admin and computer operator/programer

A

this person could give himself or another access to areas they are not authorized to enter

18
Q

primary objective of data security controls

A

ensure that storage media are subject to authorization prior to access, change or destruction

19
Q

batch totals

A

totals of dollar fields in transactions

20
Q

hash totals

A

totals of fields in transactions other than dollars

21
Q

grandfather-father-son file rotation prcedure

A

can be used to either recover from processing problems or retain files off-site for disaster recovery

22
Q

four major functions of transaction processing

A
  1. data storage
  2. data input
  3. data processing
  4. info output