Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

your program to find the minimum value in a list has an error. which of…

Question

your program to find the minimum value in a list has an error. which of the following can be used to help find the error? select 3 options. automated testing a customer satisfaction survey print debugging comments in your program test cases

Explanation:

Brief Explanations

Automated testing runs pre - set tests to find errors. Print debugging shows intermediate values during program execution to identify issues. Test cases are specific inputs and expected outputs to check program functionality for errors. A customer satisfaction survey is for gathering customer opinions, not finding program errors. Comments in a program are for code readability, not directly for error - finding.

Answer:

A. automated testing
C. print debugging
F. test cases