Chapter 13 - Processing Integrity and Availability Controls Flashcards

1
Q

What are the five principles of the Trust Services Framework?

A

Security, confidentiality, privacy, processing integrity, and availability.

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

What is a field check?

A

An edit check that tests whether the characters are of the correct field type (e.g. numeric data in numeric fields)

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

What is a sign check?

A

An edit check that verifies that the data in a field have the appropriate arithmetic sign.

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

What is a limit check?

A

An edit check that tests a numerical amount against a fixed value.

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

What is a range check?

A

An edit check that tests whether a data item falls within predetermined upper and lower limits.

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

What is a size check?

A

An edit check that ensures the input data will fit into the assigned field.

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

What is a completeness check?

A

An edit check that verifies that all data required have been entered.

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

What is a validity check?

A

An edit test that compares the ID code or account number in transaction data with similar data in the master file to verify that the account exists.

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

What is a reasonableness test?

A

An edit check of the logical correctness of relationships among data items.

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

What is a check digit?

A

A number that is calculated based on the entered numbers in the ID code, and can be used to test for data entry errors by recalculating the digit.

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

What is check digit verification?

A

Recalculating a check digit to verify that a data entry error has not been made.

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

What is a sequence check?

A

An edit check that determines if a transaction file is in the proper numerical or alphabetical sequence.

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

What are batch totals?

A

The sum of a numerical item for a batch of documents, calculated prior to processing the batch when the data are entered, and subsequently compared with computer-generated totals after each processing step to verify that the data was processed correctly.

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

What is a financial total?

A

A type of batch total that equals the sum of a field that contains monetary values.

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

What is a hash total?

A

A type of batch total generated by summing values for a field that would not usually be totaled (e.g. invoice numbers)

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

What is a record count?

A

A type of batch total that equals the number of records processed at a given time.

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

What is prompting?

A

An online data entry completeness check that requests each required item of input data and then waits for an acceptable response before requesting the next required item.

18
Q

What is closed-loop verification?

A

An input validation method that uses data entered into the system to retrieve and display other related information so that the data entry person can verify the accuracy of the input data.

19
Q

What is a header record?

A

A type of internal label that appears at the beginning of each file and contains the file name, expiration date, and other file identification information.

20
Q

What is a trailer record?

A

A type of internal label that appears at the end of a file; in transaction files, the trailer record contains the batch totals calculated during input.

21
Q

What is a transposition error?

A

An error that results when numbers in two adjacent columns are inadvertently exchanged.

22
Q

What is a cross-footing balance test?

A

A processing control that verifies accuracy by comparing two alternative ways of calculating the same total.

23
Q

What is a zero-balance test?

A

A processing control that verifies that the balance of a control account equals zero after all entries have been made.

24
Q

What are concurrent update controls?

A

Controls that lock our users to protect individual records form errors that could occur if multiple users attempted to update the same record simultaneously.

25
Q

What is a checksum?

A

A data transmission control that uses a hash of a file to verify accuracy.

26
Q

What is a parity bit?

A

An extra digit added to every character; used to check transmission accuracy.

27
Q

What is parity checking?

A

A data transmission control in which the receiving device recalculates the parity bit to verify accuracy of transmitted data.

28
Q

What is fault tolerance?

A

The capability of a system to continue performing when there is a hardware failure.

29
Q

What is a redundant array of independent drives?

A

A fault tolerance technique that records data on multiple disk drives instead of just one to reduce the risk of data loss.

30
Q

What is an uninterruptible power supply?

A

An alternative power supply device that protects against the loss of power and fluctuations in the power level by using battery power to enable the system to operate long enough to back up critical data and safely shut down.

31
Q

What is a recovery point objective?

A

The amount of data the organization is willing to reenter or potentially lose.

32
Q

What is recovery time objective?

A

The maximum tolerable time to restore an organization’s information system following a disaster, representing the length of time that the organization is willing to attempt to function without its information system.

33
Q

What is a full backup?

A

An exact copy of the entire database.

34
Q

What is an incremental backup?

A

A type of partial backup that involves copying only the data items that have changes since the last partial backup This produces a set of incremental backup files, each containing the results of one day’s transactions.

35
Q

What is a differential backup?

A

A type of partial backup that involves copying all changes made since the last full backup. Thus, each new differential backup file contains the cumulate effects of all activity since the last full backup.

36
Q

What is deduplication?

A

A process that uses hashing to identify and backup only those portions of a file or database that have been updated since the last backup.

37
Q

What is an archive?

A

A copy of a database, master file, or software retained indefinitely as a historical record, usually to satisfy legal and regulatory requirements.

38
Q

What is a disaster recovery plan?

A

A plan to restore an organization’s IT capability in the event its data center is destroyed.

39
Q

What is a cold site?

A

A disaster recovery option that relies on access to an alternative facility prewired for necessary telephone and Internet access, but does not contain any computing equipment.

40
Q

What is a hot site?

A

A disaster recovery option that relies on access to a completely operational alternative data center not only prewired but also contains all necessary hardware and software.

41
Q

What is real-time mirroring?

A

Maintaining complete copies of a database at two separate data centers and updating both copies in real time as each transaction occurs.

42
Q

What is a business continuity plan?

A

A plan that specifies how to resume all business processes in the event of a major calamity.