Jump to content

Data validation

From Simple English Wikipedia, the free encyclopedia
Revision as of 21:38, 12 April 2023 by Lights and freedom (talk | changes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computer science, data validation is the way of making sure that a program operates on clean, correct and useful data. It uses routines, often called "validation rules" or "check routines", that check for correctness, meaningfulness, and security of data that are input to the system. It is automatic and ensures that the data entered is reasonable.