Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 50)
Which type of data should be used in algorithm testing to identify how algorithm would handle unusual values?
Normal data
Boundary data
Extreme data
Abnormal data
Explanation
Abnormal data is specifically designed to test how an algorithm responds to inputs that are outside of the normal range.
Comments (0)
