Analyzing Requirements and Defining Solution Architectures
A. A Y2K problem occurs in the application. The data type validation looks at the date, and corrects the error. B. The user types his or her name into a String field. Data type validation would find this an error, and inform the user. C. The user types his or her name in a numeric field. Data type validation looks at the type of data a user inputs, and determines if it is the correct type. D. There is no type of validation for data types.
A. A Y2K problem occurs in the application. The data type validation looks at the date, and corrects the error.
B. The user types his or her name into a String field. Data type validation would find this an error, and inform the user.
C. The user types his or her name in a numeric field. Data type validation looks at the type of data a user inputs, and determines if it is the correct type.
D. There is no type of validation for data types.