What is the binary representation of 0xCA?
- 10111010
- 11010101
- 11001010
- 11011010
Explanation: When converted, CA in hex is equivalent to 11011010 in binary. One way to do the conversion is one nibble at a time, C = 1100 and A = 1010. Combine the two nibbles gives 11001010.
Related exam: 5.3.2 Module Quiz – Number Systems Answers
Related exam: Networking Devices and Initial Configuration Module 3.3.3 Number Systems Quiz
Related exam: CCNA 1 ITN (v5.0.3 + v6.0) Final Exam Answers
