Question

Compute the 4-bit checksum for the hexadecimal message 5E1D0 and express your result as a hexadecimal...

Compute the 4-bit checksum for the hexadecimal message 5E1D0 and express your result as a hexadecimal digit.

0 0
Add a comment Improve this question Transcribed image text
Answer #1
5E1D0 = 0101 1110 0001 1101 0000

To calculate checksum:
first add first 2 digits:
  0101
+ 1110
=10011 
There is 1 as carry, it will again be added to the last 4 bits:
  0011
+    1
= 0100

Now add 3rd hex digit 0001 to it
  0100
+ 0001
= 0101

Now add 4th hex digit 1101 to it
  0101
+ 1101
=10010

Add the carry again to last 4 bits:
  0010
+    1
= 0011

Add 5th hex digit 0000 to it
  0011
+ 0000
= 0011

Now sum is 0011, So checksum is reversed of this, So it will be 1100, which is hex digit C
Add a comment
Know the answer?
Add Answer to:
Compute the 4-bit checksum for the hexadecimal message 5E1D0 and express your result as a hexadecimal...
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