Quizzes & Puzzles12 mins ago
What is name given to this process of checking that the data input is 'reasonable'?
3 Answers
What is name given to this process of checking that the data input is 'reasonable'?
Answers
Best Answer
No best answer has yet been selected by izzieamy. Once a best answer has been selected, it will be shown here.
For more on marking an answer as the "Best Answer", please visit our FAQ.I would have said validation.
For example if you have a data entry screen, and you are taking a persons name and address you may a have a check that the persons name begins with only Mr, Mrs, Miss, Rev, Dr and so on.
If the data entry person types "99" in the field a message will come up saying it can only be one of the defined correct words like Mr, Mrs etc.
For example if you have a data entry screen, and you are taking a persons name and address you may a have a check that the persons name begins with only Mr, Mrs, Miss, Rev, Dr and so on.
If the data entry person types "99" in the field a message will come up saying it can only be one of the defined correct words like Mr, Mrs etc.