Saved Bookmarks
| 1. |
Step by step conversion of FC5 and 6E1A into decimal number system |
|
Answer» In hexadecimal number system the value for: A=10 B=11 C=12 D=13 E=14 F=15 i) F. C. 5 we start from the right HAND side. As the base is 16 we will multiply each number with 16to base according to the position F. + C. + 5 15. + 12. + 5 16^2.=256 16^1=15. 16^0=1 15*256+12*16+5*1 3840+195+5 4037=Answer ii) 6E1A 6. + E. + 1. + A 6. + 14. + 1. + 10 16^3. 16^2. 16^1. + 16^0 4096. + 256. + 16. + 1 6*4096+14*256+1*16+10*1 24576+3584+16+10=28186=Answer |
|