Testing and documenting solutions test questions

1

What kind of test data would be used to find out if a program works under regular circumstances?

2

What kind of test data would be used to find out if a program works when data that is near the limits of what is normal is entered?

3

What kind of test data would be used to find out if a program works when data that is outside the boundaries of what would normally be expected is entered?

4

If you had a program that converted Celsius to Fahrenheit, from zero to one hundred degrees Celsius, which one of the following would be an example of normal test data?

5

If you had a program that converted Celsius to Fahrenheit, from zero to one hundred degrees Celsius, which one of the following would be an example of extreme test data?

6

If you had a program that converted Celsius to Fahrenheit, from zero to one hundred degrees Celsius, which one of the following would be an example of exceptional test data?

7

What is internal commentary?

8

Why is it a good idea to use internal commentary in your programs?

9

Why is it a good idea to use meaningful variable names in your programs?

10

Which of the following is an example of a good variable name?