Question
1. What is the largest decimal number we can represent with a 16 bit two's complement number? 2. Convert the following signed binary numbers to
1. What is the largest decimal number we can represent with a 16 bit two's complement number?
2.
Convert the following signed binary numbers to decimals.
11001
010011
1110100
1100111
3.
Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
7 + 13
Two's complement/binary number for 7:
Two's complement/binary number for 13:
Sum:
Overflow?
4.
Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
17 + 25
Two's complement/binary number for 17:
Two's complement/binary number for 25:
Sum:
Overflow?
5. c
onvert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
(-26) + 8
Two's complement/binary number for -26:
Two's complement/binary number for 8:
Sum:
Overflow?
6.
Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
31 + (-14)
Two's complement/binary number for 31:
Two's complement/binary number for -14:
Sum:
Overflow?
7.
Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
(-19) + (-22)
Two's complement/binary number for -19:
Two's complement/binary number for -22:
Sum:
Overflow?
8.
Convert the following decimal numbers to 6-bit two's complement binary numbers and add them. Note if there is an overflow.
(-2) + (-29)
Two's complement/binary number for -2:
Two's complement/binary number for -29:
Sum:
Overflow?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started