answersLogoWhite

0


Best Answer
Short- quick answer If you are on a PC with Windows:
  1. Start the Calculator (it usually is under Accessories, but if you cannot find it do the following: From the Start menu press Run and type in "calc" (without the " quotation marks) your Calculator should start.
  2. In the Calculator application, select View>Scientific
  3. Make sure that you are in Dec mode (under the input field to the upper left)
  4. Enter 205
  5. Press the Hex radio button (under the input field to the upper left)
  6. Voila. Your decimal number 20510 has been converted to hexadecimal CD16
Short of the long answer:Using base ten,
  1. Find out how many 16's go into 205 > = 12,8125
  2. the 12 corresponds to C16 [A16=1010; B16=1110; C16=1210; D16=1310; E16=1410; F16=1510; A016=1610; A116=1710 etc.]
  3. Multiply the remainder 0,8125 times 16 > = 13
  4. the 13 corresponds to D16
  5. Answer CD16
User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert value 205 to hexadecimal?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert a number value to hexadecimal?

Hint, read your text book. It is not that hard to do.


How do you solve octa-hexadecimal?

That depends what you want to "solve" for - in other words, what the question is. For example, whether you want to:* Convert from hexadecimal to decimal* Convert from decimal to hexadecimal* Count in hexadecimal* Add hexadecimal numbers* etc.


Convert hexadecimal to 4?

4 is 4 in hexadecimal of decimal.


How to convert hexadecimal into decimal and print it on screen in assembly language value 1b convert it into decimal?

1B base 16 = 27 base10


Convert 110110.101 to hexadecimal?

Assuming the original was in binary, the answer is 36.A


Convert hexadecimal no BB895C tO octal and decimal?

Hexadecimal -> BB895Cdecimal -> 12.290.396octal -> 56.704.534


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


How do you convert a decimal to hexadecimal?

Whatchu think


Can you convert FA8F Hexadecimal to octal?

Yes, I can.


How do you convert form hexadecimal to octal?

117


2 Write a program to convert a 2-digit BCD number into hexadecimal?

WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL


1011.112 to hexadecimal how i convert binary to hexadecimal?

you can't convert 1011.112 to hex. the reason is simple bcz to convert into hex, first you have to convert in the binary value which must be vary between 0 and 1 only.here you used 2 i;e 1011.112, and remember we don't use any no. except 0 and 1.but you can change 1011 which is "B" in hexadecimal.so the answer is "B.112"