Final answer:
The goal met by "Procedures for rejected inputs" is input validity, which ensures that only valid and appropriate data is accepted into a system, maintaining data integrity and supporting system reliability.
Step-by-step explanation:
The goal that is met by "Procedures for rejected inputs" is e) Input validity. These procedures are utilized to ensure that only valid, correct, and appropriate data is processed and included in the database or application. Rejecting invalid inputs is crucial for maintaining the integrity of processed data. It prevents incorrect data from entering the system, which could lead to inaccurate results or even system failures.
For instance, in a web application, procedures for rejected inputs would involve data validation checks such as verifying that a zip code consists only of numbers, or that an email address follows the correct format. This is a fundamental aspect of data management systems which directly contributes to the accuracy and reliability of the overall system operations, reflecting on the operation's effectiveness. It can also indirectly contribute to efficient employment of resources as it prevents wasting resources on processing invalid data.