Design and build a circuit with 3 inputs (a, b, c) and 3 outputs (X, Y, Z) where the outputs are 2's complement of the i
Posted: Thu Jul 14, 2022 2:11 pm
Design and build a circuit with 3 inputs (a, b, c) and 3 outputs (X, Y, Z) where the outputs are 2's complement of the input binary number (a) Implement this with AND/OR/NOT gates. Show the Truth Table, K-maps, and circuit. (b) Implement this with a decoder. Show the circuit.