Question

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 the sum overflows an 8-bit result. Show your work.

(a) 100110012 + 010001002

(b) 110100102 + 101101102.

Convert this floating point number in IEEE format to a real number. Show your work. 4070000016 10.

6 Convert the following decimal numbers to 16-bit signed binary numbers. Show your work.

(a) -8910

(b) -1510

Subject: Microcontroller Programming

Note- Please can you solve all the problem with step by step and solution also. Thanks

Homework Answers

Answer #1

Answer:

a) 368 , Convert from octal to binary : For this convert each bit of octal number to 3 digit binary number as:

368 = 011 110 1000 is in binary

Conver octal to hexadecimal : 368 , first we convert it into the decimal and then decimal to hexadecimal.

368 to convert it into the decimal by multiplying each digit with 8^n-1 like :

3 * 8^2 + 6 *8^1 + 8*8^0 = 192 +48 +8 = 248 base 10

Now convert 248 to hexadecimal :


16 | 248
| 15 --1
= 151 in hexadecimal.

b) 7568 to convert it to binary , right each digit in binary in 3 bits :

7568 = 111 101 110 1000 it is in binary.

Now to convert it into the hexadecimal, first convert it in the decimal : -

7568 = 7*8^3 + 5*8^2 + 6*8^1 + 8*8^0 = 3960 base 10

Now to change it in hexadecimal divide 3960 by 16 and take remainders = 278 is in hexadecimal

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
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to...
Convert each of the following decimal numbers to binary, octal, and hexadecimal numbers. Only go to 7 bits to the right of the decimal and be sure to appropriately round the 7th bit. (f) 250.8
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned...
1. Assuming unsigned binary representation, convert 10110 (B) to decimal. Show work. 2 . Assuming unsigned binary representation, convert 12 (D) to binary. Show work. 4. Assuming 9-bit two’s complement representation and let x be binary representation of 94 (D) a. Find x. Show work. b. Show the effect of the ASL operation on x, and then convert the result back to decimal. c. Show the effect of the ASR operation on x, and then convert the result back to...
Convert each of the following decimal numbers to octal, hexadecimal, and decimal numbers using the most...
Convert each of the following decimal numbers to octal, hexadecimal, and decimal numbers using the most appropriate conversion method. (c) 0.375
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356...
Convert the hexadecimal number DEADBEEF to binary. Convert the following decimal number to binary: a) 356              b) 658 What decimal value does the 8-bit binary number 10011110 represent if it is on a computer using two’s complement representation? What decimal value does the 8-bit binary number 10110100 have if it is on a computer using two’s complement representation? please show your work for question number 4. thank you.
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show all work A) -15.5625 B) 10.9375
EE 263 Homework Assignment 1    Perform the following conversions: Convert 51 (decimal) to binary and...
EE 263 Homework Assignment 1    Perform the following conversions: Convert 51 (decimal) to binary and to hex Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal Find the 2’s complement of the following 4-bit numbers 1101 0101 Perform the following 4-bit unsigned operations. For each, indicate the 4-bit result and the carry bit, and indicate if the answer is correct or not. 5 + 8 2 + 12 13 – 7 4...
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.
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to...
1. Convert 101 from binary to decimal. Show your work. 2. Convert 11111111 from binary to hexadecimal. Show your work. 3. Convert 11001 from binary to decimal. Show your work. 4. Convert A4B from hexadecimal to binary. Show your work. 5. Convert 1100100 from binary to decimal. Show your work. 6. Convert 15 from decimal to binary. Show your work. 7. Convert 255 from decimal to binary. Show your work. 8. Convert BAC4 from hexadecimal to decimal. Show your work....
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.
a) Decimal 345.625 to binary, octal, and hexadecimal. please show work, i am lost.