Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 50)
Which validation check would be most appropriate for checking if the entered value is a valid date?
Range check
Format check
Presence check
Length check
Explanation
A format check would be used to ensure the data follows the correct date format (e.g., DD/MM/YYYY).
Comments (0)
