Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 10)

Which data validation check is useful to ensure a date is within a valid range?
Type Check
Length Check
Presence Check
Range Check

Explanation

Range checks can be used for all data types to ensure the input is reasonable, and dates are no exception.

Comments (0)

Advertisement