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

Andrew Thawley Avatar