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

What is the objective of a type check?
To ensure data entries meet a specific format.
To verify that the data entered is the appropriate data type (e.g., integer, string).
To confirm that a required field has content.
To determine if the input is within a given range.

Explanation

A type check validates data types.

Comments (0)

Advertisement