Parity bit: a check bit added to a series of binary digits to make the total oddoreven according to the logic of the system.
奇偶校验:加于一组二进制数字内的一个校验数元。它跟据系统逻辑,使总数为奇数或偶数。
2
If two integers are both oddor both even, they are said to have the same parity; if one is odd and one even, they have different parity.
假如两个整数都是奇数或都是偶数,则它们具有相同的奇偶性;
3
Parity is an error-checking procedure in which the number of 1s must always be the same—either evenorodd—for each group of bits that is transmitted without error.