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