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

What type of check is exemplified by the algorithm: `IF PasswordLength != 8 THEN OUTPUT “Your password must be exactly eight characters”`?
Range check
Type check
Presence check
Length check

Explanation

This is validating the length of the password

Comments (0)

Advertisement