1. Implement the Boolean function F(A, B, C, D) = (0, 1, 2, 3, 4, 5, 7, 8, 10, 12, 14) with
a. An 8x1 MUX (connect A,B and C to S₂,S₁ and So respectively)
b. A 4x1 MUX (connect A and D to S₁ and So respectively)
(30 pts)
2. Design a 3-bit 2's Complement combinational circuit.
(30 pts)
3. Design a 3-bit sign-magnitude to signed-1's complement converter. The 3-bit input to the circuit
(x, y, z) represents a number in sign-magnitude format and the output of the circuit (A, B, C)
represents the corresponding number in signed-1's complement format.
(40 pts)