757 views
0 votes
0 votes
If odd parity is used for ASCII error detection the number of 0's per 8 bit symbol is

a) even

b) odd

c) Indeterminant

2 Answers

0 votes
0 votes
if Odd parity is used, there should be odd number of 1's in 8 bit symbol.

so, there should be ODD number of 0's too
0 votes
0 votes
There is no compulsion on the number of 1's they can very well be ODD or EVEN the value of parity bit will depend upon the number of 1's.

Lets have a look at it with examples:

case 1: Say 11110000 is to be sent. Since ODD parity is being used we will append a 1 at the end of the data "11110000|1|". The number of 0's in this case is even.

 case 2: Say 11111000 is to be sent. Since ODD parity is being used we will append a 0 at the end of the data "11111000|0|". The number of 0's in this case is also even.

Like this you can take numerous cases and the number of 0's will still be even for odd parity.

Related questions

0 votes
0 votes
0 answers
1
Divyanshu Shukla asked Nov 26, 2021
618 views
Find the status of the following generators related to two isolated, single-bit errors.a. $x + 1$b. $x^4+1$c. $x² + x + 1$d. $x^{14}+x^{15}+1$
1 votes
1 votes
0 answers
3
Nishi Agarwal asked Mar 17, 2019
5,196 views
32: A sender needs to send the four data items Ox3456, OxABCC, Ox02BC, and OxEEEE. Answer the following:a. Find the checksum at the sender site.b. Find the checksum at th...