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

Normal data is used to test the algorithm in which of the following scenario?
To check if the algorithm provides the correct results for valid inputs.
To determine how the algorithm handles invalid input.
To analyze its execution time.
To identify potential security vulnerabilities.

Explanation

Normal data tests the algorithm's expected functionality.

Comments (0)

Advertisement