isabella is creating a computer program that ...

isabella is creating a computer program that will put together outfits for people based on their wardrobes. what could testing the program help her to do?\na the test could automatically fix bugs without isabella finding them.\nb the test could help her design a flowchart for this program.\nc the test could show that people want the program to base the outfit on the weather.\nd the test could help her define the problem she wants to solve before she designs the solution.

Answer

# Brief Explanations: Testing a program helps identify issues and user - related requirements. Option A is incorrect as tests don't automatically fix bugs. Option B is wrong because tests are for checking functionality, not designing flowcharts. Option D is incorrect as the problem should be defined before creating the program, not during testing. Option C is correct as testing can reveal user preferences like basing outfits on weather. # Answer: C. The test could show that people want the program to base the outfit on the weather.