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

What type of data validation is utilized to prevent a missing input, such as the name field in a registration form?
Type check
Presence check
Format check
Range check

Explanation

Presence check prevents missing entries.

Comments (0)

Advertisement