0% found this document useful (0 votes)
24 views1 page

Activity2

Uploaded by

geethagini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views1 page

Activity2

Uploaded by

geethagini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Convert the following values of into binary


a. 4728
b. 65348
2. Convert the following decimal values to 8-bit 2's complement representation
a. -92
b. -36
3. Perform the following conversions.
a. 11000112 converts into a decimal number system
b. 10111112 converts into a decimal number system
4. Convert the following decimal values to a 12-bit 2's complement representation.
a. -189
b. -74
5. Convert the following decimal values to a 16-bit 2's complement representation
a. -2342
b. 234
6. In binary system each number and its sign are represented by using only these two digits 0
and 1. As the negative and positive signs cannot be written directly in binary system. The
alternative method to represent negative and positive numbers is the 2’s complement
method. It has an interesting property that the binary arithmetic operation can be performed
easily on signed or unsigned numbers. Compute the following binary arithmetic operations
using 2’s complement method. Show all the steps clearly.
a. Sum of -30 and 17
b. Sum of -42 and -15
c. Sum of -13 and -16
d. Multiplication of -8 by 6
e. Multiplication of -11 by -9

You might also like