99.0k views
1 vote
_____________ is the process of inspecting data that has been input to a program to make sure it is valid before it is used in a computation. A) testing B) Correcting data C) Data validation D) Correcting input E) Input validation

1 Answer

6 votes

Answer: E) Input validation

C) Data validation

Step-by-step explanation:

  • Input validation is the process of analyzing and testing input's quality and correctness that are being processed at further level in information system.It help in eliminating any type of improper or informal input data from getting supplied to user or program in a system.
  • Input validation is also known as data validation.As the input that is being tested and validated is form of data that is going through cleansing task to remove useless data.
  • According to the question, data and input are being inspected to extract the validity and correctness of it before sending it for computation .Thus , both data and input validation is happening in this case.
  • Other options are incorrect because testing is examining the data.Correction data and input is the step for rectifying the mistakes in data or input.
  • Thus, the correct option is option(C) and (E).

User Nflauria
by
6.2k points