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

Which data validation method is used to verify that a user has entered their email address in a valid format?
Type check
Presence check
Format check
Range check

Explanation

A format check ensures the data conforms to a specific pattern.

Comments (0)

Advertisement