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

Which of the following is NOT a valid data validation check?
Format check
Range check
Arithmetic check
Presence check

Explanation

Arithmetic check is not typically a data validation check on its own, though arithmetic operations may be part of the validation logic.

Comments (0)

Advertisement