• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/44

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

44 Cards in this Set

  • Front
  • Back
virtual private network (VPN)
A network that controls access to an extranet by encryption and authentication technology.
cookie
A yummy treat (just kidding). A text file created by a Web site and stored on a visitor's hard drive. Cookies store information about who the user is and what the user has done on the site.
field check
An edit check in which the characters in a field are examined to ensure they are of the correct field type (e.g., numeric data in numeric fields).
sign check
An edit check that verifies that the data in a field have the appropriate arithmetic sign
limit check
An edit check to ensure that a numerical amount in a record does not exceed some predetermined limit.
range check
An edit check designed to verify that a data item falls within a certain predetermined range of acceptable values
size check
An edit check that ensures the input data will fit into the assigned field.
completeness test (check)
An on-line data entry contorl in which the computer checks if all data requred for particular transaction have been entered by the user.
validity check
An edit test in which an identification number or transaction code is compared witha table of valid identification numbers or codes maintained in computer memory.
reasonableness test
An edit check of the logical correctness of relationships among data items. For example, a journal entry that debits inventory and credits wages payable is not reasonable.
check digit
A digit in a data field that provides info about the other digits in the data field. It is used to check for errors or loss of charcters in the data fields as a result of data transfer operations. If data are lost or erroneously changed, the fact that the check digit does not match the other data in the field will sgnal that an error has occured.
check digit verification
The edit check in which a check digit is recalculated to verfiy that an error has not been made. This calculation can be made only on a data item that has a check digit
sequence check
An edit check that determines if a batch of input data is in the proper numerical or alphabetical sequence.
error log
The record of data input and data processing errors.
batch totals
Sums of the instances of numerical items, calculated for a batch of documents. These totals are calculated prior to processing the batch adn are compared with machine-generated totals at each subsequent processing step to verify that the data was processed correctly.
financial total
The total of a dollar field, such as total sales, in a set of records. It is usually generated manually from source documents prior to input and compared with machine-generated totals at each subsequent processing step. Any descrepancy may indicate a loss of records or errors in data transcription or processing.
hash total
A total generated from values for a field that would not usualy be totaled, such as customer account numbers. It is usually generated manually from source documents prior to input and compared iwth machine-generated totals at each subsequent processing step. Any descrepancy may indicate a loss of records or erros in data transcription or processing.
record count
A total of the number of input documents in a process or the number of records processed at a given time.
prompting
An on-line data entry otrool that uses the computer to contrl the data entry process. The system displays a request to the user for each required item of input data and then waits for an acceptable response before requesting the next required item.
preformatting
An online data entry control in whch the computer displays a form on the screen and the user fills in the blanks on the form as needed
closed-loop verification
An input validation method that uses data entered into the system to retrieve and display other related information so the accuracy of the input data can be verified.
transaction log
A detailed record of every transaction entered in a system.
header record
Type of internal label that appears at the beginning of each file and contains the file name, expiration date, and other file identification information.
trailer record
Type of internal label that appears at the end of each file and serves as an indicator that the end of the file has been reached. Contains the batch totals calculated during input.
transposition error
An error that results when numbers in two adjacent columns are inadvertently exchanged (for example, 64 is written as 46).
cross-footing balance test
A procedure in which worksheet data are totaled both across and down. Then, the total of the horizontal totals is compared to the total of the vertical totals to ensure that the worksheet balances.
zero-balance test
An internal check that requires the balance of an account to be zero after all entries to it have been made.
concurrent update controls
Controls that lock out one user to protect individual records from potential errors that could occur if two users attempted to update the same record simultaneously.
parity bit
An extra bit added to a byte and magnetized as needed to ensure that there is always an odd (or even) number of magnetized bits. The computer uses the odd (or even) partiy scheme to check the accuracy of each item of data.
parity checking
As a computer reads or receives a set of characters, it verifies that there are the proper number of magnetized bits in each character received. If not, the corresponding character may contain an error.
echo check
A hardware control that verifies transmitted data by having the receiving device send the message back to the sending device so that the message received can be compared with the message sent.
fault tolerance
The capability of a system to continue performing when there is a hardware failure.
uninterruptible power system (UPS)
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.
backup
An exact copy of the most current version of a database, file, or software program.
restoration
The process of installing the backup copy of a database of files for use in data processing.
incremental backup
Copying only the data items that have chnaged since the last backup. This produces a set of incremental backup files, each containing the results of one day's transactions.
differential backup
Copying all changes made since the last full backup. Thus, each new differential backup file contains the cumulative effects of all activity since the last full backup.
recovery point objective
The length of time between thelast backup and the time htat anincident occurred. The RPO represents the period of time for which management is willing to have to reenter, if possible, data about past transactions.
real-time mirroring
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.
checkpoint
Any one of a serires of points durig a long processing run at which an exact copy of all the data values and status indicators of a program are captured. Should a system failure occur, the system could be backed up to the most recent checkpoint and processing could begin again at the checkpoint rather than at the beginning of the program.
archive
A copy of a database, master file, or software that is retained indefinitely as an historical record, usually to satisfy legal and regulatory requirements.
recovery time objective (RTO)
The time by which the organization's information system must be available again following a disaster.
cold site
A location that provides everything necessary to quickly install computer equipment in the event of a disaster.
hot site
Completely operational data processing facility configured to meet the user's requirement that can be made available to a disaster-stricken organization on short notice.