Describe error detection and error correction with the help of an example
Answers
Answered by
0
Answer:
Error detection and error correction
Explanation:
When you are testing your computer code, you may find an error, which means the program has not behaved as per your expectations. This error can either stop the program from running or make the program erroneous. This is error detection.
To fix this error, when you modify the code and make the program work as per specifications, that is called as error correction
Similar questions