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

What does a format check ensure about the entered data?
That the data is of the correct type.
That data is present.
That the data conforms to a specific pattern or structure.
That the data is within the acceptable range.

Explanation

A format check validates the structure of the data, not the type or range.

Comments (0)

Advertisement