Computer Science, asked by rokithmass, 22 hours ago

what are decimal equivalent of hexadecimal number A, B, C, D, E, F? ​

Answers

Answered by rishvinrishvin21
0

Answer:

A hexadecimal, which is also called base 16 or "hex" for short, is a representation of four binary bits and consists of sixteen numbers and letters. The numbers in a hex are the same as decimal numbers: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9.

Answered by lovely84lovely84
0

Answer:

A=10, B=11, C=12, D=13, E=14, F=15

Explanation:

There are nos. 0-9 and the rest till 15 are letters (A-F)

so the nos. will be A=10, B=11, C=12, D=13, E=14, F=15

Similar questions