Question: What is the base-16 equivalent of the decimal number 255?
Options:
Correct Answer: FF
Solution:
To convert 255 to hexadecimal (base-16), divide by 16. 255 ÷ 16 = 15 remainder 15. The hexadecimal representation of 15 is F, so 255 in base-16 is FF.