When given a 4-bit input, determine whether the number of '1's in the input is odd or even. For example, if input is 0110, output is 0. if input is 0111, output is 1.
(a) simplify the Boolean logic expression using K-map.
(b) draw the digital circuit using only NAND gates
I tried to draw the truth table and then express the logic expression in sum-of-product form:
A'B'C'D + A'B'CD' + A'BC'D' + A'BCD + AB'C'D' + AB'CD + ABC'D + ABCD'
I tried k-map but it cannot be simplified. Is there anything I can do to simplify it?
Hope somebody can help me with this. I would be very thankful if somebody could help me. Thank you for your attention. Look forward to your reply.
(a) simplify the Boolean logic expression using K-map.
(b) draw the digital circuit using only NAND gates
I tried to draw the truth table and then express the logic expression in sum-of-product form:
A'B'C'D + A'B'CD' + A'BC'D' + A'BCD + AB'C'D' + AB'CD + ABC'D + ABCD'
I tried k-map but it cannot be simplified. Is there anything I can do to simplify it?
Hope somebody can help me with this. I would be very thankful if somebody could help me. Thank you for your attention. Look forward to your reply.
Last edited: