A noisy channel is known to flip bits with low frequency (so it can be safely assumed that double-bit errors will not occur). Alice has built the following partial encoding:
Letter | Encoding |
A | 00000 |
B | 00111 |
C | 11001 |
D | ????? |
what value should Alice encode D as in order to achieve single-bit correction?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
D must start with '11', otherwise we cannot distinguish AD (or BD).
Choose the inverse of C in the last three digit.
Answer is '11110'