Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 3 - No. 5)
When should validation checks be used in an algorithm?
Before data is processed.
After data is processed.
During the output of results.
Validation checks should not be used in algorithms.
Explanation
Validation checks are used before data is processed to ensure the data meets certain criteria.
Comments (0)
