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

Which check validates the input data to have the correct type?
Presence check
Length check
Type check
Range check

Explanation

A type check verifies that the input data matches the expected data type (e.g., integer, string).

Comments (0)

Advertisement