Part of good programming is writing a working program. As you have found in your
ID: 3568865 • Letter: P
Question
Part of good programming is writing a working program. As you have found in your programming exercises, all programmers need to make sure their software works properly and that any bugs are fixed.
For discussion, read the following article, "History's Worst Software Bugs".
Imagine a world without software debugging. How would you be affected? What are some possible worst-case scenarios?
Tell your classmates about a specific bug you've encountered while writing code. Respond to your classmates' bugs with debugging solutions. If you've found any useful debugging resources, let your classmates know.
Explanation / Answer
On a daily basis society entrusts its information and routines on programs. Programs that run the self-check out stations at supermarkets and the cruise-control on our vehicles. If programs were commissioned without debugging then every user would be susceptible to a large scale of various malfunctions. Malfunctions ranging from an annoying alarm clock that does not turn off via the snooze button to a guided missle with miscalculated coordinates. My first bug was easy to spot upon a systemic analysis of my code. I had associated the variable with the wrong statement which caused bugs in my output. I find taking notes, documenting code, and testing the functionality of the programs are the best solutions regarding debugging.
There are some open source software debugging tools like
1:FireBug
2:Fiddler
3:Java Script Toolkit
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.