Reliability
CONCEPT: Reliability is the capability of a computer to perform consistently and precisely according to its specifications and design requirements, and to do so with high confidence.
That is, the program may regularly produce the proper outputs for each input.
For example, in the Binary Search project, your program consistently and precisely produced the correct output (e.g., questions) for each input (e.g., clicking on the “yes” and “no” buttons)