InterviewSolution
Saved Bookmarks
| 1. |
Convert the following hexadecimal number to decimal : a) A6 b) A13B |
|
Answer» a) A6 = IN DECIMAL A=10 and 6=6 so the answer is 106b)A13B= IN DECIMAL A=10 , 1=1 , 3=3 and B=11 so the answer is 101311 HOPE it is CORRECTEXPLANATION: |
|