InterviewSolution
Saved Bookmarks
| 1. |
The ability for a protocol or program to determine that something went wrong is known as ________. |
|
Answer» Error detection" is the correct answer for the fill in the blanks. Error detection vodes HELP in detecting any erroris execution of a programme and transmits the information to the PROGRAMMER who can then make the necessary CHANGES to correct the error. There are MULTIPLE forms of Error detection codes, the simpler forms of which are simple parity check and two DIMENSIONAL parity check. All of the error detection codes act by the same principle of performing checks of the validity of the code, and then transmitting information about its validity. |
|