question # 5\nmultiple choice\n____ is(are) input value(s) to use with a program to test the accuracy of the…

question # 5\nmultiple choice\n____ is(are) input value(s) to use with a program to test the accuracy of the output.\n○ efficiency\n○ print debugging\n○ propriety\n○ test cases
Answer
Brief Explanations:
Test cases are input values used to test program output accuracy. Efficiency refers to performance, print debugging is a debugging method, and propriety is about appropriate behavior.
Answer:
D. Test cases