Chapter 10 Flashcards

1
Q

Turnaround document

A

a record of company data sent to an external party and then returned by the eternal party to the system as input.

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

Field check

A

determines whether the characteristics in a field are of the proper type. (no letters in a zip code entry)

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

Sign Check

A

determines whether the data in a field have been appropriate arithmetic sign (no negatives)

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

Limit Check

A

tests a numerical amount against a fixed value. (work hours are less or equal to 40 hours a week)

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

Range check

A

tests whether a numerical amount falls between predetermined lower and upper limits.

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

size check

A

ensures that the input data will fit into the assigned field. (SS number is always 8)

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

Completeness check

A

on each input record determines whether all required data items have been entered.

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

Validity Check

A

compares the ID code or account number in transactions data with similar data in the master file to verify that the account exists (school id number)

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

Reasonableness test

A

determines the correctness of the logical relationship between two data items.

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

Check Digit Verification

A

data entry devices perform by using the first 9 digits to calculate the 10th digit each time an ID number is entered.

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

Sequence Check

A

tests whether a batch of input data is int he proper numerical or alphabetical sequence.

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

Batch totals

A

summarize important values for a batch of input records.

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

Financial Total

A

sums a field that contains monetary values, such as dollar amount of all sales for a batch of sales transactions

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

Hash totals

A

sums a non-financial numeric field, such as the total of the quantity ordered field in a batch of sales transactions

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

record count

A

the number of records in a batch.

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

Prompting

A

the system requests each input data item and waits for an acceptable response, ensures that all necessary data are entered.

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

Closed-Loop Verification

A

checks the accuracy of input data by using it to retrieve and display other related information.

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

Data Matching

A

two or more items of data must be matched before an action can take place

19
Q

File Labels

A

neet to be checked to ensure that the correct and most current files are being updated.

20
Q

header record

A

located at the beginning of each file and contains the file name, expiration date, and other identification data

21
Q

trailer record

A

located at the end of the file and contains the batch totals calculated during input.

22
Q

Cross-footing balance test

A

compares the results produced by each method to verify accuracy

23
Q

Zero-balance test

A

compares the results produced by each methods to verify accuracy = 0

24
Q

Write-protection mechanisms

A

protect against overwriting or erasing of data files stored on magnetic media

25
Q

Concurrent Update Controls

A

prevent such errors by locking out one user until the system has finished processing the transaction entered by the other.

26
Q

Fault tolerance

A

the ability of a system to continue functioning in the event that a particular component fails

27
Q

Redundant arrays of independent drives (RAID)

A

data is written to multiple disk drives simultaneously. If one disk drive fails, the data can be readily accessed from another

28
Q

Uninterruptible power supply (UPS)

A

system provides protection in the event of a prolonged power outage, use battery power to enable the system to operate long enough to back up critical data and safely shut down.,

29
Q

Key controls for system downtime

A
  1. preventive maintenance
  2. fault tolerance
  3. data center location and design
  4. training
  5. patch management and antivirus software.
30
Q

Key controls to quick and complete recovery and resumption of normal operations

A
  1. backup procedures
  2. disaster recovery plan (DRP)
  3. Business Continuity Plan (BCP)
31
Q

Recovery Point Objective (RPO)

A

represents the max amount of data that the organization is willing to potentially lose

32
Q

Recover Time Objective (RTO)

A

represents the length of time that the organization is willing to attempt to function without its information system

33
Q

Rel-time Mirroring

A

involves maintaining two copies of the database at two separate data centers at all times and updating both copies in real-time as each transaction occurs.

34
Q

Incremental Backup

A

involves copying only the data items that have changed since the last PARTIAL back up.

35
Q

Differential Backup

A

copies all changes made since the last FULL back up. each new file contains the cumulative effects of all activity since the last full back up.

36
Q

Disaster Recovery Plan (DRP)

A

outlines the procedures to restore an organizations IT function int he vent that its data center is destoyed by a natural disaster or act of terrorism.

37
Q

Cold Site

A

an empty building that is prewired for necessary telephone and internet access, plus a contract with oen or more vendors to provide all necessary equipment within a specified period fo time.

38
Q

Hot site

A

A facility that is not only prewired for telephone and internet access but also contains all the computing and office equipment the organization needs to perform its essential business activities.

39
Q

Business Continuity Plan (BCP)

A

specifies how to resume not only IT operations, but all business processes, including relocating to anew office and hiring temporary replacements, in the event that a major calamity destroys not only an organization’s data center but also its main headquarters.

40
Q

Key components of effective disaster recover and business continuity plans:

A
  1. Data backup procedures
  2. Procedures for access to replacement infrastructure
  3. through documentation
  4. periodic testing and training
  5. adequate insurance.
41
Q

Backup

A

an exact copy of the most current version of a database. Intended for use in the event of a hardware or software failure.

42
Q

Restoration

A

the process of installing the backup copy for use

43
Q

Archive

A

a 100% copy of a database, master file, or software. Retained indefinitely. Often matches reporting period/ fiscal year.