Debugging
Debugging is, as the name implies, the removal of so-called bugs from a computer. A computer bug is not a living creature--rather it is a defect in software or hardware that causes a program...
Read more
Hand Tracing
Hand tracing is a technique that is used to verify algorithms in object-oriented programs such as Java. The technique follows the execution of programs in detail, line by line, with respe...
Read more