Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 14 - No. 12)
In algorithm design, what does 'normal data' represent?
Data that is out of the valid range.
Data that is designed to break the algorithm.
Data that is within the expected and valid range.
Random data that the algorithm does not know how to deal with.
Explanation
Normal data is data that falls within acceptable input boundaries and is used to ensure the algorithm functions correctly in typical scenarios.
Comments (0)
