answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How does a parity bit in ASCII code help in error detection?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


How can you write your name in ASCII code using 8 bit code and parity?

D =44 e = 65 b = 61 r =72 a = 61


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.


4 Give two reasons why network might use an error correcting code instead of error detection and retransmission?

1)Time taken to error correcting is less than doing detection and retransmission. Bandwidth use will be less. 2) In detection and retransmission if back messaging occurs the bandwidth will be more


What is the code of the space in the ASCII code?

32 is the ASCII Code for a space.


What is the ASCII code of 'd'?

ASCII refers to the characterset. So the ASCII code of 'd' is 'd' If you meant binary code it is: 01100100


What is the ASCII code for e?

The ASCII code for capital E is 069 and the ASCII code for regular e is 101.hope this help.


What are different types of binary code?

BCD codes,gray code,error detecting code,ASCII character code,Excess 3 code


How is an error corrected by using the Hamming code?

assume that u have received a code, you multiply it to parity check matrix and it results to syndrome, the syndrome identify you the error code from table look up which can be made by multiplying any probable error pattern in generator matrix.


State the purpose of the parity track devices?

A parity bit, or check bit, is a bit that is added to ensure that the number of bits with the value one in a set of bits is even or odd. Parity bits are used as the simplest form of error detecting code.


What is the code of the letter B in the ASCII code?

The ASCII code of letter B is 66


Give two reasons why network might use an error correcting code instead of error detection and retransmission?

1)Time taken to error correcting is less than doing detection and retransmission. Bandwidth use will be less. 2) In detection and retransmission if back messaging occurs the bandwidth will be more