170k views
5 votes
Your friend is working on fixing their Homework assignment. They need a lot of help. You know all the bugs in the file, but due to the teachers strict cheating policy, you cannot assist them with their code. You can, however, predict how many bugs will be fixed, so your friends will know how many points they will get on the assignment?

User MateuszL
by
5.8k points

1 Answer

0 votes

Answer:

yes one can earn points for debugging a code for a program,

more so, the more bugs one can identify and fix, the more point he/she earns

Step-by-step explanation:

what is debugging?

Debugging is the process of detecting and removing of existing and potential errors (also called as 'bugs') in a software code that can cause it to behave unexpectedly or crash. Debugging tool are used to identify coding errors at various development stages.

User Kaspartus
by
6.7k points