Final answer:
The purpose of input control goals is to ensure input validity, input completeness, and input accuracy.
Step-by-step explanation:
The purpose of input control goals is to ensure input validity, input completeness, and input accuracy. Input validity refers to ensuring that the input data meets the required criteria or format. Input completeness ensures that all required data is provided, while input accuracy ensures that the data is correct and free from errors.
An example of input control goals is validating user inputs on a web form. For example, if a user is required to enter their email address, the input control can check if the input follows the correct email format to ensure input validity. It can also check if the email address field is filled out to ensure input completeness. Finally, it can check if the email address entered by the user matches their registered email on file to ensure input accuracy.
In summary, the purpose of input control goals is to ensure that the input data is valid, complete, and accurate.