Topic 4 Flashcards
What 4 stages can data errors occur
Transcription
Input
Processing
Transmission
How can you avoid transcription errors?
- staff should be trained to be accurate
- programmes must contain appropriate validation check
- avoid the use of keyboarding as a data input method
What errors can inaccurate data cause?
- incorrect decisions being made=loss of money
- goods being Sent to the wrong address
- wasting time Sorting mistakes
- loss of goodwill and trust
What two errors can occur during data entry?
Transcription
Transposition
Name some transcription errors?
Problems with speech
Poor handwriting
Misinterpretation
Typing mistakes
Name some transposition errors?
Fro instead of for
Account number 10065 instead of 10056
What’s the difference between a validation check and a verification check?
Validation is a check performed by a computer program during entry.
Verification is checks that the data being typed in matches exactly the data on the document used to supply the information.
Name 4 validation checks
- Data type checks
- Presence checks- where fields have to be filled, e.g: card number
- Length checks
- cross field check- valid codes for departments
What are some examples of verification checks?
- Double entry of data: when creating a password, put in twice
- proof checking
- Sending back printouts
- avoiding human error