teach-ict.com logo

THE education site for computer science and ICT

Typical Data

A computer program term.

When debugging software it is normal to feed the software routines being written with a set of 'typical data'. This data is within the expected range of inputs to the software.

For example a programmer might have written a routine to sort letters A-Z. So the 'typical data' would be the letters A-Z.

See also 'Extreme Data' for other types of data.

Challenge see if you can find out one extra fact on this topic that we haven't already told you

Click on this link: Typical Data

2020-10