Jump to content

Data validation

From Simple English Wikipedia, the free encyclopedia
Revision as of 22:56, 10 May 2025 by 80.233.60.212 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In computer science, data validation refers to the process of ensuring that a program operates on clean, correct, and useful data.

It involves routines, often called "validation rules" or "check routines", that verify the correctness, meaningfulness, and security of the data input into the system. This process is automatic and ensures that the entered data is reasonable.