InterviewSolution
Saved Bookmarks
| 1. |
For a hamming code of parity bit m=8, what is the total bits and data bits?(a) (255, 247)(b) (127, 119)(c) (31, 26)(d) (0, 8)This question was addressed to me in quiz.Query is from Checksum, Complexity Classes & NP Complete Problems topic in division Checksum, Complexity Classes & NP Complete Problems of Data Structures & Algorithms II |
|
Answer» The correct OPTION is (a) (255, 247) |
|