Design a combinational circuit that converts a 4-bit Gray code (Table 1-6 or in the Lecture #2) to 1 4-bit binary number. Implement the circuitwith exclusive-OR (XOR) gates.
Design a 4-bit combinational circuit 2's complementer. (The output generates the 2's complement of the input binary number.) Show that the circuit can be constructed using exclusive-OR (XOR) gates. Can you predict what the output functions are for a 5-bit 2=s complementer?
Design an excess-3-to-binary decoder using the unused combinations as don't-care conditions.