Answer:
Hence, Input Validation is the process of inspecting data that has been input to a program to make sure it is valid before using it in a computation.
Step-by-step explanation:
The input should be validated before further processing to avoid problems in execution of program afterwards.
The process of input validation is defined to make sure that the input is valid.
Hence, Input Validation is the process of inspecting data that has been input to a program to make sure it is valid before using it in a computation ..