ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
For a hamming code of parity bit m=8, what is the total bits and data bits?
Correct Answer: A — (255, 247)
Total bits = 2^m - 1 = 2^8 - 1 = 255. Data bits = 2^m - m - 1 = 256 - 8 - 1 = 247. So the answer is (255, 247).