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

What is the primary goal of a type check?
To make sure the data entered is the correct type.
To ensure all fields have been completed.
To verify the format of the data.
To check the input against a stored value.

Explanation

A type check confirms the data type, e.g., integer, string, etc.

Comments (0)

Advertisement