Question
Please show all the work with details.
I. CONVERSION FROM DECIMAL 1. Convert 879, to binary base-2), show work. 2. Convert 110710 to binary (base-2). show work
3. Convert 87920 to hexadecimal base-16, show work.
2. Convert 11001101, to decimal, show work.
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Answer:

1)
Divide 879 successively by 2 until the quotient is 0
   > 879/2 = 439, remainder is 1
   > 439/2 = 219, remainder is 1
   > 219/2 = 109, remainder is 1
   > 109/2 = 54, remainder is 1
   > 54/2 = 27, remainder is 0
   > 27/2 = 13, remainder is 1
   > 13/2 = 6, remainder is 1
   > 6/2 = 3, remainder is 0
   > 3/2 = 1, remainder is 1
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 1101101111
So, 879 of decimal is 1101101111 in binary
Answer: 11011011

2)
Divide 1107 successively by 2 until the quotient is 0
   > 1107/2 = 553, remainder is 1
   > 553/2 = 276, remainder is 1
   > 276/2 = 138, remainder is 0
   > 138/2 = 69, remainder is 0
   > 69/2 = 34, remainder is 1
   > 34/2 = 17, remainder is 0
   > 17/2 = 8, remainder is 1
   > 8/2 = 4, remainder is 0
   > 4/2 = 2, remainder is 0
   > 2/2 = 1, remainder is 0
   > 1/2 = 0, remainder is 1
Read remainders from the bottom to top as 10001010011
So, 1107 of decimal is 10001010011 in binary
Answer: 10001010

3)
Divide 879 successively by 16 until the quotient is 0
879/16 = 54, remainder is 15
54/16 = 3, remainder is 6
3/16 = 0, remainder is 3
Read remainders from the bottom to top as 36F
Answer: 36F

4)
Converting 11001101 to decimal
11001101
=> 1x2^7+1x2^6+0x2^5+0x2^4+1x2^3+1x2^2+0x2^1+1x2^0
=> 1x128+1x64+0x32+0x16+1x8+1x4+0x2+1x1
=> 128+64+0+0+8+4+0+1
=> 205
Answer: 205


Please let me know if you have any doubts Please upvote this answer. Thanks!!

Add a comment
Know the answer?
Add Answer to:
Please show all the work with details. I. CONVERSION FROM DECIMAL 1. Convert 879, to binary...
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
  • show all work please. 1. Decimal to Hexadecimal a. 156 b. 47 2. Decimal to Binary...

    show all work please. 1. Decimal to Hexadecimal a. 156 b. 47 2. Decimal to Binary a. 110 b. 58 3. Hexadecimal to Decimal a. b. CDE2 4. Hexadecimal to Binary a. AD38F9 b. CD5E85

  • Convert unsigned Decimal 86 to Binary _______________ Hex      _______________ Please show all the works in details.

    Convert unsigned Decimal 86 to Binary _______________ Hex      _______________ Please show all the works in details.

  • CS 3503-06 Homework 1 Due: 11:59pm, Friday, Jan. 24. Please show the details of your work....

    CS 3503-06 Homework 1 Due: 11:59pm, Friday, Jan. 24. Please show the details of your work. Please submit in D2L using the associated link. Problems (total: 100 points) Representation of signed numbers (5 x 4 = 20 points) In an 8-bit system, find out the binary representation for the following numbers using sign-and-magnitude, ones’ complement, and two’s complement, respectively: 55 -47 In a 4-bit system, find out the binary representation for the following numbers using sign-and-magnitude, ones’ complement, and two’s...

  • Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following...

    Homework 1: Q1: Convert the following binary number to decimal. • 11001100100.00011 Q2: Convert the following decimal number to binary. • 1365.1234 Q3: Convert the following both to octal and hexadecimal. • (10110100000101.1011)2 (16001.567)10 (directly convert to octal and hexadecimal without converting to binary) Q4: Convert the following hexadecimal number to decimal, octal, and base 4. . ABCD.EF Q5: Convert (375, 765)10 to base 7. Q6: Convert (12310)4 to base 5. Q7: Convert (35421)6 to decimal. Q8: Convert (1991)10 first...

  • 1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal...

    1. Convert the binary number 10101102 to octal, decimal, and hexadecimal numbers. 2. Convert the decimal number 236.7510 to binary,octal, and hexadecimal numbers. 3. Add the following two binary numbers: 100111102 and 011110112. Remember to show any carries that are generated along the way. 4. Repeat the previous question, but this time subtract the second binary number from the first. Remember to show any borrows that are required along the way. 5. Determine the encoding of the decimal number 28610...

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) - Convert the 8-binary binary expansion (0101 1001 ), to a decimal expansion. 2. (3 points) - Convert the following decimal expansion ( 124 ).o to an 8-bit binary expansion. 3. (2 points) - Convert the...

  • In the following problems, you are asked to convert from one number base to another. I...

    In the following problems, you are asked to convert from one number base to another. I am aware that there are calculators that will do this for you. Thus, you must show all your work to get credit for these problems. 1. (3 points) – Convert the 8-binary binary expansion ( 0110 1001 )2 to a decimal expansion. 2. (3 points) – Convert the following decimal expansion (142)10 to an 8-bit binary expansion. 3. (2 points) – Convert the following...

  • Help Convert the decimal number 348 to a. binary b. hexadecimal Show your work. Show the...

    Help Convert the decimal number 348 to a. binary b. hexadecimal Show your work. Show the decimal equivalent of each of the numbers if they are interpreted as: 10111001 00101101 a. Unsigned binary b. Signed binary Subtract the two pairs of numbers. Show the operand and the results in decimal and binary. (Indicate if there is overflow) a. Assuming there arc unsigned b. Assuming they are signed 1101-0100 1011-1100

  • 1. BINARYTODECIMAL,OCTAL(QUICK),ANDHEXADECIMAL(QUICK) The binary value you will be converting from will be derived from your Student...

    1. BINARYTODECIMAL,OCTAL(QUICK),ANDHEXADECIMAL(QUICK) The binary value you will be converting from will be derived from your Student ID (SID). Take each decimal digit of your SID and assign a “1” above it in the corresponding column on the “Binary Value” row below. If a “1” is already present from a past duplicate digit, keep it as a “1”. Place 0’s in any of the remaining empty columns of the “Binary Value”. You should now have a 10 digit unique binary value...

  • Base Conversion Learning binary and other numbering systems is an important skill for computer and software...

    Base Conversion Learning binary and other numbering systems is an important skill for computer and software engineers. Write the following in decimal (base 10), binary (base 2), octal (base 8), and hexadecimal (base 16). Show your work by hand (don’t forget to scan your work and put it in your PDF). Scanners are available in certain labs on campus and the computer lab on the first floor of Parks Library. If you take a picture, be sure that it is...

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