In: Computer Science
Let A be a three-bit unsigned number. Configure a seven-bit adder to perform the following operations. You may shift A, shift the output, and set specific inputs or outputs to 1 or 0, as needed. You may also use NOT gates to invert A, if needed. Make sure you label each bit of your output, and that your output uses enough bits. For examples of how to draw and label the figures, see P6.
a. W = 3A + 2 (W is unsigned)
b. X = 4A – 9 (X is 2’s complement)
c. Y = 34A + 4 (Y is unsigned)
d. Z = 30 – 2A (Z is 2’s complement)