Question

5. Add 21+27 using 6-bit signed binary numbers.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Magnitude of 21 in binary= 10101
Magnitude of 27 in binary= 11011

Now using 6-bit signed binary representation additiona we get :
            11111
+21 = 010101
+27 = 011011
-------------------------
            110000

(110000)2 = 48

So 21+27=48 ;

Note:-

It's an invalid operation(using 6bit signed binar y operation) as we can only represent -32 to +31 using 6 bit signed binary representation. But here the sum is 48 out of the range of 6 bit signed binary representation.

Add a comment
Know the answer?
Add Answer to:
5. Add 21+27 using 6-bit signed binary numbers.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT