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

What type of check is used to make sure data input matches a specific format (like a date)?
Range check
Length check
Type check
Format check

Explanation

A format check verifies that data adheres to a defined pattern.

Comments (0)

Advertisement