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

What type of validation is exemplified by ensuring a user enters a numerical value, not text, into a field designed for numbers?
Format Check
Range Check
Type Check
Presence Check

Explanation

A type check is used to verify data types.

Comments (0)

Advertisement