Question

Convert to binary a) Convert 28910 to binary using subtraction or division remainder. Show your work....

Convert to binary

a) Convert 28910 to binary using subtraction or division remainder. Show your work.

b) Convert BF16 to binary. Show your work

Homework Answers

Answer #1

a)
Divide 289 successively by 2 until the quotient is 0
   > 289/2 = 144, remainder is 1
   > 144/2 = 72, remainder is 0
   > 72/2 = 36, remainder is 0
   > 36/2 = 18, remainder is 0
   > 18/2 = 9, remainder is 0
   > 9/2 = 4, remainder is 1
   > 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 100100001
So, 289 of decimal is 100100001 in binary
Answer: 100100001

b)
Hexadecimal     Binary
    0           0000
    1           0001
    2           0010
    3           0011
    4           0100
    5           0101
    6           0110
    7           0111
    8           1000
    9           1001
    A           1010
    B           1011
    C           1100
    D           1101
    E           1110
    F           1111
Use this table to convert from hexadecimal to binary
Converting BF to binary
B => 1011
F => 1111
So, in binary BF is 10111111
Answer: 10111111


Know the answer?
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
Similar Questions
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to...
1a. Convert 101011101011011101 (base 2) to hexadecimal. Show your work. 1b. Convert 67 (base 10) to 8-bit binary using signed magnitude. Show your work. 1c. Convert 69 (base 10) to 8-bit binary using one’s complement. Show your work. 1d. Convert 70 (base 10) to 8-bit binary using two’s complement. Show your work.
Convert to 8 bit binary and perform integer subtraction on 140-235. Does overflow happen?
Convert to 8 bit binary and perform integer subtraction on 140-235. Does overflow happen?
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your...
2 Convert each of the following octal numbers to 10-bit binary, hexadecimal, and decimal. Show your work. (a) 368 (b) 7568 3 Convert the following binary values into Decimal, Octal and hexadecimal. Show your work. (a) 111010101011112 (b) 1010111011001102 (c) 1011101010001112 (d) 1111101011102 4 Convert the following hexadecimal numbers to 16-bit binary and decimal numbers. Show your work. (a) FE9816 (b) FCAD16 (c) B00C16 (d) FEDF16 5 Perform the addition on the following unsigned binary numbers. Indicate whether or not...
Add decimal numbers using binary additions for 170 and 493. Steps: Convert each number to binary...
Add decimal numbers using binary additions for 170 and 493. Steps: Convert each number to binary first. Then add the two binary numbers using binary addition. Make sure to keep track of the carry bit and show the carry for each step even when it is zero. Please show all work.
Convert 10010111111 binary to hexadecimal using the group 4 weighted system. Need to see work please
Convert 10010111111 binary to hexadecimal using the group 4 weighted system. Need to see work please
​​​​​ Using binary numbers of 8 bits each, convert to binary and solve the following arithmetic...
​​​​​ Using binary numbers of 8 bits each, convert to binary and solve the following arithmetic operations using two’s complement representation: (10 points)                   a) (48)10 - (13)10           b) (-18)10 + (-13)10  
Convert 167 into binary and put your answer in a grid like the one shown below....
Convert 167 into binary and put your answer in a grid like the one shown below. Explain the process of conversion by showing your work. You can use the table icon below (just under "B") to create the grid.
1. Show how you would do the following sum in binary (make sure to convert to...
1. Show how you would do the following sum in binary (make sure to convert to binary first and give the result in both binary and base 10): 63+125 2. How many binary sequences are there of length n? 3. What is two’s complement and why is it used?
Assuming nine-bit 2’s complement representation, convert the decimal number -137 to binary, show the effect of...
Assuming nine-bit 2’s complement representation, convert the decimal number -137 to binary, show the effect of the ROL operation on it with initial carry C=1, show the status bits and then convert the result back to decimal. Repeat with the ASR operation. Write the RTL specification of both operations shown here.
Given two signed numbers -325+14. Convert both to signed binary and perform arithmetic addition. Please show...
Given two signed numbers -325+14. Convert both to signed binary and perform arithmetic addition. Please show steps.
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT