Computer Science, asked by tjalbhadra2138, 10 months ago

Why is it very difficult to identify all the program faults and fix them completely?

Answers

Answered by raimrityunjay
0

Answer:Because you might not go through all the possible inputs during testing of software. In real world use, a user might trigger some event for which there is no remedial provision has been made during software development and when you try to fix that , other sections of software may get affected . It's same like redesigning an already constructed house.

Explanation:

Similar questions