The LinuxDig.Com Linux Dictionary is currently in Beta. You can help, email Comments or Suggestions here.
Number of Terms : 8142 Number of Definitions : 9135
parity checking1. A technique used to detect memory or data communication errors. The computer adds up the number of bits in a one-byte data item, and if the parity bit setting disagrees with the sum of the other bits, the computer reports an error. Parity-checking schemes work by storing a one-bit digit (0 or 1) that indicates whether the sum of the bits in a data item is odd or even. When the data item is read from memory or received by another computer, a panty check occurs. If the parity check reveals that the parity bit is incorrect, the computer displays an error message. See even parity and odd parity. From QUECID |
|
|