Question

Perform the following subtraction. Provide both the hexadecimal _____________ and decimal _______________ answer. 12F16 - 8C16

Perform the following subtraction. Provide both the hexadecimal _____________ and decimal _______________ answer.

12F16

- 8C16

Homework Answers

Answer #1

Perform the following subtraction. Provide both the hexadecimal A3 and decimal 163 answer.

Explanation:
-------------
12F
=> 1x16^2+2x16^1+Fx16^0
=> 1x256+2x16+Fx1
=> 1x256+2x16+15x1
=> 256+32+15
=> 303

8C
=> 8x16^1+Cx16^0
=> 8x16+Cx1
=> 8x16+12x1
=> 128+12
=> 140

12F - 8C = 303 - 140 = 163
let's convert 163 to hexadecimal

Divide 163 successively by 16 until the quotient is 0
163/16 = 10, remainder is 3
10/16 = 0, remainder is 10
Read remainders from the bottom to top as A3
Answer: A3
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 the binary value 0011011.111 into both a decimal and hexadecimal value​
convert the binary value 0011011.111 into both a decimal and hexadecimal value​
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...
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
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...
Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal
Convert 0xD1 (hexadecimal) to binary and to decimal Convert 0b11001001 (binary) to hex and to decimal
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
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?
if subtraction and scaling on images is possible in matlab then provide the source code for...
if subtraction and scaling on images is possible in matlab then provide the source code for them??
CCR flags get set by ADD and SUB instructions. Perform the following binary operations and provide...
CCR flags get set by ADD and SUB instructions. Perform the following binary operations and provide the resulting N, Z, C and V flag values. Only the values for the flags. not the binary addition/subtraction 0011 0111 + 0101 1011 ------------ N =    Z =    C =    V = 1011 1111 + 0100 1001 ------------ N =    Z =    C =    V = 0000 1011 + 0011 1101 ------------ N =    Z =    C =    V = Note this is...