previous |
start |
next
Errors
- Structuring programs so that an error in place
does not trigger a disastrous response is called defensive
programming.
- A program error is commonly called a
bug; special software tools called debuggers help you
locate bugs.
- Overflow and roundoff errors can
occur when the result of a calculation is outside a computer's
numeric range (i.e. either very big or very small).
previous |
start |
next