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

Which data validation technique checks to see if a number is within a specific acceptable range?
Format check.
Presence check.
Range check.
Type check.

Explanation

A range check makes sure a value falls within the accepted boundaries.

Comments (0)

Advertisement