216k views
4 votes
Question # 2 Multiple Select You wrote a program to compare the portion of drivers who were on the phone. Which statements are true? Select 4 options. Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results. Your program compared an equal number of male and female drivers. You could modify the program to allow the user to enter the data. It is important to test your program with a small enough set of data that you can know what the result should be. A different set of observations might result in a larger portion of male drivers being on the phone.

User Arlind
by
3.6k points

1 Answer

4 votes

Answer: A different set of observations might result in a larger portion of male drivers being on the phone.

You could modify the program to allow the user to enter the data.

Even when confident that the mathematical calculations are correct, you still need to be careful about how you interpret the results.

It is important to test your program with a small enough set of data that you can know what the result should be.

Explanation: Got it right

User Donnette
by
3.7k points