2. How to convert the binary number 111011101102 into a decimal number system?3. Find the equivalent decimal system for the binary number 1100110012.4. Give the 8-bit 2's complement signed representation of following values.a. -79b. 1275. Convert the following decimal values to a 12-bit 2's complement representation.a. 1024b. -1286. Convert the following decimal values to a 16-bit 2's complement representation.a. -16384b. 81927. In the binary system, every number and its sign are represented using only two digits, 0 and 1.To represent negative and positive numbers, the 2’s complement method is often used, as itallows for easy binary arithmetic operations on signed or unsigned numbers. Compute thefollowing binary arithmetic operations using the 2’s complement method.a. Sum of -9 and 25b. Sum of -20 and -15c. Multiplication of -3 by -8d. Multiplication of -12 by -5e. Division of -40 by -4
Question
- How to convert the binary number 111011101102 into a decimal number system?3. Find the equivalent decimal system for the binary number 1100110012.4. Give the 8-bit 2's complement signed representation of following values.a. -79b. 1275. Convert the following decimal values to a 12-bit 2's complement representation.a. 1024b. -1286. Convert the following decimal values to a 16-bit 2's complement representation.a. -16384b. 81927. In the binary system, every number and its sign are represented using only two digits, 0 and 1.To represent negative and positive numbers, the 2’s complement method is often used, as itallows for easy binary arithmetic operations on signed or unsigned numbers. Compute thefollowing binary arithmetic operations using the 2’s complement method.a. Sum of -9 and 25b. Sum of -20 and -15c. Multiplication of -3 by -8d. Multiplication of -12 by -5e. Division of -40 by -4
Solution
Sure, let's go through these step by step:
-
To convert the binary number 111011101102 into a decimal number system, you start from the rightmost bit and multiply each bit by 2 raised to the power of its position, starting from 0.
12^0 + 12^1 + 02^2 + 12^3 + 12^4 + 12^5 + 02^6 + 12^7 + 12^8 + 12^9 = 1 + 2 + 0 + 8 + 16 + 32 + 0 + 128 + 256 + 512 = 955
-
Similarly, for the binary number 1100110012, the equivalent decimal number is:
12^0 + 02^1 + 02^2 + 12^3 + 12^4 + 02^5 + 02^6 + 12^7 + 1*2^8 = 1 + 0 + 0 + 8 + 16 + 0 + 0 + 128 + 256 = 409
-
The 8-bit 2's complement signed representation of -79 is 10110001 and for 127 it is 01111111.
-
The 12-bit 2's complement representation of 1024 is 10000000000 and for -128 it is 111111100000.
-
The 16-bit 2's complement representation of -16384 is 1100000000000000 and for 8192 it is 0010000000000000.
-
For binary arithmetic operations using the 2’s complement method:
a. Sum of -9 and 25 is 16, which is 00010000 in binary.
b. Sum of -20 and -15 is -35, which is 11011101 in binary.
c. Multiplication of -3 by -8 is 24, which is 00011000 in binary.
d. Multiplication of -12 by -5 is 60, which is 00111100 in binary.
e. Division of -40 by -4 is 10, which is 00001010 in binary.
Similar Questions
Convert the following decimal values to 8-bit 2's complement representation(1*2 Marks)i. -92ii. -36c) Perform the following conversions. (1*2 Marks)i. 11000112 converts into a decimal number systemii. 10111112. converts into a decimal number systemd) Convert the following decimal values to a 12-bit 2's complement representation.(1*2 Marks)i. -189ii. -74
Convert the following decimal values to a 16-bit 2's complement representation. (1*2Marks)i. -2342ii. 234
Convert the following decimal values to 8-bit 2's complement representation(1*2 Marks)i. -92ii. -36
Convert the following decimal values into their binary equivalent in a 16-bit 2's complement representation. Do not use spaces, punctuation or symbols in your answer. The first conversion has been done for you. Decimal 16-bit 2's Complement -56 -80 -256 30001 -30001
What will be the 2’s complement of the given numbers which are in signedbinary representation? 00010010 01001010
Upgrade your grade with Knowee
Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.