A student is learning number systems. What is the hexadecimal equivalent for the decimal number 165?
- 7D
- C8
- A5
- 9F
Explanation: Decimal 165 in binary is 10100101. 128+32+4+1 = 165.
Each 4 binary digits equates to 1 hexadecimal digit.
1010 = 10 (decimal) = A (hexadecimal)
0101 = 5 (decimal) = 5 (hexadecimal)
Exam with this question: Networking Essentials 3.0 Checkpoint Exam: Characteristics of Network Design
Please login or Register to submit your answer