Debugging


Fixing errors in your programs or algorithms:

There are two possible types:
* a logical bug is an error which means that the computer is able to carry out its instructions, it doesn’t act as the programmer intends it to be
* a syntax bug is an error caused by something the programmer has typed, and the computer might not be able to do it at all

« Back to Glossary Index