Define troubleshooting.
systematic process of finding/fixing problem’s cause.
What is the commong troubleshooting process?
Create a hypothesis then run a test.
What is another work for troubleshooting when discussing programs?
Debugging.
Why is the process called debugging when referring to troubleshooting?
Because the causes of program issues are called bugs
How should a troubleshooting hypothesis be constructed?
Stated to be either true or false
When writing the statement of a hypothesis, how should it be framed?
It should indicate what the problem is in true or false format.
What is a symmetric test?
A result of yes validates and no invalidates your hypothesis.
What is an asymmetric test?
A result of yes invalidates and no validates your hypothesis.