Error Detection & Correction - Tutorialspoint
Error Detection & Correction - Tutorialspoint
CO - Binary Codes
CO - Codes Conversion
CO - Complement Arithmetic
CO - Binary Arithmetic
CO - Octal Arithmetic
CO - Hexadecimal Arithmetic
CO - Boolean Algebra
Error-Detecting codes
CO - Logic Gates
Whenever a message is transmitted, it may get scrambled by noise or data may get corrupted.
CO - Combinational Circuits
To avoid this, we use error-detecting codes which are additional data added to a given digital
CO - Sequential Circuits message to help us detect if an error occurred during transmission of the message. A simple
example of error-detecting code is parity check.
CO - Digital Registers
UPSC IAS Exams Notes The additional bits are called parity bits. They allow detection or correction of the
errors.
Developer's Best Practices
The data bits along with the parity bits form a code word.
Questions and Answers
Even parity -- Even parity means the number of 1's in the given word including the parity bit
should be even (2,4,6,....).
Odd parity -- Odd parity means the number of 1's in the given word including the parity bit
should be odd (1,3,5,....).
For odd parity, this bit is set to 1 or 0 such that the no. of "1 bits" in the entire word is
odd. Shown in fig. (b).
Advertisements