Computer Basics

Link to Input 3 - Input: Data Accuracy

Link to Home - Jan's Illustrated Computer Literacy 101


A famous slogan in computing sums up the importance of accurate data:

GIGO = Garbage In, Garbage Out

Garbage In, Garbage Out

Conclusions are no better than the data they are based on.


Checking for Accuracy

A major task for any program that accepts data is to try to guarantee the accuracy of the input. Some kinds of errors cannot be caught but many of the most common kinds of mistakes can be spotted by a well-designed program.
 
A program should attempt to do the following:

1.test data type and format ex. 2/a/96 is not a date
ex. If a phone number should have exactly 10 digits with the area code, then 555-123 is not acceptable.
2.test data reasonablenessex. 231 should not be a person's age
ex. A sale of $50,000 worth of chewing gum at the corner market is probably missing a decimal point somewhere!
3.test data consistencyex. A man's death date should be later than his birth date!
ex. The sum of the monthly paychecks should be the same as the total pay for the year.
4.test for transcription and transposition errors ex. Typing 7754 instead of 7154 is a transcription error, typing the wrong character.
ex. Typing 7754 instead of 7745 is a transposition error, interchanging two correct characters.

Both are very hard to check for.


Where you are:
JegsWorks > Lessons > Computer Basics


  1. Computer TypesArrow: Subtopics
  2. ApplicationsArrow: Subtopics   
Link to Input 3. Input Arrow: Subtopics list open
    Intro
    Keyboard:
          framed
          no frames
    Pointing Devices
    Terminals
    Multimedia
    Data Automation
    Data Accuracy
    Quiz
  4. ProcessingArrow: Subtopics
  5. OutputArrow: Subtopics
  6. StorageArrow: Subtopics
  7. Computer to ComputerArrow: Subtopics
  8. System SoftwareArrow: Subtopics
  9. ProgrammingArrow: Subtopics

  10. What You SeeArrow: Subtopics
  11. Hands On!Arrow: Subtopics
  12. On Your OwnArrow: Subtopics

Search

Glossary

Appendix


Lessons Computer Basics Previous Page Next Page


Teachers: Request permission to use this site with your class

Copyright © 1997-2008 Jan Smith   <jegs1@jegsworks.com>
All Rights Reserved

Icon: DownloadIcon: CDDownload lessons
Want to help?


~~  1 Cor. 10:31 ...whatever you do, do it all for the glory of God.  ~~


Last updated: 22 Jan 2008