answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can parity be used to correct errors?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is parity checking used for?

Parity checking is used as a way to ensure data integrity and prevent errors, or detect them in the event they are occuring.


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.


Would you expect that the inclusion of a parity bit with each character would change the probability of receiving a correct message?

The inclusion of a parity bit extends the message length. There are more bits that can be in error since the parity bit is now included. The parity bit may be in error when there are no errors in the corresponding data bits. Therefore, the inclusion of a parity bit with each character would change the probability of receiving a correct message.


When parity memory detects errors what happens?

A parity error always causes the system to halt.


What is error checking?

Checks for errors.


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 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.


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 gate is used as parity checker?

It can be calculated via an XOR sum of the bits, yielding 0 for even parity and 1 for odd parity


What is the parity used by Microsoft for fault tolerance?

The parity used by Microsoft is Boolean (true/false, one/zero) logic.


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.