Question

Gray code is a variant to this numeral system that is achieved by flipping each digit to the right of a one. For 10 points each:
[10e] Name this numeral system that features only the digits zero and one.
ANSWER: binary numeral system [or base-two numeral system]
[10h] Gray code guarantees that consecutive integers have distance one under this metric, which is bounded below by edit distance. For two binary strings, this metric equals the number of bit substitutions by which they differ.
ANSWER: Hamming metric [or Hamming distance]
[10m] The earliest “code” named for this task is Hamming-seven-comma-four, whose three parity bits can detect any variation of Hamming distance one. After detecting that the checksums of copies of a file differ, this task makes them equal.
ANSWER: error correction [accept word forms like correcting errors; accept error-correcting codes]
<David Bass, Science - Computer Science&gt; ~22722~ &lt;Editor: David Bass>

Back to bonuses