Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 13 - No. 22)
Which validation technique aims to ensure that a required field, like a phone number, has been filled in by the user?
Type check
Format check
Presence check
Range check
Explanation
Presence checks ensure that a field isn't left blank.
Comments (0)
