Page 1 of 1

2d-1) 4-bit Odd Parity ......11 0.0010 D ....1. 0001000 00110111 1. Design a 4-bit Odd Parity Generator that does the fo

Posted: Mon Jun 06, 2022 4:44 pm
by answerhappygod
2d 1 4 Bit Odd Parity 11 0 0010 D 1 0001000 00110111 1 Design A 4 Bit Odd Parity Generator That Does The Fo 1
2d 1 4 Bit Odd Parity 11 0 0010 D 1 0001000 00110111 1 Design A 4 Bit Odd Parity Generator That Does The Fo 1 (58.61 KiB) Viewed 21 times
2d-1) 4-bit Odd Parity ......11 0.0010 D ....1. 0001000 00110111 1. Design a 4-bit Odd Parity Generator that does the following: 0001010 00010100 00010000 111111 111 Inputs: A, B, C Output: P Operation: When sending 3 bits, you will always want to force the total number of '1' bits to be odd (odd parity). To do this, tack on an extra parity bit. This circuit will determine the value of that extra parity bit. If the count of '1' bits among A, B and C is already odd, then P should be 0. If the count of '1' bits among A, B and C is even, then P should be 1. Notes: Remember, you may always use ANDS and ORs that have any number of inputs or any other components you've designed, if helpful. 2. Draw your circuit here: