178k views
0 votes
Draw the logic circuit for each of the following. For each gate, determine if it generates either EVEN or ODD parity bit and finds the output for the given input data: (Remember: A XOR generates EVEN parity bit. A XNOR generates Odd Parity bit, whatever how many inputs they have.)

Data Inputs Which kind parity bit can it generate?
4-input XOR, input data-1001 Even Parity Bit ODD Parity Bit
5-input XOR, input data-10010
6-input XOR, input data-101001
7-input XOR, input data 1011011

1 Answer

6 votes

Answer:

a) 4-input XOR, input data-1001 = 0 Even parity Bit

b) 5-input XOR, input data-10010 = 0 Even parity Bit

c) 6-input XOR, input data-101001 = 1 Even parity Bit

d) 7-input XOR, input data 1011011 = 1 Even parity Bit

Step-by-step explanation:

a) 4-input XOR, input data-1001 ; generates 0 Even parity Bit

b) 5-input XOR, input data-10010 ; generates 0 Even parity Bit

c) 6-input XOR, input data-101001 ; generates 1 Even parity Bit

d) 7-input XOR, input data 1011011 ; generates 1 Even parity Bit

Attached below is the Logic circuits of the data inputs

Draw the logic circuit for each of the following. For each gate, determine if it generates-example-1
User LauraB
by
4.1k points