1 First convert the decimal input values in Table 1 to signe
1. First convert the decimal input values in Table 1 to signed binary. Then, using the logic diagram in Figure 1 as a guide, fill in the output binary values in Table 1 and convert these signed binary values to decimal.
Solution
Input Value Input Values Output Values Output Values Decimal Binary Binary Decimal 31 011111 0111 7 23 010111 0111 7 15 001111 0111 7 8 001000 0111 7 7 000111 0111 7 6 000110 0110 6 5 000101 0101 5 4 000100 0100 4 3 000011 0011 3 2 000010 0010 2 1 000001 0001 1 0 000000 0000 0 -1 111111 1111 -1 -2 111110 1110 -2 -3 111101 1101 -3 -4 111100 1100 -4 -5 111011 1011 -5 -6 111010 1010 -6 -7 111001 1001 -7 -8 111000 1000 -8 -9 110111 1000 -8 -16 110000 1000 -8 -24 101000 1000 -8 -32 100000 1000 -8