10) Processing Integrity and Availability Controls Flashcards

1
Q

Define the processing integrity control

A

The control of ensuring that the organization’s data processing is accurate, complete, and free from errors or inconsistencies. It focuses on data integrity, validation, and processing controls.

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

Processing integrity controls are essential especially during ____________ processes

A

auditing

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

What does processing integrity criteria also focus on?

A

Processing integrity criteria also focuses on inputs and outputs to the system, ensuring they are accurate throughout the processing of any actions within the
system.

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

What is criteria 1 of ensuring processing
integrity?

A

Procedures exist to prevent, or detect and correct, processing errors to meet the entity’s processing integrity commitments and system requirements.

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

What is criteria 2 of ensuring processing
integrity?

A

System inputs are measured and recorded completely, accurately, and timely to meet the entity’s processing integrity commitments and system requirements.

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

What is criteria 3 of ensuring processing
integrity?

A

Data is processed completely, accurately, and timely as authorized to meet the entity’s processing integrity commitments and system requirements.

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

What is criteria 4 of ensuring processing
integrity?

A

Data is stored and maintained completely, accurately, and in a timely manner for its specified life span to meet the entity’s processing integrity commitments and system
requirements.

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

What is criteria 5 of ensuring processing
integrity?

A

System output is complete, accurate, and distributed to meet the entity’s processing integrity commitments and system requirements.

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

What is criteria 6 of ensuring processing
integrity?

A

Modification of data, other than routine transaction processing, is authorized and processed to meet with the entity’s processing integrity commitments and system requirements.

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

How is enhancing processing integrity perfromed? (3)

A

1) Input Integrity Control:
2) Data Entry Integrity Control:
3) Output Integrity control:

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

What is input integrity control?

A

Also known as an input validation control or input validation check, is a mechanism used to ensure that data entered a system meets certain criteria or standards before it is processed or stored.

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

What is data entry integrity control?

A

Procedures, mechanisms, and protocols put in place to ensure the accuracy, completeness, and validity of data entered a system

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

What is output integrity control?

A

Measures implemented to ensure the accuracy, completeness, and security of data and information as it is processed and transmitted out of a system or organization.

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

What are the components of input integrity control? (2)

A

1) Forms design
2) Turnaround documents

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

What is forms design?

A

Ensuring that documents/forms are sequentially prenumbered with user friendly design

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

What are turnaround documents?

A
  • A specific type of document used in business transactions, particularly in situations where data
    needs to be entered or processed by multiple parties
17
Q

What are the components of data entry control? (4)

A

1) Field check: Characters in a field are correct type, format and range values
2) Sign check: Data in a field is appropriate sign (e.g. qty order should never be negative)
3) Limit check: Tests numerical amount against a fixed Value (limit could be Max or Min)
4) Range check: Tests numerical amount against lower and upper limits
5) Size check: Input data fits into the field
6) Completeness check: Verifies that all required data is entered
7) Validity check: Compares data from transaction file to that of master file to verify existence
8) Reasonablity check: Correctness of logical relationship between two data items (Overtime hrs = zero for someone who has not worked max hrs)
9) Check digit verification: Recalculating check digit to verify data entry error has not been made

18
Q

What are integrity controls for batch processing? (4)

A
  1. Sequence check: Test of batch data in proper numerical or alphabetical sequence
  2. Batch tools: Summarize numeric values for a batch of input records to present:
    - Financial total - the sum of monetary values within a specific financial context.
    - Hash total - a fixed-size numerical value derived from a set of data.
    - Record count - the total number of records or entries in a dataset, database table, file, or any other collection of data.
  3. Prompting: System prompts you for input (online completeness check)
  4. Closed-Loop verification: Checks accuracy of input data by using it to retrieve and display other related information (e.g., customer account # retrieves the
    customer’s name)
19
Q

What are the types of output integrity controls? (8)

A

1) Checksums and Hash Functions:
2) Digital Signatures:
3) Encryption
4) Error detection and correction codes
5) Logging and Auditing:
6) Access Controls:
7) Version Control:
8) Redundancy and Backup Systems:

20
Q

What are availability controls?

A

Availability Controls provide assurance that your system and data can be accessed by authenticated users whenever they’re needed.

21
Q

What is avaliability typically associated with and what can it be impacted by? (3)

A
  • Availability is typically associated with reliability and
    system uptime, which can be impacted by nonmalicious issues like
  • hardware failures,
  • unscheduled software downtime,
  • human error
22
Q

WHat are the components of avaliability controls? (7)

A

1) Redundancy:
2) Fault Tolerance:
3) High Availability Architecture:
4) Monitoring and Alerting:
5) Capacity Planning:
6) Disaster Recovery Planning:
7) Service Level Agreements (SLAs):