Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 2 - No. 31)
If a password needs to be at least 8 characters long, what type of check is appropriate?
Range Check
Type Check
Length Check
Presence Check
Explanation
Length checks verify the number of characters in a field.
Comments (0)
