Студопедия

КАТЕГОРИИ:


Архитектура-(3434)Астрономия-(809)Биология-(7483)Биотехнологии-(1457)Военное дело-(14632)Высокие технологии-(1363)География-(913)Геология-(1438)Государство-(451)Демография-(1065)Дом-(47672)Журналистика и СМИ-(912)Изобретательство-(14524)Иностранные языки-(4268)Информатика-(17799)Искусство-(1338)История-(13644)Компьютеры-(11121)Косметика-(55)Кулинария-(373)Культура-(8427)Лингвистика-(374)Литература-(1642)Маркетинг-(23702)Математика-(16968)Машиностроение-(1700)Медицина-(12668)Менеджмент-(24684)Механика-(15423)Науковедение-(506)Образование-(11852)Охрана труда-(3308)Педагогика-(5571)Полиграфия-(1312)Политика-(7869)Право-(5454)Приборостроение-(1369)Программирование-(2801)Производство-(97182)Промышленность-(8706)Психология-(18388)Религия-(3217)Связь-(10668)Сельское хозяйство-(299)Социология-(6455)Спорт-(42831)Строительство-(4793)Торговля-(5050)Транспорт-(2929)Туризм-(1568)Физика-(3942)Философия-(17015)Финансы-(26596)Химия-(22929)Экология-(12095)Экономика-(9961)Электроника-(8441)Электротехника-(4623)Энергетика-(12629)Юриспруденция-(1492)Ядерная техника-(1748)

Checking for Accuracy




Input: Data Accuracy

OCR software

O ptical C haracter R ecognition: This software takes a scanned image and converts the characters in the image into computer characters. The document can now be edited with a word processor. This is a very tricky process. Documents must be carefully checked for wrong conversions. If the original print was not very crisp and clean, errors are very likely. Manually checking for proper translation is necessary. These programs are getting really good if they have a clear scan to work with.

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

GIGO = Garbage In, Garbage Out

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

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 reasonableness ex. 231 should not be a person's age, at least not since the time of Noah and the Flood
    ex. A sale of $50,000 worth of chewing gum at the corner market is probably missing a decimal point somewhere!
3. test data consistency ex. 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 paid 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!



Поделиться с друзьями:


Дата добавления: 2014-12-23; Просмотров: 422; Нарушение авторских прав?; Мы поможем в написании вашей работы!


Нам важно ваше мнение! Был ли полезен опубликованный материал? Да | Нет



studopedia.su - Студопедия (2013 - 2024) год. Все материалы представленные на сайте исключительно с целью ознакомления читателями и не преследуют коммерческих целей или нарушение авторских прав! Последнее добавление




Генерация страницы за: 0.013 сек.