Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 12 - No. 9)
What is the role of a format check during data validation?
To determine if the data is of a specific type (e.g., integer, string).
To ensure that the data follows a predefined structure (e.g., date, phone number).
To verify that the user has entered some data.
To ensure the data entered falls within a defined range of values.
Explanation
A format check validates that data conforms to a particular pattern.
Comments (0)
