Problem 1. Design a combinations circuit systems that takes a 4-bit input (13, 12, 11, 20) and gives a 4-bit output (43,
Posted: Sun May 15, 2022 8:23 pm
Problem 1. Design a combinations circuit systems that takes a 4-bit input (13, 12, 11, 20) and gives a 4-bit output (43, 42, 41, yo), where the output is the two's complement of the input. For example, (23, 19, 21, 20) = (0,0,1,0)2 = (2)10 (43, 92, 91.yo) = (1,1,1,0) = (-2) 10 and hence predict what's the circuit for 5-bit numbers.