Page 1 of 1

Create a truth table for a combinational logic component that has (3) 1-bit inputs and (1) 1-bit output. The output is 1

Posted: Sun Jul 03, 2022 12:14 pm
by answerhappygod
Create a truth table for a combinational logic component thathas (3) 1-bit inputs and (1) 1-bit output. The output is 1 if the“number of 1s” at the input is odd. The output is 0 if the “numberof 1s” at the input is even. As an example, 3-bit input: 111 wouldproduce a 1 at the output as it has 3 ones. Note: 000 would producea 0 at the output.
Implement the truth table from part (a) as a PLA: