Cisco Certified Network Professional (CCNP) Question:

Convert 12345670 8 to hexadecimal.

CCNP Interview Question
CCNP Interview Question

Answer:

Convert each octal digit into three binary digits, and then convert the binary result to hexadecimal.

001 010 011 100 101 110 111 000

0010 1001 1100 1011 1011 1000

29CBB8


Previous QuestionNext Question
True or False. Converting between number bases is fun.Convert 734215 8 to binary.