Sequence:
00111011
How to calculate the parity bit for the above sequence? This question is from the Database. Complete Book by Jeffery ullman ( Exercise 13.4.1 a )
I am not sure what the answer to this question should be.
It's simple:
i) Even parity: the number 1s is 5 (odd), so just add 1 and the answer will be: 001110111
ii) Odd Parity: Similarly, just add 0: 001110110
OR
am i on a completely wrong path here? I looked into the grid, but could not find anything specific. In addition, the text for the above question in the textbook is not clear.
source share