Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 11 - No. 49)
Which type of check ensures the data entered is of the correct type?
Format Check
Type Check
Presence Check
Verification
Explanation
A type check verifies that the data entered is of the correct data type, such as an integer or a string.
Comments (0)
