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

What are the essential components of data validation techniques?
Ensure the data type.
Confirm that data is present.
Verify that data falls within set limits.
Check against a database.

Explanation

Data validation commonly involves checks for data type, presence, and range.

Comments (0)

Advertisement