A group of nine related bits makes a byte. Eight bits are used for data and the last one is used for parity
. According to the rule of parity, number of bits
that are on (1) in each byte should always be odd.
计算机存储基本单元是位(bit)。9个bits组成一个字节(Byte),其中8位用作数据,最后一位用作奇偶校验位。奇偶校验的规则是保证每一字节中置位为1的数量总是奇数。
...