answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Why parity method can't detect double error?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you mean by single bit error correction?

A special system of multiple parity bits (e.g. Hamming parity) that allows not only error detection but limited error correction.Ordinary single bit parity can detect reliably single bit errors.Hamming parity can correct single bit errors and detect reliably double bit errors.


Which detection technique can detect error with only one bit?

Parity


What types of errors will simple parity not detect?

Simple parity can not correct multiple errors. If more than one error exists at a time, then simple parity can not calculate the missing data.


When parity detects an error what happens?

A parity error always causes the system to hault. On the screen, you see the error message parity error 1 (parity error on the motherboard) or parity error 2 (parity error on an expansion card)


What is the error detection technique that can detect errors with only one bit?

(a) simple parity check (b) two-dimensional parity check (c) crc (d) checksum


What is the difference between Error detection and error correction?

In error detection we detect the error.but in error correction we can detect as well as coreect the error both.in error detection we use parity multiplication system i.e even and odd parity.and in error correction we use hamming code as a example.


What error occurs if the number of bits is not an odd number for odd parity or an even parity?

parity error


Is parity used for servers?

Parity is an error detection method used to ensure integrity of DATA in Transmission or Storage applications. Parity Methods are used in Computing Machines whether it is a Server, Workstation or a Laptop.


Which statements best describes redundancy checking?

Redundancy checking is a technique used to detect errors or errors in a data transmission. It involves adding extra bits to the data to create a checksum or parity. The receiver then checks for errors by recalculating the checksum or parity and comparing it to the received value. If they do not match, an error is detected.


What is the difference between parity and non-parity memory?

Non-parity memory is memory without parity. Parity memory is memory with extra bits, sometimes one, sometimes more, that accompany the word. These extra parity bits are generated to a known value, typically to make the total number of bits on that word even or odd. When the word is retrieved, the parity bits are compared against what they should be. If they are different, then one or more of the bits in the original word or in the parity bits must have changed. This is an error condition that can be trapped. In a multiple parity bit system, the calculation of the bits allows not only for the detection of a changed bit, but also for the identification of which bit changed. This is known as ECC parity, or Error-Correcting-Code. Often, you can detect and correct any one bit error, and you can detect, but not correct, any two bit error. Since random bits changes are rare, those that do occur are usually one bit errors, making ECC parity valuable for high reliability systems such as servers.


What happens when parity memory detects an error?

A parity error always causes the system to halt.


A problem with parity error indicates a problem with?

Parity error indicates bad memory. Parity checks compare the memory read with what was writen.