Bugs, debugging, and the big three error types
Bugs, debugging, and the big three error types

A program error, or bug, is a mistake in code that stops a program working as intended. Debugging means finding the mistake, fixing it, and checking that the fix really worked.