Skip to content
integrated computational thinking

Algorithms 5: Algorithms Plugged - Spicy

< Back to Building Block
Step 2 of 7: What’s a Bug?
a journal with a bug taped to it

In Computer Science the term bug is used to explain an issue or problem with your code. This issue is causing your program to do something unexpected. A program is considered to be debugged when a coder fixes the bug and the program is now doing what it is expected to do.