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

Which type of check would be used to ensure a phone number entered contains the correct number of digits?
Type check
Format check
Range check
Presence check

Explanation

A format check can verify the number of digits as well as any other defined pattern.

Comments (0)

Advertisement