107k views
2 votes
Assume we wish to create a code using 3 information bits, 1 parity bit (appended to the end of the information), and odd parity. List all legal code words in this code. What is the hamming distance of your code?

1 Answer

2 votes

Answer:

The following code words are: 00011000

00101011

01001101

01111110

and the Hamming distance of these code is 2.

Step-by-step explanation:

Parity bit - The check bit is also called the parity bit. this bit is a bit that can be connected to a binary bit to confirm that the all number of single-bits in the series is even or odd.

Information bit - It is the essential unit of the information in the info theory, digital communication, and computing.

User Kalyan Maddu
by
5.5k points