InterviewSolution
Saved Bookmarks
| 1. |
What is error secking? |
|
Answer» ECC (either "ERROR correction [or correcting] code" or "error checkingand correcting") allows data that is being READ or transmitted to be checked for errors and, when necessary, corrected on the fly. It differs from parity-checking in thaterrors are not only DETECTED but ALSO corrected. |
|