Q
Medium 2 Marks
Computer Studies Data Representation
What is the decimal value of hexadecimal digit B?
Explanation
In hexadecimal B represents the decimal value 11. The mapping goes A=10 B=11 C=12 D=13 E=14 F=15.
Reference: Computer Studies Textbook , Page 6
Hint
Count from A=10 upward to find B.