ObjectiveMcq
Print Protected
This page is protected for print. Use the website to view the content.
What is the message length 'k' of a Hamming(7, 4) code?
Correct Answer: C — 2^r - r - 1
For a Hamming(7, 4) code, the message length k = 2^r - r - 1, where r is the number of parity bits. Here r = 3, so k = 4.