Question

Question 2 Whats 37 10 in unsigned binary (.e. base 2) using 8-bits.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Question 2:
What's 37(base 10) in unsigned binary(i.e. base 2) using 8 bits.
Ans: 00100101

The steps that need to be followed when converting from decimal to unsigned binary is:
1. First of all divide the number by 2
2. Then get the integer quotient and then divide it by 2.
3. Take the remainder part and then add it to the binary from right to left.
4. Continue until the quotient is 0.

Consider this, I represented in the form of (2 | quotient - Remainder)

2 | 37
-------
2 | 18- 1
---------
2 | 9 - 0
----------
2 | 4 - 1
----------
2 | 2 - 0
----------
2 | 1 - 0

Now take out the part, we get 100101 add 2 more 0's to make it 8 bits. Thus we get 00100101
Thus 37(base 10) in unsigned binary(i.e. base 2) using 8 bits is 00100101

(Feel free to drop me a comment, If you need any help)

Hope this Helps!!!
Please upvote as well, If you got the answer?
If not please comment, I will Help you with that...

Add a comment
Know the answer?
Add Answer to:
Question 2 What's 37 10 in unsigned binary (.e. base 2) using 8-bits.
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