79.6k views
2 votes
What is the process of comparing data with a set of rules or values to find out if the data is correct?

2 Answers

4 votes
Code for this perpose exist
User Sepehr
by
5.1k points
3 votes

Answer:

Data validation

Step-by-step explanation:

Data validation is a process of checking and ensuring how valid a data is by comparing it with a set of rules or values. In other words, data validation checks for the validity of data. A data is valid if it is meaningful and correct.

For example, in validating a phone number, one might want to make sure it does not contain any letter. A phone number cannot contain but pure numbers and a few signs such as + and -.

In validating the last name of a person, one might want to ensure that it does not contain special characters such as @, #, & and so on. It has to contain nothing but letters.

User SpongePablo
by
5.1k points