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

What kind of data validation checks could be used when validating a password?
Presence check
Type check
Format check
Range check

Explanation

A presence check checks if the password field has been filled. A format check makes sure that the password follows rules such as minimum length or the use of certain characters.

Comments (0)

Advertisement