Q-Implement the parity generator (a) Even (b) Odd for 3-bit message Ans: (a) Following is the truth table and K-map for even parity a b c P(even) 0 0 0 0 0 0 1 1 0 1 0 1 0 1 1 0 1 0 0 […]
Tag: generator
PARITY GENERATOR (4-bit MESSAGE)
Q-Implement the parity generator (a) Even (b) Odd for 4-bit message Ans: (a) Following is the truth table and K-map for even parity Binary number Parity (even) 0000 0 0001 1 0010 1 0011 0 0100 1 0101 0 0110 0 0111 1 1000 1 1001 0 1010 […]