Cisco Certified Network Professional (CCNP) Question:
Convert 12345670 8 to hexadecimal.
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
001 010 011 100 101 110 111 000
0010 1001 1100 1011 1011 1000
29CBB8
Previous Question | Next Question |
True or False. Converting between number bases is fun. | Convert 734215 8 to binary. |