Data validation
Appearance
In computer science, Data validation can de defined as the process of ensuring that we accept clean, correct and useful data into our system by using algorithms that will check for correctness of the inputted data.
in case of web developement, Sure algorithm can be implemented using java script for validation of the data on the client machine or they can also be implemented on the server side using programming languages such as php, asp.net etc