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

What type of check would verify a user's password is at least 8 characters long?
Range check
Type check
Length check
Presence check

Explanation

A length check ensures the password meets a minimum length requirement.

Comments (0)

Advertisement