What is the hexadecimal equivalent for the binary number 10011101?
- 85
- 9D
- A1
- D9
Explanation: Each 4 binary digits equates to 1 hexadecimal digit.
1001 = 9
1101 = 13 (decimal) = D (hexadecimal)
Exam with this question: Networking Devices and Initial Configuration Module 3.3.3 Number Systems Quiz
Please login or Register to submit your answer