Correct option is A
The correct answer is (a) 17
Explanation:
● To convert decimal to hexadecimal, divide the number by 16 and record the remainder.
● 2 = 1 with a remainder of 7.
● The final hexadecimal value is the quotient followed by the remainder: 17.
Information Booster:
● Hexadecimal is base-16; it uses digits 0-9 and letters A-F.
● One hexadecimal digit represents exactly 4 bits (a nibble).
Additional Knowledge:
● Binary is base-2.
● Octal is base-8.
● Decimal is base-10.