parity
Differences
This shows you the differences between two versions of the page.
| parity [2006/03/21 20:56] – created 5meo-geo | parity [2006/10/15 09:35] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | | ||
| + | |||
| + | A method of data integrity checking that adds a single bit to each byte of data. The parity bit is responsible for checking for errors in the other 8 bits (or less, depending on the arrangement). Parity is logic that detects the presence of an error in memory. Generally, a single parity bit is used for each byte (8 bits) of data. The most commonly used forms of parity are even parity, odd parity, and checksums. | ||
