Computer Science, asked by nishamansuri186, 6 hours ago

convert 18FDE hexadecimal number into decimal number​

Answers

Answered by srinidhi13311
1

Answer:

102363

Steps:

Decimal equivalent of "B" = (B) 11 × 16^0 = 11

Decimal equivalent of "D" = (D) 13 × 16^1 = 208

Decimal equivalent of "F" = (F) 15 × 16^2 = 3840

Decimal equivalent of "8" = 8 × 16^3 = 32768

Decimal equivalent of "1" = 1 × 16^4 = 65536

Decimal equivalent of "18FDB" = 6553632768384020811

18FDB = 102363

Explanation:

In hexadecimal number system, there are 16 digits. 0 to 9 and A,B,C,D,E,F  where A represents 10, B represents 11 and so on.

A = 10

B= 11

C= 12

D=13

E=14

F=15

Similar questions