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

Which validation check would be appropriate for checking if a text field has any text entered?
Range check
Length check
Presence check
Format check

Explanation

A presence check confirms there is something entered into the text field.

Comments (0)

Advertisement