Chapter 13 Flashcards: Processing Integrity & Availability Controls

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/41

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:23 PM on 5/5/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

42 Terms

1
New cards

What are input controls

Controls that make sure data is accurate and complete before it enters the system

2
New cards

Examples of input controls

Forms design, sequentially prenumbered documents, sequence tests, turnaround documents

3
New cards

What is forms design

Designing forms so users enter complete and accurate information

4
New cards

What are sequentially prenumbered documents used for

To make sure documents are not missing or duplicated

5
New cards

What is a turnaround document

A document sent to an outside party and returned as input, oftern with preprinted information

6
New cards

What is a field check

Checks that characters entered are the correct type, like numbers in a quantity field

7
New cards

What is sign check

Checks that the data has the correct sign, positive or negative

8
New cards

What is a limit check

Tests a number against one fixed value

9
New cards

What is a range check

Tests whether a number falls between a lower or upper limit

10
New cards

Limit check vs. range check

  • Limit check uses one cutoff

  • Range check uses both a minimum and maximum

11
New cards

What is a size check

Checks that input data fits within the field length

12
New cards

What is a completeness check

Verifies all required data has been entered

13
New cards

What is a validity check

Compares entered data to master file data to verify it exists

14
New cards

What is a reasonableness test

Checks whether two data items make logical sense together

15
New cards

What is check digit verification

A digit is calculated from other digits in an ID number to detect input errors

16
New cards

What is a sequence check

Checks that documents or records are processed in numerical order

17
New cards

What is an error log

A log of errors found during processing that need correction

18
New cards

What are batch totals

Totals calculated before processing and compared after processing to detect errors

19
New cards

What is prompting

The system asks the user to enter required information

20
New cards

What is closed loop verification

They system uses entered data to display related information so the user can verify accuracy

21
New cards

What is a transaction log

A record of all transactions, including who entered them and when

22
New cards

What is data matching

Two or more items must match before an action occurs

23
New cards

What is key verification

Data is entered twice and compared for accuracy

24
New cards

What is a header record

A file label at the beginning of a file with identifying information

25
New cards

What is a trailer record

A record at the end of a file that includes batch totals

26
New cards

What is recalculation of batch totals

Recomputing totals during processing and comparing them to trailer record totals

27
New cards

What is a transposition error

An error where two adjacent digits are switched

28
New cards

What is cross footing

Comparing two different ways of calculating the same total

29
New cards

What is a zero balance test

A control where clearing accounts should equal zero; any balance means an error

30
New cards

What do write protection mechanisms do

Prevent data from being overwritten or erased

31
New cards

What do concurrent update controls prevent

Two or more users updating the same record at the same time

32
New cards

What is reconcilliation

Comparing records or reports to make sure they agree

33
New cards

What is external data reconciliation

Comparing database totals with data maintained outside the system

34
New cards

What is a checksum

A hash total used to verify that transmitted data was not changed

35
New cards

What is fault tolerance

The system can continue operating even if part of it fails

36
New cards

What is preventive maintenance

Regular maintenance to reduce system failures

37
New cards

What is RPO

Recovery Point Objective; how much data the company is willing to lose or reenter

38
New cards

What is RTO

Recovery Time Objective; how long the system can be down after a disaster

39
New cards

RPO vs. RTO

  • RPO is about data loss

  • RTO is about downtime

40
New cards

What is a disaster recovery plan

A plan to restore IT systems after a disaster

41
New cards

What is a business continuity plan

A plan for continuing all business operations, not just IT

42
New cards

Disaster recovery plan vs. business continuity plan

  • DRP focuses on IT

  • BDP focuses on the whole business