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

Which type of check would be best to prevent a user from entering text in a field that should contain numbers?
Range Check
Length Check
Type Check
Presence Check

Explanation

A Type Check would ensure the data entered matches the expected data type.

Comments (0)

Advertisement